#[repr(C)]
pub struct PhysicalDeviceDescriptorIndexingProperties {
Show 25 fields pub sType: StructureType, pub pNext: *mut c_void, pub maxUpdateAfterBindDescriptorsInAllPools: u32, pub shaderUniformBufferArrayNonUniformIndexingNative: Bool32, pub shaderSampledImageArrayNonUniformIndexingNative: Bool32, pub shaderStorageBufferArrayNonUniformIndexingNative: Bool32, pub shaderStorageImageArrayNonUniformIndexingNative: Bool32, pub shaderInputAttachmentArrayNonUniformIndexingNative: Bool32, pub robustBufferAccessUpdateAfterBind: Bool32, pub quadDivergentImplicitLod: Bool32, pub maxPerStageDescriptorUpdateAfterBindSamplers: u32, pub maxPerStageDescriptorUpdateAfterBindUniformBuffers: u32, pub maxPerStageDescriptorUpdateAfterBindStorageBuffers: u32, pub maxPerStageDescriptorUpdateAfterBindSampledImages: u32, pub maxPerStageDescriptorUpdateAfterBindStorageImages: u32, pub maxPerStageDescriptorUpdateAfterBindInputAttachments: u32, pub maxPerStageUpdateAfterBindResources: u32, pub maxDescriptorSetUpdateAfterBindSamplers: u32, pub maxDescriptorSetUpdateAfterBindUniformBuffers: u32, pub maxDescriptorSetUpdateAfterBindUniformBuffersDynamic: u32, pub maxDescriptorSetUpdateAfterBindStorageBuffers: u32, pub maxDescriptorSetUpdateAfterBindStorageBuffersDynamic: u32, pub maxDescriptorSetUpdateAfterBindSampledImages: u32, pub maxDescriptorSetUpdateAfterBindStorageImages: u32, pub maxDescriptorSetUpdateAfterBindInputAttachments: u32,
}

Fields

sType: StructureTypepNext: *mut c_voidmaxUpdateAfterBindDescriptorsInAllPools: u32shaderUniformBufferArrayNonUniformIndexingNative: Bool32shaderSampledImageArrayNonUniformIndexingNative: Bool32shaderStorageBufferArrayNonUniformIndexingNative: Bool32shaderStorageImageArrayNonUniformIndexingNative: Bool32shaderInputAttachmentArrayNonUniformIndexingNative: Bool32robustBufferAccessUpdateAfterBind: Bool32quadDivergentImplicitLod: Bool32maxPerStageDescriptorUpdateAfterBindSamplers: u32maxPerStageDescriptorUpdateAfterBindUniformBuffers: u32maxPerStageDescriptorUpdateAfterBindStorageBuffers: u32maxPerStageDescriptorUpdateAfterBindSampledImages: u32maxPerStageDescriptorUpdateAfterBindStorageImages: u32maxPerStageDescriptorUpdateAfterBindInputAttachments: u32maxPerStageUpdateAfterBindResources: u32maxDescriptorSetUpdateAfterBindSamplers: u32maxDescriptorSetUpdateAfterBindUniformBuffers: u32maxDescriptorSetUpdateAfterBindUniformBuffersDynamic: u32maxDescriptorSetUpdateAfterBindStorageBuffers: u32maxDescriptorSetUpdateAfterBindStorageBuffersDynamic: u32maxDescriptorSetUpdateAfterBindSampledImages: u32maxDescriptorSetUpdateAfterBindStorageImages: u32maxDescriptorSetUpdateAfterBindInputAttachments: u32

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.