glslang-zig/glslang
Jeremy Hayes e7d4ad91a9 Increase TStorageQualifier bitfield width
Fix #3538.

Visual Studio 2022 added a new warning to detect when enumerators can
not be represented within the given bit field width. This warning is
disabled by default but can be enabled using the flag /w15249. This PR
increases the width by one to accommodate the signed maximum value of
EvqLast, which is currently 32.

Perhaps a future improvement would be to use scoped enums; however,
that is more work as the typing is more strict and would require more
changes.
2024-03-07 12:27:21 -05:00
..
CInterface Use custom callbacks if they are available in 'i->callbacks' 2023-05-09 10:38:08 -06:00
ExtensionHeaders Revert port of GL_EXT_shader_realtime_clock to GL_EXT_spirv_intrinsics 2021-11-11 23:39:47 -07:00
GenericCodeGen Remove debugOptions from internal classes 2023-10-25 20:13:20 -04:00
HLSL Fix HLSL built-in passthrough via inout 2024-02-26 19:04:23 -05:00
Include Increase TStorageQualifier bitfield width 2024-03-07 12:27:21 -05:00
MachineIndependent GL_EXT_control_flow_attributes2 support. (#3531) 2024-03-04 16:43:05 -05:00
OSDependent Allow external control of whether Glslang will be tested or installed 2024-02-13 15:35:02 -08:00
Public Remove debugOptions from internal classes 2023-10-25 20:13:20 -04:00
ResourceLimits Remove various warning suppression pragmas 2023-12-01 11:59:54 -05:00
CMakeLists.txt Allow external control of whether Glslang will be tested or installed 2024-02-13 15:35:02 -08:00
updateGrammar Remove glslang.m4 2023-07-28 15:14:48 -06:00