Struct unity_native_plugin_sys::VkCommandBufferInheritanceViewportScissorInfoNV [−][src]
#[repr(C)]pub struct VkCommandBufferInheritanceViewportScissorInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub viewportScissor2D: VkBool32,
pub viewportDepthCount: u32,
pub pViewportDepths: *const VkViewport,
}Fields
sType: VkStructureTypepNext: *const c_voidviewportScissor2D: VkBool32viewportDepthCount: u32pViewportDepths: *const VkViewportTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more