GLSL 4.6: Implement shader group vote.
This commit is contained in:
parent
941f3bbd7a
commit
934d11b6db
10 changed files with 142 additions and 10 deletions
|
|
@ -3,6 +3,19 @@ Shader version: 460
|
|||
0:? Sequence
|
||||
0:7 Function Definition: main( ( global void)
|
||||
0:7 Function Parameters:
|
||||
0:? Sequence
|
||||
0:10 move second child to first child ( temp bool)
|
||||
0:10 'b1' ( temp bool)
|
||||
0:10 anyInvocation ( global bool)
|
||||
0:10 'b1' ( temp bool)
|
||||
0:11 move second child to first child ( temp bool)
|
||||
0:11 'b1' ( temp bool)
|
||||
0:11 allInvocations ( global bool)
|
||||
0:11 'b1' ( temp bool)
|
||||
0:12 move second child to first child ( temp bool)
|
||||
0:12 'b1' ( temp bool)
|
||||
0:12 allInvocationsEqual ( global bool)
|
||||
0:12 'b1' ( temp bool)
|
||||
0:? Linker Objects
|
||||
0:? 'i' ( global int)
|
||||
0:? 'f' ( global float)
|
||||
|
|
@ -17,6 +30,19 @@ Shader version: 460
|
|||
0:? Sequence
|
||||
0:7 Function Definition: main( ( global void)
|
||||
0:7 Function Parameters:
|
||||
0:? Sequence
|
||||
0:10 move second child to first child ( temp bool)
|
||||
0:10 'b1' ( temp bool)
|
||||
0:10 anyInvocation ( global bool)
|
||||
0:10 'b1' ( temp bool)
|
||||
0:11 move second child to first child ( temp bool)
|
||||
0:11 'b1' ( temp bool)
|
||||
0:11 allInvocations ( global bool)
|
||||
0:11 'b1' ( temp bool)
|
||||
0:12 move second child to first child ( temp bool)
|
||||
0:12 'b1' ( temp bool)
|
||||
0:12 allInvocationsEqual ( global bool)
|
||||
0:12 'b1' ( temp bool)
|
||||
0:? Linker Objects
|
||||
0:? 'i' ( global int)
|
||||
0:? 'f' ( global float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue