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

7 lines
74 B
HLSL

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