HLSL: Implement the register production.
This commit is contained in:
parent
82d6baf86f
commit
96e9f47cbb
51 changed files with 1009 additions and 852 deletions
|
|
@ -96,6 +96,7 @@ public:
|
|||
TFunction* handleConstructorCall(const TSourceLoc&, const TType&);
|
||||
void handleSemantic(TType& type, const TString& semantic);
|
||||
void handlePackOffset(const TSourceLoc&, TType& type, const glslang::TString& location, const glslang::TString* component);
|
||||
void handleRegister(const TSourceLoc&, TType& type, const glslang::TString* profile, const glslang::TString& desc);
|
||||
|
||||
TIntermAggregate* handleSamplerTextureCombine(const TSourceLoc& loc, TIntermTyped* argTex, TIntermTyped* argSampler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue