#[repr(C)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {Show 17 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub constant_alpha_color_blend_factors: Bool32,
pub events: Bool32,
pub image_view_format_reinterpretation: Bool32,
pub image_view_format_swizzle: Bool32,
pub image_view_2d_on_3d_image: Bool32,
pub multisample_array_image: Bool32,
pub mutable_comparison_samplers: Bool32,
pub point_polygons: Bool32,
pub sampler_mip_lod_bias: Bool32,
pub separate_stencil_mask_ref: Bool32,
pub shader_sample_rate_interpolation_functions: Bool32,
pub tessellation_isolines: Bool32,
pub tessellation_point_mode: Bool32,
pub triangle_fans: Bool32,
pub vertex_attribute_access_beyond_stride: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidconstant_alpha_color_blend_factors: Bool32events: Bool32image_view_format_reinterpretation: Bool32image_view_format_swizzle: Bool32image_view_2d_on_3d_image: Bool32multisample_array_image: Bool32mutable_comparison_samplers: Bool32point_polygons: Bool32sampler_mip_lod_bias: Bool32separate_stencil_mask_ref: Bool32shader_sample_rate_interpolation_functions: Bool32tessellation_isolines: Bool32tessellation_point_mode: Bool32triangle_fans: Bool32vertex_attribute_access_beyond_stride: Bool32Trait 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