mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Fix VertexShaderGenerator Command line for Gpu last generation on ios (hwXform)
This commit is contained in:
parent
40877cf813
commit
fc38cfe798
@ -218,7 +218,7 @@ void GenerateVertexShader(int prim, char *buffer) {
|
||||
WRITE(p, "uniform mediump mat4 u_bone[%i];\n", numBones);
|
||||
#else
|
||||
for (int i = 0; i < numBones; i++) {
|
||||
WRITE(p, "uniform mediump mat4 u_bone%i;\n", i);
|
||||
WRITE(p, "uniform mat4 u_bone%i;\n", i);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user