Type Definition ul_sys::ULGPUDriverDestroyTextureCallback[][src]

pub type ULGPUDriverDestroyTextureCallback = Option<unsafe extern "C" fn(texture_id: c_uint)>;
Expand description

The callback invoked when the GPUDriver wants to destroy a texture.