glslang-zig/glslang/Include
Nathaniel Cesario 19d541a91d Fix some compiler warnings
This change primarily fixes some -Wconversion warnings from gcc, but
also silences a warning triggered in glslang_tab.cpp, which is generated
code from bison.

There are still several GCC conversion warnings in Types.h due to the
use of bit fields that will be resolved in a future change.
2023-11-28 19:16:16 -05:00
..
arrays.h Implement support for GL_KHR_cooperative_matrix extension 2023-07-26 16:39:17 -06:00
BaseTypes.h Add support for GL_NV_displacement_micromap. 2023-10-02 15:07:50 -04:00
Common.h Remove custom implementations of isinf and isnan 2023-11-20 18:30:35 -05:00
ConstantUnion.h Fix some compiler warnings 2023-11-28 19:16:16 -05:00
glslang_c_interface.h Add --no-link option 2023-09-18 17:31:05 -04:00
glslang_c_shader_types.h Fix: Remove NV suffix from C interface 2022-09-02 19:25:06 +02:00
InfoSink.h Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
InitializeGlobals.h Simplify PoolAlloc with use of thread_local. 2023-07-26 18:11:41 -06:00
intermediate.h Add support for GL_NV_displacement_micromap. 2023-10-02 15:07:50 -04:00
PoolAlloc.h Fix ODR violations 2023-08-24 12:48:35 -06:00
ResourceLimits.h GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation 2022-09-01 18:02:21 -07:00
ShHandle.h Use nullptr where possible instead of NULL or 0 2022-11-30 09:33:28 -07:00
SpirvIntrinsics.h Use std::variant to represent TSpirvTypeParameter 2023-09-11 21:12:35 -04:00
Types.h GL_EXT_spirv_intrinsics: Fix a typo in function naming 2023-11-06 12:50:02 -05:00