mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(gx): remove placeholder gx caps (#45)
This commit is contained in:
parent
0e0b57fce9
commit
907c3faf8f
14 changed files with 57 additions and 61 deletions
|
|
@ -9,7 +9,7 @@ CGxTexFlags::CGxTexFlags(EGxTexFilter filter, uint32_t wrapU, uint32_t wrapV, ui
|
|||
this->m_forceMipTracking = force;
|
||||
this->m_generateMipMaps = generateMipMaps;
|
||||
this->m_renderTarget = renderTarget;
|
||||
this->m_maxAnisotropy = std::min(maxAnisotropy, GxCaps()->m_maxTexAnisotropy);
|
||||
this->m_maxAnisotropy = std::min(maxAnisotropy, GxCaps().m_maxTexAnisotropy);
|
||||
|
||||
// TODO
|
||||
this->m_bit13 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue