-
Enabling nonsemantic shader debug information would allow source debugging with RenderDoc, for example.
Essentially same as the following options for `glslang`:
```
-gV generate nonsema…
-
have a plan? GLSL ES -> SPIRV transpilation :)
like this
https://github.com/KhronosGroup/glslang/blob/master/SPIRV/GlslangToSpv.cpp
-
I get an undefined reference to `_imp__freeShChangeableList` in `GLSL-Debugger-GLSL-Debugger-55b007c\GLSLCompiler\glslang\MachineIndependent\..\Include\intermediate.h|493` when trying to compile. Any …
-
See test case in https://github.com/KhronosGroup/glslang/issues/1073
-
just curious to inspect ISA also for SPIR-V shaders.. tool could also support GLSL input (Vulkan variant) via glslang..
-
```
This checks to see if packing restrictions for varyings are satisfied when
checking the validity of a WebGL program. This fixes a failing test in WebKit.
See http://trac.webkit.org/browser/trun…
-
```
This checks to see if packing restrictions for varyings are satisfied when
checking the validity of a WebGL program. This fixes a failing test in WebKit.
See http://trac.webkit.org/browser/trun…
-
This error is affecting only a couple of the users of https://poki.com/en/preview/94176748-9ef8-42c9-a44e-a95b70ec5680/da472bf8-04fa-4660-a885-2c2b6b783dda
But it seems like an interesting error so I…
-
Sadly, but you can't currently use glslang to compile HLSL shaders for OpenGL right now.
Waiting forward for the moment when this will be finally available..
-
I have created a simple GLSL shader to be compiled with glslang, but I get the message "Missing functionality: unknown glslang binary operation" from the logger. Are buffers not implemented?
GLSL C…