Struct unity_native_plugin_sys::VkVertexInputAttributeDescription2EXT [−][src]
#[repr(C)]pub struct VkVertexInputAttributeDescription2EXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: VkFormat,
pub offset: u32,
}Fields
sType: VkStructureTypepNext: *mut c_voidlocation: u32binding: u32format: VkFormatoffset: u32Trait Implementations
Auto Trait Implementations
impl !Send for VkVertexInputAttributeDescription2EXT
impl !Sync for VkVertexInputAttributeDescription2EXT
Blanket Implementations
Mutably borrows from an owned value. Read more