Skip to main content

wgpu_queue_submit

Function wgpu_queue_submit 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wgpu_queue_submit( queue_id: QueueId, command_buffers: *const CommandBufferId, command_buffers_length: usize, )
Expand description

ยงSafety

This function is unsafe as there is no guarantee that the given pointer is valid for command_buffers_length elements.