First Commit
This commit is contained in:
9
externals/glslang/Test/spv.460.comp
vendored
Normal file
9
externals/glslang/Test/spv.460.comp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 460
|
||||
|
||||
void main()
|
||||
{
|
||||
bool b1;
|
||||
b1 = anyInvocation(b1);
|
||||
b1 = allInvocations(b1);
|
||||
b1 = allInvocationsEqual(b1);
|
||||
}
|
||||
Reference in New Issue
Block a user