e4s-sdk/gamedata/shaders/r2/portal.ps.hlsl
2026-06-17 23:06:51 +03:00

6 lines
88 B
HLSL

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