bbmod_shader_set_global_sampler_min_mip

A function defined in BBMOD_Shader.gml

bbmod_shader_set_global_sampler_min_mip(_name, _value)

Description

Sets minimum mipmap level of a global texture sampler.

Arguments

Name Type Description
_name String The name of the sampler.
_value Real The new minimum mipmap level or undefined to unset.

Note

The sampler must be first set using bbmod_shader_set_global_sampler!

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.