e4s-game/gamedata/shaders/r2/dumb.ps.hlsl
2026-06-18 01:18:29 +03:00

7 lines
81 B
HLSL

#include "common.hlsli"
// Pixel
float4 main() : COLOR
{
return 0;
}