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

8 lines
171 B
PostScript

#include "common.h"
#include "lmodel.h"
#include "shadow.h"
float4 main ( float4 tc : TEXCOORD0, float4 tcJ : TEXCOORD1 ) : COLOR
{
return Ldynamic_color;
}