From abef6da56913f1c55528103e60a50451a39628b1 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Sun, 16 Jun 2024 10:35:45 +0300 Subject: initial commit --- misc/ps3/ps_textured.fcg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/ps3/ps_textured.fcg (limited to 'misc/ps3/ps_textured.fcg') diff --git a/misc/ps3/ps_textured.fcg b/misc/ps3/ps_textured.fcg new file mode 100644 index 0000000..d800712 --- /dev/null +++ b/misc/ps3/ps_textured.fcg @@ -0,0 +1,9 @@ +float4 main +( + float4 in_color : COLOR, + float2 in_tex0 : TEXCOORD0, + uniform sampler2D tex +) : COLOR +{ + return tex2D(tex, in_tex0) * in_color; +} \ No newline at end of file -- cgit 1.4.1-2-gfad0