BBMOD_RenderQueue.SetSampler

A function defined in BBMOD_RenderQueue.gml

SetSampler(_nameOrIndex, _texture)

Description

Adds a BBMOD_ERenderCommand.SetSampler command into the queue.

Arguments

Name Type Description
_nameOrIndex String, Real The name or index of the sampler.
_texture Pointer.Texture The new texture.

Returns

Struct.BBMOD_RenderQueue Returns self.

Do you find this page helpful?

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