glslang-zig/glslang/Public
Arcady Goldmints-Orlov d081b4d8c6 Add an interface to get the GLSL IO mapper and resolver
The TProgram::mapIO method takes a TIoMapResolver and a TIoMapper,
however the only way to obtain instances of these was from methods in
iomapper.h. Rather than try to expose that header as part of the API,
new methods are added to the public ShaderLang.h header to create a
TDefaultGlslIoResolver and a TGlslIoMapper and return them as pointers
to their respective base classes, which are defined in the public
header.
2024-09-13 18:32:24 -06:00
..
resource_limits_c.h Add symbol visibility annotations to glslang-resource-limits library 2024-09-12 14:34:55 -07:00
ResourceLimits.h Add symbol visibility annotations to glslang-resource-limits library 2024-09-12 14:34:55 -07:00
ShaderLang.h Add an interface to get the GLSL IO mapper and resolver 2024-09-13 18:32:24 -06:00