A function defined in BBMOD_RenderQueue.gml
SetSampler(_nameOrIndex, _texture)
Adds a BBMOD_ERenderCommand.SetSampler command into the queue.
Name | Type | Description |
---|---|---|
_nameOrIndex | String, Real |
The name or index of the sampler. |
_texture | Pointer.Texture |
The new texture. |
Struct.BBMOD_RenderQueue
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.