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