Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AndrewRayCode opened this issue Jun 15, 2021 · 2 comments
Open

Comments

@AndrewRayCode
Copy link

AndrewRayCode commented Jun 15, 2021

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 gnl21 self-assigned this Jun 23, 2021
@gnl21
Copy link
Contributor

gnl21 commented Jun 23, 2021

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.

@dj2
Copy link

dj2 commented Aug 25, 2024

This appears to be fixed in the latest spec, can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants