Struct vk_sys::DebugMarkerObjectNameInfoEXT [−][src]
#[repr(C)]pub struct DebugMarkerObjectNameInfoEXT { pub sType: StructureType, pub pNext: *const c_void, pub objectType: DebugReportObjectTypeEXT, pub object: u64, pub name: *const c_char, }
Fields
sType: StructureType
pNext: *const c_void
objectType: DebugReportObjectTypeEXT
object: u64
name: *const c_char