Struct vulkan_rs::VkSpecializationMapEntry [] [src]

#[repr(C)]
pub struct VkSpecializationMapEntry { pub constantID: u32, pub offset: u32, pub size: usize, }

Structure specifying a specialization map entry

Fields

the ID of the specialization constant in SPIR-V

the byte offset of the specialization constant value within the supplied data buffer

the byte size of the specialization constant value within the supplied data buffer

Trait Implementations

impl Copy for VkSpecializationMapEntry
[src]

impl Clone for VkSpecializationMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSpecializationMapEntry
[src]

Returns the "default value" for a type. Read more