mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Allow signed texture offsets on framebuffers
This commit is contained in:
parent
7186fc2c17
commit
a71a10bb6e
1 changed files with 2 additions and 2 deletions
|
@ -592,8 +592,8 @@ struct GPUStateCache {
|
||||||
u32 curTextureHeight;
|
u32 curTextureHeight;
|
||||||
u32 actualTextureHeight;
|
u32 actualTextureHeight;
|
||||||
// Only applied when needShaderTexClamp = true.
|
// Only applied when needShaderTexClamp = true.
|
||||||
u32 curTextureXOffset;
|
int curTextureXOffset;
|
||||||
u32 curTextureYOffset;
|
int curTextureYOffset;
|
||||||
bool curTextureIs3D;
|
bool curTextureIs3D;
|
||||||
|
|
||||||
float vpWidth;
|
float vpWidth;
|
||||||
|
|
Loading…
Add table
Reference in a new issue