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
|
|
@ -6,6 +6,10 @@ float f;;;
|
|||
|
||||
void main()
|
||||
{
|
||||
bool b1;
|
||||
b1 = anyInvocation(b1);
|
||||
b1 = allInvocations(b1);
|
||||
b1 = allInvocationsEqual(b1);
|
||||
}
|
||||
;
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue