mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Cleanup.
This commit is contained in:
parent
c80cc04445
commit
5ebe50c705
1 changed files with 3 additions and 3 deletions
|
@ -1659,9 +1659,9 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
|||
if (!!(_resolution.m_flags & BGFX_RESET_MAXANISOTROPY) )
|
||||
{
|
||||
m_maxAnisotropy = (m_featureLevel == D3D_FEATURE_LEVEL_9_1)
|
||||
? D3D_FL9_1_DEFAULT_MAX_ANISOTROPY
|
||||
: D3D11_REQ_MAXANISOTROPY
|
||||
;
|
||||
? D3D_FL9_1_DEFAULT_MAX_ANISOTROPY
|
||||
: D3D11_REQ_MAXANISOTROPY
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue