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

6 lines
88 B
HLSL

#include "common.hlsli"
float4 main(float4 C : COLOR0) : COLOR
{
return C;
}