[{"data":1,"prerenderedAt":371},["ShallowReactive",2],{"$fboE_jwQ3oj2mHEhzUTNj5MhLeoKHubnDB5Cr8xncpBM":3},{"title":4,"description":5,"parent":6,"aliases":7,"type":9,"xrefs":10,"body":11,"_type":370,"_id":4},"VkDeviceFaultVendorInfoKHR","Structure specifying vendor-specific fault information","VK_KHR_device_fault",[8],"VkDeviceFaultVendorInfoEXT","structs",[],{"type":12,"children":13,"toc":368},"root",[14,30,242,309,362],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,28],{"type":20,"value":21},"text","The ",{"type":15,"tag":23,"props":24,"children":26},"code",{"className":25},[],[27],{"type":20,"value":4},{"type":20,"value":29}," structure is defined as:",{"type":15,"tag":31,"props":32,"children":33},"code-group",{},[34,125],{"type":15,"tag":35,"props":36,"children":42},"pre",{"className":37,"code":38,"filename":39,"language":40,"meta":41,"style":41},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkDeviceFaultVendorInfoKHR {\n char description[VK_MAX_DESCRIPTION_SIZE];\n uint64_t vendorFaultCode;\n uint64_t vendorFaultData;\n} VkDeviceFaultVendorInfoKHR;\n","C","c","",[43],{"type":15,"tag":23,"props":44,"children":45},{"__ignoreMap":41},[46,69,89,103,116],{"type":15,"tag":47,"props":48,"children":51},"span",{"class":49,"line":50},"line",1,[52,58,63],{"type":15,"tag":47,"props":53,"children":55},{"style":54},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[56],{"type":20,"value":57},"typedef",{"type":15,"tag":47,"props":59,"children":60},{"style":54},[61],{"type":20,"value":62}," struct",{"type":15,"tag":47,"props":64,"children":66},{"style":65},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[67],{"type":20,"value":68}," VkDeviceFaultVendorInfoKHR {\n",{"type":15,"tag":47,"props":70,"children":72},{"class":49,"line":71},2,[73,78,84],{"type":15,"tag":47,"props":74,"children":75},{"style":54},[76],{"type":20,"value":77}," char",{"type":15,"tag":47,"props":79,"children":81},{"style":80},"--shiki-default:#953800;--shiki-dark:#FFA657",[82],{"type":20,"value":83}," description",{"type":15,"tag":47,"props":85,"children":86},{"style":65},[87],{"type":20,"value":88},"[VK_MAX_DESCRIPTION_SIZE];\n",{"type":15,"tag":47,"props":90,"children":92},{"class":49,"line":91},3,[93,98],{"type":15,"tag":47,"props":94,"children":95},{"style":54},[96],{"type":20,"value":97}," uint64_t",{"type":15,"tag":47,"props":99,"children":100},{"style":65},[101],{"type":20,"value":102}," vendorFaultCode;\n",{"type":15,"tag":47,"props":104,"children":106},{"class":49,"line":105},4,[107,111],{"type":15,"tag":47,"props":108,"children":109},{"style":54},[110],{"type":20,"value":97},{"type":15,"tag":47,"props":112,"children":113},{"style":65},[114],{"type":20,"value":115}," vendorFaultData;\n",{"type":15,"tag":47,"props":117,"children":119},{"class":49,"line":118},5,[120],{"type":15,"tag":47,"props":121,"children":122},{"style":65},[123],{"type":20,"value":124},"} VkDeviceFaultVendorInfoKHR;\n",{"type":15,"tag":35,"props":126,"children":131},{"className":127,"code":128,"filename":129,"language":130,"meta":41,"style":41},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DeviceFaultVendorInfoKHR {\n description: [c_char; VK_MAX_DESCRIPTION_SIZE], // Free-form description of the fault\n vendor_fault_code: u64,\n vendor_fault_data: u64,\n}\n","Rust","rs",[132],{"type":15,"tag":23,"props":133,"children":134},{"__ignoreMap":41},[135,157,192,214,234],{"type":15,"tag":47,"props":136,"children":137},{"class":49,"line":50},[138,143,147,152],{"type":15,"tag":47,"props":139,"children":140},{"style":54},[141],{"type":20,"value":142},"pub",{"type":15,"tag":47,"props":144,"children":145},{"style":54},[146],{"type":20,"value":62},{"type":15,"tag":47,"props":148,"children":149},{"style":80},[150],{"type":20,"value":151}," DeviceFaultVendorInfoKHR",{"type":15,"tag":47,"props":153,"children":154},{"style":65},[155],{"type":20,"value":156}," {\n",{"type":15,"tag":47,"props":158,"children":159},{"class":49,"line":71},[160,165,170,175,181,186],{"type":15,"tag":47,"props":161,"children":162},{"style":65},[163],{"type":20,"value":164}," description",{"type":15,"tag":47,"props":166,"children":167},{"style":54},[168],{"type":20,"value":169},":",{"type":15,"tag":47,"props":171,"children":172},{"style":65},[173],{"type":20,"value":174}," [c_char; ",{"type":15,"tag":47,"props":176,"children":178},{"style":177},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[179],{"type":20,"value":180},"VK_MAX_DESCRIPTION_SIZE",{"type":15,"tag":47,"props":182,"children":183},{"style":65},[184],{"type":20,"value":185},"], ",{"type":15,"tag":47,"props":187,"children":189},{"style":188},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[190],{"type":20,"value":191},"// Free-form description of the fault\n",{"type":15,"tag":47,"props":193,"children":194},{"class":49,"line":91},[195,200,204,209],{"type":15,"tag":47,"props":196,"children":197},{"style":65},[198],{"type":20,"value":199}," vendor_fault_code",{"type":15,"tag":47,"props":201,"children":202},{"style":54},[203],{"type":20,"value":169},{"type":15,"tag":47,"props":205,"children":206},{"style":80},[207],{"type":20,"value":208}," u64",{"type":15,"tag":47,"props":210,"children":211},{"style":65},[212],{"type":20,"value":213},",\n",{"type":15,"tag":47,"props":215,"children":216},{"class":49,"line":105},[217,222,226,230],{"type":15,"tag":47,"props":218,"children":219},{"style":65},[220],{"type":20,"value":221}," vendor_fault_data",{"type":15,"tag":47,"props":223,"children":224},{"style":54},[225],{"type":20,"value":169},{"type":15,"tag":47,"props":227,"children":228},{"style":80},[229],{"type":20,"value":208},{"type":15,"tag":47,"props":231,"children":232},{"style":65},[233],{"type":20,"value":213},{"type":15,"tag":47,"props":235,"children":236},{"class":49,"line":118},[237],{"type":15,"tag":47,"props":238,"children":239},{"style":65},[240],{"type":20,"value":241},"}\n",{"type":15,"tag":31,"props":243,"children":244},{},[245,264],{"type":15,"tag":35,"props":246,"children":248},{"className":37,"code":247,"filename":39,"language":40,"meta":41,"style":41},"typedef VkDeviceFaultVendorInfoKHR VkDeviceFaultVendorInfoEXT;\n",[249],{"type":15,"tag":23,"props":250,"children":251},{"__ignoreMap":41},[252],{"type":15,"tag":47,"props":253,"children":254},{"class":49,"line":50},[255,259],{"type":15,"tag":47,"props":256,"children":257},{"style":54},[258],{"type":20,"value":57},{"type":15,"tag":47,"props":260,"children":261},{"style":65},[262],{"type":20,"value":263}," VkDeviceFaultVendorInfoKHR VkDeviceFaultVendorInfoEXT;\n",{"type":15,"tag":35,"props":265,"children":267},{"className":127,"code":266,"filename":129,"language":130,"meta":41,"style":41},"type DeviceFaultVendorInfoEXT = vk::DeviceFaultVendorInfoKHR;\n",[268],{"type":15,"tag":23,"props":269,"children":270},{"__ignoreMap":41},[271],{"type":15,"tag":47,"props":272,"children":273},{"class":49,"line":50},[274,279,284,289,294,299,304],{"type":15,"tag":47,"props":275,"children":276},{"style":54},[277],{"type":20,"value":278},"type",{"type":15,"tag":47,"props":280,"children":281},{"style":80},[282],{"type":20,"value":283}," DeviceFaultVendorInfoEXT",{"type":15,"tag":47,"props":285,"children":286},{"style":54},[287],{"type":20,"value":288}," =",{"type":15,"tag":47,"props":290,"children":291},{"style":80},[292],{"type":20,"value":293}," vk",{"type":15,"tag":47,"props":295,"children":296},{"style":54},[297],{"type":20,"value":298},"::",{"type":15,"tag":47,"props":300,"children":301},{"style":80},[302],{"type":20,"value":303},"DeviceFaultVendorInfoKHR",{"type":15,"tag":47,"props":305,"children":306},{"style":65},[307],{"type":20,"value":308},";\n",{"type":15,"tag":310,"props":311,"children":312},"ul",{},[313,340,351],{"type":15,"tag":314,"props":315,"children":316},"li",{},[317,323,325,330,332,338],{"type":15,"tag":23,"props":318,"children":320},{"className":319},[],[321],{"type":20,"value":322},"description",{"type":20,"value":324}," is an array of ",{"type":15,"tag":23,"props":326,"children":328},{"className":327},[],[329],{"type":20,"value":180},{"type":20,"value":331}," ",{"type":15,"tag":23,"props":333,"children":335},{"className":334},[],[336],{"type":20,"value":337},"char",{"type":20,"value":339},"\ncontaining a null-terminated UTF-8 string which is a human readable\ndescription of the fault.",{"type":15,"tag":314,"props":341,"children":342},{},[343,349],{"type":15,"tag":23,"props":344,"children":346},{"className":345},[],[347],{"type":20,"value":348},"vendorFaultCode",{"type":20,"value":350}," is the vendor-specific fault code for this fault.",{"type":15,"tag":314,"props":352,"children":353},{},[354,360],{"type":15,"tag":23,"props":355,"children":357},{"className":356},[],[358],{"type":20,"value":359},"vendorFaultData",{"type":20,"value":361}," is the vendor-specific fault data associated with\nthis fault.",{"type":15,"tag":363,"props":364,"children":365},"style",{},[366],{"type":20,"value":367},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":41,"searchDepth":71,"depth":71,"links":369},[],"markdown",1773997218337]