mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(gx): add CGxCaps::m_stereoAvailable
This commit is contained in:
parent
7898f99eb9
commit
3ebed78a98
@ -22,6 +22,7 @@ class CGxCaps {
|
||||
int32_t m_texFilterAnisotropic = 0;
|
||||
uint32_t m_maxTexAnisotropy = 0;
|
||||
int32_t m_depthBias = 0;
|
||||
int32_t m_stereoAvailable = 0;
|
||||
int32_t int130 = 1;
|
||||
int32_t int134 = 0;
|
||||
int32_t int138 = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user