Non-functional: Rationalize some existing use of SPIRV-Tools.
This commit is contained in:
parent
1323bf8e39
commit
e7df8e0b76
3 changed files with 86 additions and 70 deletions
|
|
@ -349,7 +349,7 @@ public:
|
|||
if (hlslOffsets)
|
||||
processes.addProcess("hlsl-offsets");
|
||||
}
|
||||
bool usingHlslOFfsets() const { return hlslOffsets; }
|
||||
bool usingHlslOffsets() const { return hlslOffsets; }
|
||||
void setUseStorageBuffer()
|
||||
{
|
||||
useStorageBuffer = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue