First Commit
This commit is contained in:
9
externals/glslang/Test/450.comp
vendored
Normal file
9
externals/glslang/Test/450.comp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 450 core
|
||||
layout(local_size_x = 0) in; // ERROR, 0 not allowed
|
||||
|
||||
layout(binding=10000) uniform atomic_uint; // ERROR
|
||||
|
||||
void main()
|
||||
{
|
||||
shared float f; // ERROR shared must be global
|
||||
}
|
||||
Reference in New Issue
Block a user