#[repr(C)]pub struct PipelineViewportCoarseSampleOrderStateCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub sample_order_type: CoarseSampleOrderTypeNV,
pub custom_sample_order_count: u32,
pub custom_sample_orders: *const CoarseSampleOrderCustomNV,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsample_order_type: CoarseSampleOrderTypeNVcustom_sample_order_count: u32custom_sample_orders: *const CoarseSampleOrderCustomNVTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more