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

feat(parser): add type_qualifier only in decls #56

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

yorkie
Copy link
Contributor

@yorkie yorkie commented Nov 1, 2024

This PR supports parsing the following case:

image

This supports to parse type_qualifier only declaration such as: layout (num_views = 2) in; to be parsed.

Ref: https://registry.khronos.org/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.pdf

@yorkie yorkie requested a review from alixinne as a code owner November 1, 2024 11:39
@alixinne alixinne merged commit b71dd7b into alixinne:master Nov 11, 2024
4 checks passed
@alixinne
Copy link
Owner

LGTM, thanks for adding this!

@yorkie yorkie deleted the feat/type_only_decl branch November 12, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants