HLSL: Make the entry-point shadow function have non-IO params and return.
This also removes an no longer needed makeTemporary() and rationalizes makeTypeNonIo()'s interface.
This commit is contained in:
parent
5d3023af03
commit
abd8dca86d
24 changed files with 1146 additions and 1346 deletions
|
|
@ -230,7 +230,7 @@ protected:
|
|||
|
||||
// Create a non-IO type from an IO type. If there is no IO data, this returns the input type unmodified.
|
||||
// Otherwise, it modifies the type in place, and returns a pointer to it.
|
||||
TType* makeNonIoType(TType*);
|
||||
void makeTypeNonIo(TType*);
|
||||
|
||||
void finish() override; // post-processing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue