[−][src]Struct ash::vk::PhysicalDeviceDescriptorIndexingFeatures
Fields
s_type: StructureType
p_next: *mut c_void
shader_input_attachment_array_dynamic_indexing: Bool32
shader_uniform_texel_buffer_array_dynamic_indexing: Bool32
shader_storage_texel_buffer_array_dynamic_indexing: Bool32
shader_uniform_buffer_array_non_uniform_indexing: Bool32
shader_sampled_image_array_non_uniform_indexing: Bool32
shader_storage_buffer_array_non_uniform_indexing: Bool32
shader_storage_image_array_non_uniform_indexing: Bool32
shader_input_attachment_array_non_uniform_indexing: Bool32
shader_uniform_texel_buffer_array_non_uniform_indexing: Bool32
shader_storage_texel_buffer_array_non_uniform_indexing: Bool32
descriptor_binding_uniform_buffer_update_after_bind: Bool32
descriptor_binding_sampled_image_update_after_bind: Bool32
descriptor_binding_storage_image_update_after_bind: Bool32
descriptor_binding_storage_buffer_update_after_bind: Bool32
descriptor_binding_uniform_texel_buffer_update_after_bind: Bool32
descriptor_binding_storage_texel_buffer_update_after_bind: Bool32
descriptor_binding_update_unused_while_pending: Bool32
descriptor_binding_partially_bound: Bool32
descriptor_binding_variable_descriptor_count: Bool32
runtime_descriptor_array: Bool32
Methods
impl PhysicalDeviceDescriptorIndexingFeatures
[src]
pub fn builder<'a>() -> PhysicalDeviceDescriptorIndexingFeaturesBuilder<'a>
[src]
Trait Implementations
impl Clone for PhysicalDeviceDescriptorIndexingFeatures
[src]
fn clone(&self) -> PhysicalDeviceDescriptorIndexingFeatures
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PhysicalDeviceDescriptorIndexingFeatures
[src]
impl Debug for PhysicalDeviceDescriptorIndexingFeatures
[src]
impl Default for PhysicalDeviceDescriptorIndexingFeatures
[src]
impl ExtendsDeviceCreateInfo for PhysicalDeviceDescriptorIndexingFeatures
[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDescriptorIndexingFeatures
impl !Send for PhysicalDeviceDescriptorIndexingFeatures
impl !Sync for PhysicalDeviceDescriptorIndexingFeatures
impl Unpin for PhysicalDeviceDescriptorIndexingFeatures
impl UnwindSafe for PhysicalDeviceDescriptorIndexingFeatures
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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, 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>,