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

4 lines
73 B
HLSL

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