#[repr(C)]pub struct PipelineTessellationDomainOriginStateCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub domain_origin: TessellationDomainOrigin,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§domain_origin: TessellationDomainOrigin
Implementations§
Trait Implementations§
source§impl Clone for PipelineTessellationDomainOriginStateCreateInfo
impl Clone for PipelineTessellationDomainOriginStateCreateInfo
source§fn clone(&self) -> PipelineTessellationDomainOriginStateCreateInfo
fn clone(&self) -> PipelineTessellationDomainOriginStateCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more