mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge branch 'master' of cane:bkaradzic/bgfx into dev
This commit is contained in:
commit
4408e44515
1 changed files with 3 additions and 3 deletions
|
@ -1659,9 +1659,9 @@ BX_PRAGMA_DIAGNOSTIC_POP();
|
||||||
if (!!(_resolution.m_flags & BGFX_RESET_MAXANISOTROPY) )
|
if (!!(_resolution.m_flags & BGFX_RESET_MAXANISOTROPY) )
|
||||||
{
|
{
|
||||||
m_maxAnisotropy = (m_featureLevel == D3D_FEATURE_LEVEL_9_1)
|
m_maxAnisotropy = (m_featureLevel == D3D_FEATURE_LEVEL_9_1)
|
||||||
? D3D_FL9_1_DEFAULT_MAX_ANISOTROPY
|
? D3D_FL9_1_DEFAULT_MAX_ANISOTROPY
|
||||||
: D3D11_REQ_MAXANISOTROPY
|
: D3D11_REQ_MAXANISOTROPY
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue