KhronosGroup / KhronosGroup/GLSL

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

Open
#161 2 comments 1 reaction 1 assignee Claimed by @gnl21 View on GitHub
OpenGL OpenGL ES Resolving Inside Khronos
Dominant language
JavaScript
Stars
458
Forks
114
Avg merge
4m
Merged PRs (30d)
1

Description

In [The OpenGL® Shading Language, Version 4.60.7](https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.60.pdf), 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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.