HLSL: Implement packoffset production.
This commit is contained in:
parent
1936eebe04
commit
82d6baf86f
8 changed files with 147 additions and 77 deletions
|
|
@ -95,6 +95,7 @@ public:
|
|||
void builtInOpCheck(const TSourceLoc&, const TFunction&, TIntermOperator&);
|
||||
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);
|
||||
|
||||
TIntermAggregate* handleSamplerTextureCombine(const TSourceLoc& loc, TIntermTyped* argTex, TIntermTyped* argSampler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue