HLSL: Handle greater/less depth modes. Fixes issue #489.
This commit is contained in:
parent
a305166ea4
commit
9e079535a0
9 changed files with 158 additions and 13 deletions
|
|
@ -196,6 +196,11 @@ enum TBuiltInVariable {
|
|||
EbvBaryCoordPullModel,
|
||||
#endif
|
||||
|
||||
// HLSL built-ins that live only temporarily, until they get remapped
|
||||
// to one of the above.
|
||||
EbvFragDepthGreater,
|
||||
EbvFragDepthLesser,
|
||||
|
||||
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.1461"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1463"
|
||||
#define GLSLANG_DATE "02-Sep-2016"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue