Function rust_raylib::ffi::UpdateTextureRec
source · pub unsafe extern "C" fn UpdateTextureRec(
texture: Texture2D,
rec: Rectangle,
pixels: *const c_void
)
Expand description
Update GPU texture rectangle with new data