mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
Fix opsque Cg shader
This commit is contained in:
parent
78b208c441
commit
d39d925c1d
@ -29,6 +29,6 @@ static const char *stock_cg_gl_program = GLSL(
|
|||||||
|
|
||||||
float4 main_fragment(input IN, vertex_data vert, uniform sampler2D s0 : TEXUNIT0) : COLOR
|
float4 main_fragment(input IN, vertex_data vert, uniform sampler2D s0 : TEXUNIT0) : COLOR
|
||||||
{
|
{
|
||||||
return vert.color * tex2D(s0, vert.tex)
|
return vert.color * tex2D(s0, vert.tex);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user