pub type ULGPUDriverUpdateCommandListCallback = Option<unsafe extern "C" fn(list: ULCommandList)>;Expand description
The callback invoked when the GPUDriver wants to update the command list (you should copy the commands to your own structure).
Aliased Type§
pub enum ULGPUDriverUpdateCommandListCallback {
None,
Some(unsafe extern "C" fn(ULCommandList)),
}