function
bbmod_shader_set_global_sampler_mip_bias(_name, _value)
Sets mipmap bias of a global texture sampler.
Name | Type | Description |
---|---|---|
_name | String |
The name of the sampler. |
_value | Real/Undefined |
The new bias or undefined to unset. |
The sampler must be first set using bbmod_shader_set_global_sampler!
Copyright © 2022, BlueBurn. Built on June 19, 2022 using GMDoc.