glslang-zig/glslang/OSDependent/Windows
John Kessenich c57b2a97fa Memory/Perf: For link-mode, isolate file I/O so API can be looped over.
Separating file I/O from compile/link lets the compile/link be done
repeatedly in a loop for testing and measuring of performance and
memory footprint, including seeing memory growth over time for
functional-level memory-leak testing.

While the older compile-only mode already had this functionality,
and typically showed no memory leaks, SPIR-V uses the link path,
has pending "TODO" for memory freeing, and this shows several
kilobytes of leaking per compile-link. Most likely, pending
merge request 131 will address much of this.
2016-01-16 15:30:03 -07:00
..
CMakeLists.txt Build: Fix CMake files to find osinclude.h 2015-12-03 17:46:03 -07:00
main.cpp Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
ossource.cpp Memory/Perf: For link-mode, isolate file I/O so API can be looped over. 2016-01-16 15:30:03 -07:00