Files
XCEngine/MVS/3DGS-D3D12/shaders/DebugPointsPS.hlsl

5 lines
103 B
HLSL

float4 MainPS(float4 position : SV_Position, float4 color : COLOR0) : SV_Target0
{
return color;
}