[−][src]Struct ash::vk::PhysicalDeviceFeatures
Fields
robust_buffer_access: Bool32full_draw_index_uint32: Bool32image_cube_array: Bool32independent_blend: Bool32geometry_shader: Bool32tessellation_shader: Bool32sample_rate_shading: Bool32dual_src_blend: Bool32logic_op: Bool32multi_draw_indirect: Bool32draw_indirect_first_instance: Bool32depth_clamp: Bool32depth_bias_clamp: Bool32fill_mode_non_solid: Bool32depth_bounds: Bool32wide_lines: Bool32large_points: Bool32alpha_to_one: Bool32multi_viewport: Bool32sampler_anisotropy: Bool32texture_compression_etc2: Bool32texture_compression_astc_ldr: Bool32texture_compression_bc: Bool32occlusion_query_precise: Bool32pipeline_statistics_query: Bool32vertex_pipeline_stores_and_atomics: Bool32fragment_stores_and_atomics: Bool32shader_tessellation_and_geometry_point_size: Bool32shader_image_gather_extended: Bool32shader_storage_image_extended_formats: Bool32shader_storage_image_multisample: Bool32shader_storage_image_read_without_format: Bool32shader_storage_image_write_without_format: Bool32shader_uniform_buffer_array_dynamic_indexing: Bool32shader_sampled_image_array_dynamic_indexing: Bool32shader_storage_buffer_array_dynamic_indexing: Bool32shader_storage_image_array_dynamic_indexing: Bool32shader_clip_distance: Bool32shader_cull_distance: Bool32shader_float64: Bool32shader_int64: Bool32shader_int16: Bool32shader_resource_residency: Bool32shader_resource_min_lod: Bool32sparse_binding: Bool32sparse_residency_buffer: Bool32sparse_residency_image2_d: Bool32sparse_residency_image3_d: Bool32sparse_residency2_samples: Bool32sparse_residency4_samples: Bool32sparse_residency8_samples: Bool32sparse_residency16_samples: Bool32sparse_residency_aliased: Bool32variable_multisample_rate: Bool32inherited_queries: Bool32Methods
impl PhysicalDeviceFeatures[src]
pub fn builder<'a>() -> PhysicalDeviceFeaturesBuilder<'a>[src]
Trait Implementations
impl Copy for PhysicalDeviceFeatures[src]
impl Default for PhysicalDeviceFeatures[src]
fn default() -> PhysicalDeviceFeatures[src]
impl Clone for PhysicalDeviceFeatures[src]
fn clone(&self) -> PhysicalDeviceFeatures[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for PhysicalDeviceFeatures[src]
Auto Trait Implementations
impl Unpin for PhysicalDeviceFeatures
impl Sync for PhysicalDeviceFeatures
impl Send for PhysicalDeviceFeatures
impl UnwindSafe for PhysicalDeviceFeatures
impl RefUnwindSafe for PhysicalDeviceFeatures
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,