Type Definition ul_sys::ULGPUDriverUpdateTextureCallback[][src]

pub type ULGPUDriverUpdateTextureCallback = Option<unsafe extern "C" fn(texture_id: c_uint, bitmap: ULBitmap)>;
Expand description

The callback invoked when the GPUDriver wants to update an existing non-RTT texture with new bitmap data.