HLSL: fix GS implementation for EP wrapping
The prior implementation of GS did not work with the new EP wrapping architecture. This fixes it: the Append() method now looks up the actual output rather than the internal sanitized temporary type, and writes to that.
This commit is contained in:
parent
2184c2f21a
commit
08e0c086c8
10 changed files with 494 additions and 237 deletions
|
|
@ -219,6 +219,7 @@ enum TBuiltInVariable {
|
|||
EbvFragDepthGreater,
|
||||
EbvFragDepthLesser,
|
||||
EbvStencilRef,
|
||||
EbvGsOutputStream,
|
||||
|
||||
EbvLast
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue