Valentin Sarthou
Valentin Sarthou
Hello, I've come across issues similar to #1516 and #3919 where "Contradictory layout" link errors are generated when using multiple compilation units and declaring a layout in only 1 compilation...
Hello, Since 93231001597dad1149a5d035af30eda50b9e6b6c (merged in [15.4.0](https://github.com/KhronosGroup/glslang/tree/15.4.0)), GLSL's **discard** now maps to **OpDemoteToHelperInvocation** instead of **OpTerminateInvocation** when targeting SPIR-V >= 1.6. This change has already been discussed in #3954, but I...
Hello, I encountered an error when trying to use this module with Python 3.14, and I tried to suggest the appropriate changes in this PR.