Struct ash::vk::PhysicalDevicePortabilitySubsetFeaturesKHR[][src]

#[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: StructureTypep_next: *mut c_voidconstant_alpha_color_blend_factors: Bool32events: Bool32image_view_format_reinterpretation: Bool32image_view_format_swizzle: Bool32image_view2_d_on3_d_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: Bool32

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.