feat: add option to map unused uniforms
This commit is contained in:
parent
5aa896ae05
commit
ee04ba0786
7 changed files with 21 additions and 5 deletions
|
|
@ -491,6 +491,7 @@ public:
|
|||
GLSLANG_EXPORT void setResourceSetBinding(const std::vector<std::string>& base);
|
||||
GLSLANG_EXPORT void setAutoMapBindings(bool map);
|
||||
GLSLANG_EXPORT void setAutoMapLocations(bool map);
|
||||
GLSLANG_EXPORT void setMapUnusedUniforms();
|
||||
GLSLANG_EXPORT void addUniformLocationOverride(const char* name, int loc);
|
||||
GLSLANG_EXPORT void setUniformLocationBase(int base);
|
||||
GLSLANG_EXPORT void setInvertY(bool invert);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue