-
GPU-AV depends on #line directives to determine which source line is responsible for a validation error. glslang is generating #line directive(s) with --target-env vulkan1.0, but not vulkan1.1, 1.2, …
-
It's great that we maintain a large repository of shaders in this project to ensure that glslang is composed with high quality code. However, the exact-match model in test result and the counting appr…
-
Hello everyone.
Here is my setup:
CodeServer 3.12.0, onto
Linux Debian Stable, onto
Termux from F-Droid, onto
Android Q, onto a
SM-G950F device.
I successfully built glslangValidator, here is t…
-
There are currently many outstanding issues for feature requests for GLSL, and during the Vulkanize event, many people were curious about the status of such features. It was brought up that khronos d…
-
This is not allowed by the SPIR-V spec. The spec for **Restrict** says:
> Apply to a variable, to indicate the compiler may compile as if there is no aliasing. See the Aliasing section for more de…
-
I'm not sure if this should be filed in the glslang fork, but since it's a JS issue I'll file it here.
https://github.com/kainino0x/glslang/commit/230117a02cc1996242d8a718980e754fca2fac55 introduce…
-
I have just successfully installed LLVM and glslang, but I don't know how to use cmake to build LunarGLASS.
As the Readme.md
Building LunarGLASS (the LunarGOO standalone tool)
By default, this …
-
Look at how `glslang -i` provides an AST and just use that information to provide code completion and other features.
-
Now that https://github.com/KhronosGroup/glslang/pull/2625 has landed, we'd like to be able to use it to define GLSL extensions in GLSLang without having to actually change the underlying code. As dem…
-
When requesting [GL_KHR_memory_scope_semantics](https://github.com/KhronosGroup/GLSL/blob/master/extensions/khr/GL_KHR_memory_scope_semantics.txt) the generated SPIRV is missing `OpCapability VulkanMe…