GfxBackend.enableAnisotropicFiltering

* Enable and set anisotropic filtering if possible. * Use 0.0f to disable it. * Only values 4.0f, 8.0f and 16.0f are supported for enabling it. * Returns reference to this so it can be used in a stream.

class GfxBackend
typeof(this)
enableAnisotropicFiltering
(
float value
)
in (value == 0.0f || value == 4.0f || value == 8.0f || value == 16.0f, "Only values 0.0f, 4.0f, 8.0f and 16.0f are supported.")

Meta