mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
9 lines
No EOL
168 B
Text
9 lines
No EOL
168 B
Text
float4 main
|
|
(
|
|
uniform sampler2D tex,
|
|
float4 out_color : COLOR,
|
|
float2 out_texcoord : TEXCOORD0
|
|
) : COLOR
|
|
{
|
|
return tex2D(tex, out_texcoord) * out_color;
|
|
} |