First Commit
This commit is contained in:
7
externals/glslang/Test/remap.specconst.comp
vendored
Normal file
7
externals/glslang/Test/remap.specconst.comp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 450
|
||||
|
||||
layout (local_size_x_id = 0, local_size_y_id = 1, local_size_z_id = 2) in;
|
||||
|
||||
shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
|
||||
|
||||
void main () {}
|
||||
Reference in New Issue
Block a user