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

8 lines
210 B
PostScript

#include "common.h"
//////////////////////////////////////////////////////////////////////////////////////////
// Pixel
half4 main ( float4 tc : TEXCOORD0 ) : COLOR
{
return tex2Dproj (s_base,tc);
}