6 lines
97 B
HLSL
6 lines
97 B
HLSL
#include "globals.hlsli"
|
|
|
|
float4 main(float4 pos : SV_POSITION) : SV_TARGET
|
|
{
|
|
return g_xColor;
|
|
} |