Enum dvk::core::VkDescriptorType [] [src]

#[repr(u32)]
pub enum VkDescriptorType { VK_DESCRIPTOR_TYPE_SAMPLER, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE, VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER, VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC, VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, }

Variants

Trait Implementations

impl Eq for VkDescriptorType
[src]

impl PartialEq for VkDescriptorType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for VkDescriptorType
[src]

Formats the value using the given formatter.

impl Copy for VkDescriptorType
[src]

impl Clone for VkDescriptorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more