Add an option to set the base uniform location
This will be used to generate uniform locations with --aml
This commit is contained in:
parent
16f53474c8
commit
b0f3d794c8
5 changed files with 22 additions and 2 deletions
|
|
@ -414,6 +414,7 @@ public:
|
|||
void setAutoMapBindings(bool map);
|
||||
void setAutoMapLocations(bool map);
|
||||
void addUniformLocationOverride(const char* name, int loc);
|
||||
void setUniformLocationBase(int base);
|
||||
void setInvertY(bool invert);
|
||||
void setHlslIoMapping(bool hlslIoMap);
|
||||
void setFlattenUniformArrays(bool flatten);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue