HLSL: Support register(..., spaceN) for setting the descriptor set.
This was suggested in issue #454.
This commit is contained in:
parent
e3218e270e
commit
cfd7ce87cd
6 changed files with 49 additions and 16 deletions
|
|
@ -102,7 +102,7 @@ public:
|
|||
void handlePackOffset(const TSourceLoc&, TQualifier&, const glslang::TString& location,
|
||||
const glslang::TString* component);
|
||||
void handleRegister(const TSourceLoc&, TQualifier&, const glslang::TString* profile, const glslang::TString& desc,
|
||||
int subComponent);
|
||||
int subComponent, const glslang::TString*);
|
||||
|
||||
TIntermAggregate* handleSamplerTextureCombine(const TSourceLoc& loc, TIntermTyped* argTex, TIntermTyped* argSampler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue