Struct vk_sys::DebugMarkerObjectTagInfoEXT [−][src]
#[repr(C)]pub struct DebugMarkerObjectTagInfoEXT { pub sType: StructureType, pub pNext: *const c_void, pub objectType: DebugReportObjectTypeEXT, pub object: u64, pub tagName: u64, pub tagSize: usize, pub tag: *const c_void, }
Fields
sType: StructureType
pNext: *const c_void
objectType: DebugReportObjectTypeEXT
object: u64
tagName: u64
tagSize: usize
tag: *const c_void