A function defined in BBMOD_Shader.gml
bbmod_shader_set_global_sampler_max_aniso(_name, _value)
Sets maximum anisotropy level of a global texture sampler.
Name | Type | Description |
---|---|---|
_name | String |
The name of the sampler. |
_value | Real |
The new maximum anisotropy. Use undefined to unset. |
The sampler must be first set using bbmod_shader_set_global_sampler!
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.