KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
328 stars 96 forks source link

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

Open AndrewRayCode opened 3 years ago

AndrewRayCode commented 3 years ago

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?

gnl21 commented 3 years ago

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.