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] Unknown function 'barrier' #1771

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

[glsl-in] Unknown function 'barrier' #1771

fintelia opened this issue Mar 9, 2022 · 0 comments · Fixed by #1793
Labels
area: front-end Input formats for conversion 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

void main() {
    barrier();
}

produces this error:

error: Unknown function 'barrier'
  ┌─ shader.comp:4:5
  │
4 │     barrier();
  │     ^^^^^^^^^
@kvark kvark added kind: feature New feature or request 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 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