mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Revert AB for HW transform until find a better fix
This commit is contained in:
parent
3a6246eae7
commit
908e4ecabf
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void GenerateVertexShader(int prim, char *buffer) {
|
|||
if (hasColor) {
|
||||
WRITE(p, " v_color0 = a_color0;\n");
|
||||
} else {
|
||||
WRITE(p, " v_color0 += vec4(u_matambientalpha.rgb, 0.0);\n");
|
||||
WRITE(p, " v_color0 = u_matambientalpha;\n");
|
||||
}
|
||||
if (lmode)
|
||||
WRITE(p, " v_color1 = vec3(0.0, 0.0, 0.0);\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue