pub type ULGPUDriverBeginSynchronizeCallback = Option<unsafe extern "C" fn()>;
Expand description

The callback invoked when the GPUDriver will begin dispatching commands (such as CreateTexture and UpdateCommandList) during the current call to ulRender().

Aliased Type§

enum ULGPUDriverBeginSynchronizeCallback {
    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.