mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(gx): remove placeholder max tex size field from gx caps
This commit is contained in:
parent
5d49ab72c4
commit
27583b6f2e
3 changed files with 1 additions and 5 deletions
|
|
@ -16,7 +16,6 @@ class CGxCaps {
|
|||
int32_t m_generateMipMaps = 0;
|
||||
int32_t m_texTarget[GxTexTargets_Last];
|
||||
uint32_t m_texMaxSize[GxTexTargets_Last];
|
||||
uint32_t m_maxTextureSize = 0;
|
||||
int32_t m_texFmtDxt1 = 0;
|
||||
int32_t m_texFmtDxt3 = 0;
|
||||
int32_t m_texFmtDxt5 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue