#[repr(C)]pub struct PipelineViewportCoarseSampleOrderStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub sample_order_type: CoarseSampleOrderTypeNV,
pub custom_sample_order_count: u32,
pub p_custom_sample_orders: *const CoarseSampleOrderCustomNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§sample_order_type: CoarseSampleOrderTypeNV
§custom_sample_order_count: u32
§p_custom_sample_orders: *const CoarseSampleOrderCustomNV
Implementations§
Trait Implementations§
source§impl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
impl Clone for PipelineViewportCoarseSampleOrderStateCreateInfoNV
source§fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
fn clone(&self) -> PipelineViewportCoarseSampleOrderStateCreateInfoNV
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