glslang-zig/glslang
Hubert Jarosz 6df2cdbb8a fix #171 - error: ‘isinf’ was not declared in this scope
glslang/MachineIndependent/intermOut.cpp used `isinf`,
but it's in `std` namespace, so should use `std::isinf`.
2016-02-23 01:32:37 +01:00
..
GenericCodeGen Remove legacy build system 2015-11-16 23:51:35 +01:00
Include SPV: Fix 'location' inheritance bug. 2016-02-19 12:21:50 -07:00
MachineIndependent fix #171 - error: ‘isinf’ was not declared in this scope 2016-02-23 01:32:37 +01:00
OSDependent Memory/Perf: For link-mode, isolate file I/O so API can be looped over. 2016-01-16 15:30:03 -07:00
Public SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
CMakeLists.txt Error out if bison is not found on non-Windows operating systems. 2016-02-18 06:18:05 -05:00