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§

enum ULGPUDriverEndSynchronizeCallback {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.