mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 20:10:06 +00:00
8 lines
127 B
GLSL
8 lines
127 B
GLSL
#version 460
|
|
|
|
#extension GL_EXT_maximal_reconvergence : enable
|
|
|
|
[[random(4)]] void main() [[maximally_reconverges]]
|
|
{
|
|
}
|