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

6 lines
95 B
HLSL

//#include "Debug.hlsli"
float4 main() : SV_TARGET
{
return float4(1.0f, 0.0f, 0.0f, 1.0f);
}