HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped.
This commit is contained in:
parent
229a6f7f7b
commit
6e1d50a7a2
13 changed files with 754 additions and 114 deletions
|
|
@ -82,6 +82,7 @@ public:
|
|||
static void deleteKeywordMap();
|
||||
|
||||
void tokenize(HlslToken&);
|
||||
glslang::TBuiltInVariable mapSemantic(const TString& semantic);
|
||||
|
||||
protected:
|
||||
HlslScanContext(HlslScanContext&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue