First Commit
This commit is contained in:
7
externals/glslang/Test/spv.subgroup.frag
vendored
Normal file
7
externals/glslang/Test/spv.subgroup.frag
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#version 450
|
||||
#extension GL_KHR_shader_subgroup_basic: enable
|
||||
layout(location = 0) out uvec4 data;
|
||||
void main (void)
|
||||
{
|
||||
data = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user