Function rust_raylib::ffi::SetShaderValueMatrix
source · pub unsafe extern "C" fn SetShaderValueMatrix(
shader: Shader,
locIndex: c_int,
mat: Matrix
)
Expand description
Set shader uniform value (matrix 4x4)
pub unsafe extern "C" fn SetShaderValueMatrix(
shader: Shader,
locIndex: c_int,
mat: Matrix
)
Set shader uniform value (matrix 4x4)