pub type PFN_vkCmdSetViewportWithCount = unsafe extern "system" fn(_command_buffer: CommandBuffer, _viewport_count: u32, _viewports: *const Viewport);
Expand description