mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Change Anisotropic Filtering for next uploaded textures
--HG-- branch : develop
This commit is contained in:
parent
3dafe1ff1f
commit
a0c6c9096c
1 changed files with 6 additions and 0 deletions
|
@ -237,6 +237,12 @@ void updateFromClientCfg()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//---------------------------------------------------
|
||||||
|
if (ClientCfg.AnisotropicFilter != LastClientCfg.AnisotropicFilter)
|
||||||
|
{
|
||||||
|
Driver->setAnisotropicFilter(ClientCfg.AnisotropicFilter);
|
||||||
|
}
|
||||||
|
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
if (ClientCfg.FXAA != LastClientCfg.FXAA)
|
if (ClientCfg.FXAA != LastClientCfg.FXAA)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue