Struct unity_native_plugin_sys::VkPipelineViewportWScalingStateCreateInfoNV [−][src]
#[repr(C)]pub struct VkPipelineViewportWScalingStateCreateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub viewportWScalingEnable: VkBool32,
pub viewportCount: u32,
pub pViewportWScalings: *const VkViewportWScalingNV,
}Fields
sType: VkStructureTypepNext: *const c_voidviewportWScalingEnable: VkBool32viewportCount: u32pViewportWScalings: *const VkViewportWScalingNVTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more