Opened pandoras box

This commit is contained in:
2024-09-09 22:32:36 +02:00
parent d9dfcc6354
commit d01fca146c
6 changed files with 12 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ cbuffer __PROPERTIES : register(b0)
float4 color;
}
float3 vs_main(float3 pos : POSITION) : SV_POSITION
{
return pos;

View File

@@ -3,6 +3,7 @@ cbuffer __PROPERTIES : register(b0)
float4 color;
}
float3 vs_main(float3 pos : POSITION, float2 uv) : SV_POSITION
{
return pos;