Fix 'maximally_reconverges' token to match the GLSL spec

This commit is contained in:
Jeff Bolz 2024-01-25 16:50:37 -06:00 committed by arcady-lunarg
parent 8066fa086b
commit 79536da264
6 changed files with 13 additions and 13 deletions

View file

@ -2,6 +2,6 @@
#extension GL_EXT_maximal_reconvergence : enable
[[random(4)]] void main() [[maximal_reconvergence]]
[[random(4)]] void main() [[maximally_reconverges]]
{
}