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