A function defined in BBMOD_Shader.gml
bbmod_shader_set_global_sampler_mip_filter(_name, _filter)
Sets mipmap filter function of a global texture sampler.
Name | Type | Description |
---|---|---|
_name | String |
The name of the sampler. |
_filter | Constant.MipFilter |
The new mipmap filter or undefined to unset. |
The sampler must be first set using bbmod_shader_set_global_sampler!
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.