Opened pandoras box
This commit is contained in:
@@ -3,6 +3,7 @@ cbuffer __PROPERTIES : register(b0)
|
||||
float4 color;
|
||||
}
|
||||
|
||||
|
||||
float3 vs_main(float3 pos : POSITION) : SV_POSITION
|
||||
{
|
||||
return pos;
|
||||
|
||||
@@ -3,6 +3,7 @@ cbuffer __PROPERTIES : register(b0)
|
||||
float4 color;
|
||||
}
|
||||
|
||||
|
||||
float3 vs_main(float3 pos : POSITION, float2 uv) : SV_POSITION
|
||||
{
|
||||
return pos;
|
||||
|
||||
Reference in New Issue
Block a user