raylib_wasm

Function SetShaderValueTexture

source
pub unsafe extern "C" fn SetShaderValueTexture(
    shader: Shader,
    locIndex: c_int,
    texture: Texture2D,
)