bbmod_shader_set_global_sampler_filter

function

bbmod_shader_set_global_sampler_filter(_name, _filter)

Description

Enables/disables linear filtering of a global texture sampler.

Arguments

Name Type Description
_name String The name of the sampler.
_filter Bool Use true/false to enable/disable linear texture filtering or undefined to unset.

Note

The sampler must be first set using bbmod_shader_set_global_sampler!

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.