mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge branch 'master' of cane:bkaradzic/bgfx into dev
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user