Fix HLSL built-in passthrough via inout

This commit is contained in:
Pavel Asyutchenko 2024-02-22 00:07:01 +01:00 committed by arcady-lunarg
parent 2518af09c8
commit 2c4348f064
4 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1 @@
void main(inout float4 pos : SV_Position, inout float2 uv : TEXCOORD0) {}