HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped.
This commit is contained in:
@@ -218,6 +218,7 @@ enum TBuiltInVariable {
|
||||
// to one of the above.
|
||||
EbvFragDepthGreater,
|
||||
EbvFragDepthLesser,
|
||||
EbvStencilRef,
|
||||
|
||||
EbvLast
|
||||
};
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
// For the version, it uses the latest git tag followed by the number of commits.
|
||||
// For the date, it uses the current date (when then script is run).
|
||||
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1887"
|
||||
#define GLSLANG_DATE "08-Mar-2017"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1892"
|
||||
#define GLSLANG_DATE "09-Mar-2017"
|
||||
|
||||
Reference in New Issue
Block a user