"Unable to locate glslangValidator at 'glslangValidator'" when I try to load shader
See original GitHub issueI can use toggle
feature 👍
But, then, running load-shader
/ watch-shader
to load another .frag
, I got an error.
Unable to locate glslangValidator at 'glslangValidator'
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
What is the correct way to set the Glsland Validator Path on ...
I tried that and still get the same error: GLSL Lint: Failed to spawn 'glslangValidator' binary. Error: spawn C:/glslang/bin/glslangValidator.
Read more >Unable to download glslangvalidator - Khronos Forums
Hello, sorry if this question is dumb, but I recently got interested in shaders and started following a youtube shader tutorial.
Read more >Loading a SPIR-V shader program | OpenGL 4 Shading ...
Make sure that the glslangValidator binary is available in your PATH command line. In this example, we'll use the shader pair located in...
Read more >Issues with ARB_gl_spirv - AMD Community
To reproduce, just unzip, compile with cmake and run spirvtest.exe. The shaders have been compiled with glslangValidator -G. Either I can't see ...
Read more >Mesa freezes when the GLSL shader contains a `for` loop with ...
I find it funny that glslangValidator doesn't throw any error or warning even if that ... It was my mistake, I'll try to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fand You are right! I fixed this by
mv /home/entyo/VulkanSDK/1.0.61.1/x86_64/bin/glslangValidator /usr/local/bin
😄Don’t know if it has to do with more recent version of VulkanSDK, but the one in
C:\VulkanSDK\1.1.92.1\Bin32\glslangValidator.exe
was the one that worked for me.