[][src]Struct vulkan_sys::VkPhysicalDeviceDescriptorIndexingPropertiesEXT

#[repr(C)]
pub struct VkPhysicalDeviceDescriptorIndexingPropertiesEXT { pub sType: VkStructureType, pub pNext: *mut c_void, pub maxUpdateAfterBindDescriptorsInAllPools: u32, pub shaderUniformBufferArrayNonUniformIndexingNative: VkBool32, pub shaderSampledImageArrayNonUniformIndexingNative: VkBool32, pub shaderStorageBufferArrayNonUniformIndexingNative: VkBool32, pub shaderStorageImageArrayNonUniformIndexingNative: VkBool32, pub shaderInputAttachmentArrayNonUniformIndexingNative: VkBool32, pub robustBufferAccessUpdateAfterBind: VkBool32, pub quadDivergentImplicitLod: VkBool32, 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: VkStructureTypepNext: *mut c_voidmaxUpdateAfterBindDescriptorsInAllPools: u32shaderUniformBufferArrayNonUniformIndexingNative: VkBool32shaderSampledImageArrayNonUniformIndexingNative: VkBool32shaderStorageBufferArrayNonUniformIndexingNative: VkBool32shaderStorageImageArrayNonUniformIndexingNative: VkBool32shaderInputAttachmentArrayNonUniformIndexingNative: VkBool32robustBufferAccessUpdateAfterBind: VkBool32quadDivergentImplicitLod: VkBool32maxPerStageDescriptorUpdateAfterBindSamplers: u32maxPerStageDescriptorUpdateAfterBindUniformBuffers: u32maxPerStageDescriptorUpdateAfterBindStorageBuffers: u32maxPerStageDescriptorUpdateAfterBindSampledImages: u32maxPerStageDescriptorUpdateAfterBindStorageImages: u32maxPerStageDescriptorUpdateAfterBindInputAttachments: u32maxPerStageUpdateAfterBindResources: u32maxDescriptorSetUpdateAfterBindSamplers: u32maxDescriptorSetUpdateAfterBindUniformBuffers: u32maxDescriptorSetUpdateAfterBindUniformBuffersDynamic: u32maxDescriptorSetUpdateAfterBindStorageBuffers: u32maxDescriptorSetUpdateAfterBindStorageBuffersDynamic: u32maxDescriptorSetUpdateAfterBindSampledImages: u32maxDescriptorSetUpdateAfterBindStorageImages: u32maxDescriptorSetUpdateAfterBindInputAttachments: u32

Trait Implementations

impl Clone for VkPhysicalDeviceDescriptorIndexingPropertiesEXT[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for VkPhysicalDeviceDescriptorIndexingPropertiesEXT[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]