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