raylib_wasm

Function SetMaterialTexture

source
pub unsafe extern "C" fn SetMaterialTexture(
    material: *mut Material,
    mapType: c_int,
    texture: Texture2D,
)