[][src]Type Definition ul_sys::ULGPUDriverUpdateTextureCallback

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

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