Struct unity_native_plugin_sys::VkPipelineTessellationStateCreateInfo [−][src]
#[repr(C)]pub struct VkPipelineTessellationStateCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineTessellationStateCreateFlags,
pub patchControlPoints: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkPipelineTessellationStateCreateFlagspatchControlPoints: u32Trait Implementations
Auto Trait Implementations
impl !Send for VkPipelineTessellationStateCreateInfo
impl !Sync for VkPipelineTessellationStateCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more