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

4 lines
73 B
HLSL
Raw Normal View History

2013-11-15 08:41:11 +01:00
float4 ShaderMain( float4 pos : POSITION ) : SV_POSITION
{
return pos;
}