pub type ULGPUDriverEndSynchronizeCallback = Option<unsafe extern "C" fn()>;Expand description
The callback invoked when the GPUDriver has finished dispatching commands during the current call to ulRender().
Aliased Type§
pub enum ULGPUDriverEndSynchronizeCallback {
None,
Some(unsafe extern "C" fn()),
}