mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-13 18:30:32 +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; }
|
int getDepthTestFunc() const { return ztestfunc & 0x7; }
|
||||||
bool isFogEnabled() const { return fogEnable & 1; }
|
bool isFogEnabled() const { return fogEnable & 1; }
|
||||||
bool isStencilTestEnabled() const { return stencilTestEnable & 1; }
|
bool isStencilTestEnabled() const { return stencilTestEnable & 1; }
|
||||||
|
bool isAlphaBlendEnabled() const { return alphaBlendEnable & 1; }
|
||||||
|
bool isDitherEnabled() const { return ditherEnable & 1; }
|
||||||
|
|
||||||
// UV gen
|
// UV gen
|
||||||
int getUVGenMode() const { return texmapmode & 3;} // 2 bits
|
int getUVGenMode() const { return texmapmode & 3;} // 2 bits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user