GLSL 4.6: Implement shader group vote.
This commit is contained in:
@@ -6,6 +6,10 @@ float f;;;
|
||||
|
||||
void main()
|
||||
{
|
||||
bool b1;
|
||||
b1 = anyInvocation(b1);
|
||||
b1 = allInvocations(b1);
|
||||
b1 = allInvocationsEqual(b1);
|
||||
}
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user