Struct unity_native_plugin_sys::VkDescriptorUpdateTemplateEntry [−][src]
#[repr(C)]pub struct VkDescriptorUpdateTemplateEntry {
pub dstBinding: u32,
pub dstArrayElement: u32,
pub descriptorCount: u32,
pub descriptorType: VkDescriptorType,
pub offset: size_t,
pub stride: size_t,
}Fields
dstBinding: u32dstArrayElement: u32descriptorCount: u32descriptorType: VkDescriptorTypeoffset: size_tstride: size_tTrait Implementations
Auto Trait Implementations
impl Send for VkDescriptorUpdateTemplateEntry
impl Sync for VkDescriptorUpdateTemplateEntry
impl Unpin for VkDescriptorUpdateTemplateEntry
Blanket Implementations
Mutably borrows from an owned value. Read more