Danbias/Code/OysterGraphics/Shader/HLSL/SimpleDebug/DebugVertex.hlsl

4 lines
67 B
HLSL

float4 main( float4 pos : POSITION ) : SV_POSITION
{
return pos;
}