mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
No need to dirty the PROJ_THROUGH when only the proj matrix is being
changed.
This commit is contained in:
parent
7e27bd9dc9
commit
357b133ff6
@ -1334,7 +1334,7 @@ void GLES_GPU::ExecuteOp(u32 op, u32 diff) {
|
||||
if (newVal != gstate.projMatrix[num]) {
|
||||
Flush();
|
||||
gstate.projMatrix[num] = newVal;
|
||||
shaderManager_->DirtyUniform(DIRTY_PROJMATRIX | DIRTY_PROJTHROUGHMATRIX);
|
||||
shaderManager_->DirtyUniform(DIRTY_PROJMATRIX);
|
||||
}
|
||||
num++;
|
||||
gstate.projmtxnum = (GE_CMD_PROJMATRIXNUMBER << 24) | (num & 0xF);
|
||||
|
Loading…
Reference in New Issue
Block a user