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