A function defined in BBMOD_RenderQueue.gml
set_gpu_tex_mip_bias_ext(_name, _value)
Adds a BBMOD_ERenderCommand.SetGpuTexMipBiasExt command into the queue.
Name | Type | Description |
---|---|---|
_name | String |
The name of the sampler. |
_value | Real |
The mipmap bias. |
Struct.BBMOD_RenderQueue
Returns self
.
Please use BBMOD_RenderQueue.SetGpuTexMipBiasExt instead.
Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.