WIP: HLSL: Support InputPatch variables in patch constant functions
Previously, patch constant functions only accepted OutputPatch. This adds InputPatch support, via a pseudo-builtin variable type, so that the patch can be tracked clear through from the qualifier.
This commit is contained in:
parent
b68b9a8b23
commit
067eb9b48a
8 changed files with 739 additions and 34 deletions
|
|
@ -220,6 +220,8 @@ enum TBuiltInVariable {
|
|||
EbvFragDepthLesser,
|
||||
EbvStencilRef,
|
||||
EbvGsOutputStream,
|
||||
EbvOutputPatch,
|
||||
EbvInputPatch,
|
||||
|
||||
EbvLast
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue