Fix HLSL built-in passthrough via inout
This commit is contained in:
parent
2518af09c8
commit
2c4348f064
4 changed files with 143 additions and 0 deletions
1
Test/hlsl.entry-inout.vert
Normal file
1
Test/hlsl.entry-inout.vert
Normal file
|
|
@ -0,0 +1 @@
|
|||
void main(inout float4 pos : SV_Position, inout float2 uv : TEXCOORD0) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue