Struct unity_native_plugin_sys::VkPipelineRasterizationDepthClipStateCreateInfoEXT [−][src]
#[repr(C)]pub struct VkPipelineRasterizationDepthClipStateCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineRasterizationDepthClipStateCreateFlagsEXT,
pub depthClipEnable: VkBool32,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkPipelineRasterizationDepthClipStateCreateFlagsEXTdepthClipEnable: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more