glslang-zig/glslang
Johannes Kauffmann 728c689574 Include: PoolAlloc: do not rely on CMake define
On Windows, _DEBUG is defined by CMake if CMAKE_BUILD_TYPE is Debug. But
on other platforms, this is not the case and thus in debug mode, the
guard checks are not enabled.

Instead, rely on the NDEBUG define, which is always defined in release
mode (Release, RelWithDebInfo and MinSizeRel). This works reliably on
all platforms: It is also used to enable or disable assertions.
2022-11-29 14:58:29 -07:00
..
CInterface Improve ResourceLimits interface to be more forward compatible 2022-11-01 12:06:51 -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 Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
HLSL Implement NonSemantic.Shader.DebugInfo.100 2022-08-26 16:17:54 -06:00
Include Include: PoolAlloc: do not rely on CMake define 2022-11-29 14:58:29 -07:00
MachineIndependent Remove GLSLANG_ANGLE 2022-11-08 15:11:36 -05:00
OSDependent Fix locations of cmake files in side compat shims 2022-11-16 16:54:09 -07:00
Public Merge pull request #3061 from ShabbyX/remove-angle-build-flag 2022-11-08 14:46:48 -07:00
CMakeLists.txt Fix locations of cmake files in side compat shims 2022-11-16 16:54:09 -07:00
updateGrammar Revert "Merge pull request #2330 from ShabbyX/optimize_for_angle" 2020-07-13 03:39:08 -06:00