pub type PFN_vkCmdSetViewportWScalingNV = unsafe extern "system" fn(_command_buffer: CommandBuffer, _first_viewport: u32, _viewport_count: u32, _viewport_w_scalings: *const ViewportWScalingNV);
Expand description