Files
WickedEngine/WickedEngine/objectPS_debug.hlsl
T
2017-04-28 00:31:17 +02:00

6 lines
97 B
HLSL

#include "globals.hlsli"
float4 main(float4 pos : SV_POSITION) : SV_TARGET
{
return g_xColor;
}