#[repr(C)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {Show 17 fields
pub s_type: StructureType,
pub p_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_view2_d_on3_d_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: StructureType
§p_next: *mut c_void
§constant_alpha_color_blend_factors: Bool32
§events: Bool32
§image_view_format_reinterpretation: Bool32
§image_view_format_swizzle: Bool32
§image_view2_d_on3_d_image: Bool32
§multisample_array_image: Bool32
§mutable_comparison_samplers: Bool32
§point_polygons: Bool32
§sampler_mip_lod_bias: Bool32
§separate_stencil_mask_ref: Bool32
§shader_sample_rate_interpolation_functions: Bool32
§tessellation_isolines: Bool32
§tessellation_point_mode: Bool32
§triangle_fans: Bool32
§vertex_attribute_access_beyond_stride: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR
impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR
source§fn clone(&self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
fn clone(&self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
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