pub unsafe fn cmd_bind_vertex_buffers(
command_buffer: VkCommandBuffer,
first_binding: u32,
binding_count: u32,
buffers: *const VkBuffer,
offsets: *const VkDeviceSize,
)Expand description
ยงSafety
direct calling ffi functions.
pub unsafe fn cmd_bind_vertex_buffers(
command_buffer: VkCommandBuffer,
first_binding: u32,
binding_count: u32,
buffers: *const VkBuffer,
offsets: *const VkDeviceSize,
)direct calling ffi functions.