GLSL icon indicating copy to clipboard operation
GLSL copied to clipboard

Khronos GLSL grammar 4.60.7 has typo in "layout qualifier" section

Open AndrewRayCode opened this issue 3 years ago • 2 comments

In The OpenGL® Shading Language, Version 4.60.7, on page 67, there is this line:

Screen Shot 2021-06-15 at 12 09 41 AM

I believe type typo is on the last line. int vec4 v; should be in vec4 v; I don't believe the former is valid GLSL.

I'm not sure if this is the right place to file issues with the core grammar spec. Is there a better place?

AndrewRayCode avatar Jun 15 '21 07:06 AndrewRayCode

I believe type typo is on the last line.

Yes, this looks clearly incorrect. I'll fix it in the next version of the specification. Thanks.

I'm not sure if this is the right place to file issues with the core grammar spec. Is there a better place?

This is the right place for filing spec issues.

gnl21 avatar Jun 23 '21 09:06 gnl21