Struct unity_native_plugin_sys::VkPipelineInputAssemblyStateCreateInfo [−][src]
#[repr(C)]pub struct VkPipelineInputAssemblyStateCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineInputAssemblyStateCreateFlags,
pub topology: VkPrimitiveTopology,
pub primitiveRestartEnable: VkBool32,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkPipelineInputAssemblyStateCreateFlagstopology: VkPrimitiveTopologyprimitiveRestartEnable: VkBool32Trait Implementations
Auto Trait Implementations
impl !Send for VkPipelineInputAssemblyStateCreateInfo
impl !Sync for VkPipelineInputAssemblyStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more