BBMOD_RenderQueue.SetGpuTexFilterExt

A function defined in BBMOD_RenderQueue.gml

SetGpuTexFilterExt(_name, _linear)

Description

Adds a BBMOD_ERenderCommand.SetGpuTexFilterExt command into the queue.

Arguments

Name Type Description
_name String The name of the sampler.
_linear Bool Use true to enable linear texture filtering for the sampler.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.