pub type PipelineTessellationDomainOriginStateCreateInfoKHR = PipelineTessellationDomainOriginStateCreateInfo;Aliased Type§
#[repr(C)]pub struct PipelineTessellationDomainOriginStateCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub domain_origin: TessellationDomainOrigin,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
domain_origin: TessellationDomainOrigin