mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
12 lines
200 B
GLSL
12 lines
200 B
GLSL
#version 460
|
|
|
|
#ifdef GL_EXT_subgroup_uniform_control_flow
|
|
|
|
#extension GL_EXT_subgroup_uniform_control_flow : enable
|
|
|
|
[[random(4)]] void main() [[subgroup_uniform_control_flow]]
|
|
{
|
|
}
|
|
|
|
#endif
|