#[repr(C)]
pub struct PhysicalDeviceDescriptorIndexingFeatures {
Show 22 fields pub sType: StructureType, pub pNext: *mut c_void, pub shaderInputAttachmentArrayDynamicIndexing: Bool32, pub shaderUniformTexelBufferArrayDynamicIndexing: Bool32, pub shaderStorageTexelBufferArrayDynamicIndexing: Bool32, pub shaderUniformBufferArrayNonUniformIndexing: Bool32, pub shaderSampledImageArrayNonUniformIndexing: Bool32, pub shaderStorageBufferArrayNonUniformIndexing: Bool32, pub shaderStorageImageArrayNonUniformIndexing: Bool32, pub shaderInputAttachmentArrayNonUniformIndexing: Bool32, pub shaderUniformTexelBufferArrayNonUniformIndexing: Bool32, pub shaderStorageTexelBufferArrayNonUniformIndexing: Bool32, pub descriptorBindingUniformBufferUpdateAfterBind: Bool32, pub descriptorBindingSampledImageUpdateAfterBind: Bool32, pub descriptorBindingStorageImageUpdateAfterBind: Bool32, pub descriptorBindingStorageBufferUpdateAfterBind: Bool32, pub descriptorBindingUniformTexelBufferUpdateAfterBind: Bool32, pub descriptorBindingStorageTexelBufferUpdateAfterBind: Bool32, pub descriptorBindingUpdateUnusedWhilePending: Bool32, pub descriptorBindingPartiallyBound: Bool32, pub descriptorBindingVariableDescriptorCount: Bool32, pub runtimeDescriptorArray: Bool32,
}

Fields

sType: StructureTypepNext: *mut c_voidshaderInputAttachmentArrayDynamicIndexing: Bool32shaderUniformTexelBufferArrayDynamicIndexing: Bool32shaderStorageTexelBufferArrayDynamicIndexing: Bool32shaderUniformBufferArrayNonUniformIndexing: Bool32shaderSampledImageArrayNonUniformIndexing: Bool32shaderStorageBufferArrayNonUniformIndexing: Bool32shaderStorageImageArrayNonUniformIndexing: Bool32shaderInputAttachmentArrayNonUniformIndexing: Bool32shaderUniformTexelBufferArrayNonUniformIndexing: Bool32shaderStorageTexelBufferArrayNonUniformIndexing: Bool32descriptorBindingUniformBufferUpdateAfterBind: Bool32descriptorBindingSampledImageUpdateAfterBind: Bool32descriptorBindingStorageImageUpdateAfterBind: Bool32descriptorBindingStorageBufferUpdateAfterBind: Bool32descriptorBindingUniformTexelBufferUpdateAfterBind: Bool32descriptorBindingStorageTexelBufferUpdateAfterBind: Bool32descriptorBindingUpdateUnusedWhilePending: Bool32descriptorBindingPartiallyBound: Bool32descriptorBindingVariableDescriptorCount: Bool32runtimeDescriptorArray: Bool32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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)

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.