A function defined in __bbmod_shader_set.gml
bbmod_shader_set_subsurface_uv(_shader, _uv)
Sets the BBMOD_U_SUBSURFACE_UV uniform to given values.
Name | Type | Description |
---|---|---|
_shader | Asset.GMShader |
The shader to set the uniforms for. |
_uv | Array |
The new base opacity texture UVs as [left, top, right bottom] (same as function texture_get_uvs returns). |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.