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

[glsl-in] 2D array support #1769

Closed
fintelia opened this issue Mar 9, 2022 · 0 comments · Fixed by #1780
Closed

[glsl-in] 2D array support #1769

fintelia opened this issue Mar 9, 2022 · 0 comments · Fixed by #1780
Labels
area: front-end Input formats for conversion help wanted Extra attention is needed kind: feature New feature or request lang: GLSL OpenGL Shading Language

Comments

@fintelia
Copy link
Contributor

fintelia commented Mar 9, 2022

This shader:

#version 460 core

shared float h[2][2];

void main() {}

produces this error:

error: Expected Comma or Semicolon, found LeftBracket
  ┌─ shader.comp:3:18
  │
3 │ shared float h[2][2];
  │                  ^
@kvark kvark added kind: feature New feature or request help wanted Extra attention is needed area: front-end Input formats for conversion lang: GLSL OpenGL Shading Language labels Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: front-end Input formats for conversion help wanted Extra attention is needed kind: feature New feature or request lang: GLSL OpenGL Shading Language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants