mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 02:41:18 +00:00
New isAlphaBlendEnabled() & isDitherEnabled()
This commit is contained in:
parent
ecb4de09a6
commit
e15df27c4a
@ -209,6 +209,8 @@ struct GPUgstate
|
||||
int getDepthTestFunc() const { return ztestfunc & 0x7; }
|
||||
bool isFogEnabled() const { return fogEnable & 1; }
|
||||
bool isStencilTestEnabled() const { return stencilTestEnable & 1; }
|
||||
bool isAlphaBlendEnabled() const { return alphaBlendEnable & 1; }
|
||||
bool isDitherEnabled() const { return ditherEnable & 1; }
|
||||
|
||||
// UV gen
|
||||
int getUVGenMode() const { return texmapmode & 3;} // 2 bits
|
||||
|
Loading…
Reference in New Issue
Block a user