gnl21
gnl21
I agree in general that it's nice to keep the glslang grammar in sync, if only because the new grammar should be simpler than the old one, but I don't...
Thanks. The operators on that line have been partially interpreted as markup during the spec generation, making the output totally incorrect. I've fixed the spec source so this will be...
I've created an internal PR that clarifies that these operators only operate on scalars.
Looking at this, I think making a change like this will probably make these sections nicer. The current tables are a bit of a mess and, though we could fix...
So these keywords are added by GL_KHR_vulkan_glsl to the desktop version of the spec, but they were not reserved before that extension in either GL or ES. The extension doesn't...
I'm not sure what ambiguity you're aiming to clear up here, perhaps because I'm not sufficiently knowledgeable about UTF-8. Is there an alternative way of interpreting a UTF-8 sequence other...
I tried to add a test for these functions to `Test/` but I couldn't find any evidence that the `glsl.*` tests were actually running in the test suite, so it...