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

4 lines
75 B
HLSL

float4 ShaderMain() : SV_TARGET
{
return float4(1.0f, 0.0f, 0.0f, 1.0f);
}