pub type WGPUProcQueueSubmit = Option<unsafe extern "C" fn(queue: WGPUQueue, commandCount: usize, commands: *const WGPUCommandBuffer)>;Aliased Type§
pub enum WGPUProcQueueSubmit {
None,
Some(unsafe extern "C" fn(*mut WGPUQueueImpl, usize, *const *mut WGPUCommandBufferImpl)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUQueueImpl, usize, *const *mut WGPUCommandBufferImpl))
Some value of type T.