[{"data":1,"prerenderedAt":471},["ShallowReactive",2],{"4Pv91RRGsj":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":470,"_id":4},"VkDeviceFaultCountsEXT","Structure specifying device fault information","VK_EXT_device_fault","structs",[],{"type":10,"children":11,"toc":468},"root",[12,28,308,408,462],{"type":13,"tag":14,"props":15,"children":16},"element","p",{},[17,20,26],{"type":18,"value":19},"text","The ",{"type":13,"tag":21,"props":22,"children":24},"code",{"className":23},[],[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,135],{"type":13,"tag":33,"props":34,"children":40},"pre",{"className":35,"code":36,"filename":37,"language":38,"meta":39,"style":39},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkDeviceFaultCountsEXT {\n VkStructureType sType;\n void* pNext;\n uint32_t addressInfoCount;\n uint32_t vendorInfoCount;\n VkDeviceSize vendorBinarySize;\n} VkDeviceFaultCountsEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,104,117,126],{"type":13,"tag":45,"props":46,"children":49},"span",{"class":47,"line":48},"line",1,[50,56,61],{"type":13,"tag":45,"props":51,"children":53},{"style":52},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[54],{"type":18,"value":55},"typedef",{"type":13,"tag":45,"props":57,"children":58},{"style":52},[59],{"type":18,"value":60}," struct",{"type":13,"tag":45,"props":62,"children":64},{"style":63},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[65],{"type":18,"value":66}," VkDeviceFaultCountsEXT {\n",{"type":13,"tag":45,"props":68,"children":70},{"class":47,"line":69},2,[71],{"type":13,"tag":45,"props":72,"children":73},{"style":63},[74],{"type":18,"value":75}," VkStructureType sType;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," void*",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," pNext;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,99],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":98}," uint32_t",{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," addressInfoCount;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,112],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":98},{"type":13,"tag":45,"props":113,"children":114},{"style":63},[115],{"type":18,"value":116}," vendorInfoCount;\n",{"type":13,"tag":45,"props":118,"children":120},{"class":47,"line":119},6,[121],{"type":13,"tag":45,"props":122,"children":123},{"style":63},[124],{"type":18,"value":125}," VkDeviceSize vendorBinarySize;\n",{"type":13,"tag":45,"props":127,"children":129},{"class":47,"line":128},7,[130],{"type":13,"tag":45,"props":131,"children":132},{"style":63},[133],{"type":18,"value":134},"} VkDeviceFaultCountsEXT;\n",{"type":13,"tag":33,"props":136,"children":141},{"className":137,"code":138,"filename":139,"language":140,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DeviceFaultCountsEXT {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n address_info_count: u32,\n vendor_info_count: u32,\n vendor_binary_size: vk::DeviceSize, // Specified in bytes\n}\n","Rust","rs",[142],{"type":13,"tag":21,"props":143,"children":144},{"__ignoreMap":39},[145,168,201,223,244,264,300],{"type":13,"tag":45,"props":146,"children":147},{"class":47,"line":48},[148,153,157,163],{"type":13,"tag":45,"props":149,"children":150},{"style":52},[151],{"type":18,"value":152},"pub",{"type":13,"tag":45,"props":154,"children":155},{"style":52},[156],{"type":18,"value":60},{"type":13,"tag":45,"props":158,"children":160},{"style":159},"--shiki-default:#953800;--shiki-dark:#FFA657",[161],{"type":18,"value":162}," DeviceFaultCountsEXT",{"type":13,"tag":45,"props":164,"children":165},{"style":63},[166],{"type":18,"value":167}," {\n",{"type":13,"tag":45,"props":169,"children":170},{"class":47,"line":69},[171,176,181,186,191,196],{"type":13,"tag":45,"props":172,"children":173},{"style":63},[174],{"type":18,"value":175}," s_type",{"type":13,"tag":45,"props":177,"children":178},{"style":52},[179],{"type":18,"value":180},":",{"type":13,"tag":45,"props":182,"children":183},{"style":159},[184],{"type":18,"value":185}," vk",{"type":13,"tag":45,"props":187,"children":188},{"style":52},[189],{"type":18,"value":190},"::",{"type":13,"tag":45,"props":192,"children":193},{"style":159},[194],{"type":18,"value":195},"StructureType",{"type":13,"tag":45,"props":197,"children":198},{"style":63},[199],{"type":18,"value":200},",\n",{"type":13,"tag":45,"props":202,"children":203},{"class":47,"line":78},[204,209,213,218],{"type":13,"tag":45,"props":205,"children":206},{"style":63},[207],{"type":18,"value":208}," p_next",{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":180},{"type":13,"tag":45,"props":214,"children":215},{"style":52},[216],{"type":18,"value":217}," *mut",{"type":13,"tag":45,"props":219,"children":220},{"style":63},[221],{"type":18,"value":222}," c_void,\n",{"type":13,"tag":45,"props":224,"children":225},{"class":47,"line":92},[226,231,235,240],{"type":13,"tag":45,"props":227,"children":228},{"style":63},[229],{"type":18,"value":230}," address_info_count",{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":180},{"type":13,"tag":45,"props":236,"children":237},{"style":159},[238],{"type":18,"value":239}," u32",{"type":13,"tag":45,"props":241,"children":242},{"style":63},[243],{"type":18,"value":200},{"type":13,"tag":45,"props":245,"children":246},{"class":47,"line":106},[247,252,256,260],{"type":13,"tag":45,"props":248,"children":249},{"style":63},[250],{"type":18,"value":251}," vendor_info_count",{"type":13,"tag":45,"props":253,"children":254},{"style":52},[255],{"type":18,"value":180},{"type":13,"tag":45,"props":257,"children":258},{"style":159},[259],{"type":18,"value":239},{"type":13,"tag":45,"props":261,"children":262},{"style":63},[263],{"type":18,"value":200},{"type":13,"tag":45,"props":265,"children":266},{"class":47,"line":119},[267,272,276,280,284,289,294],{"type":13,"tag":45,"props":268,"children":269},{"style":63},[270],{"type":18,"value":271}," vendor_binary_size",{"type":13,"tag":45,"props":273,"children":274},{"style":52},[275],{"type":18,"value":180},{"type":13,"tag":45,"props":277,"children":278},{"style":159},[279],{"type":18,"value":185},{"type":13,"tag":45,"props":281,"children":282},{"style":52},[283],{"type":18,"value":190},{"type":13,"tag":45,"props":285,"children":286},{"style":159},[287],{"type":18,"value":288},"DeviceSize",{"type":13,"tag":45,"props":290,"children":291},{"style":63},[292],{"type":18,"value":293},", ",{"type":13,"tag":45,"props":295,"children":297},{"style":296},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[298],{"type":18,"value":299},"// Specified in bytes\n",{"type":13,"tag":45,"props":301,"children":302},{"class":47,"line":128},[303],{"type":13,"tag":45,"props":304,"children":305},{"style":63},[306],{"type":18,"value":307},"}\n",{"type":13,"tag":309,"props":310,"children":311},"ul",{},[312,333,352,378,397],{"type":13,"tag":313,"props":314,"children":315},"li",{},[316,322,324,331],{"type":13,"tag":21,"props":317,"children":319},{"className":318},[],[320],{"type":18,"value":321},"sType",{"type":18,"value":323}," is a ",{"type":13,"tag":325,"props":326,"children":328},"a",{"href":327},"/man/VkStructureType",[329],{"type":18,"value":330},"VkStructureType",{"type":18,"value":332}," value identifying this structure.",{"type":13,"tag":313,"props":334,"children":335},{},[336,342,344,350],{"type":13,"tag":21,"props":337,"children":339},{"className":338},[],[340],{"type":18,"value":341},"pNext",{"type":18,"value":343}," is ",{"type":13,"tag":21,"props":345,"children":347},{"className":346},[],[348],{"type":18,"value":349},"NULL",{"type":18,"value":351}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":313,"props":353,"children":354},{},[355,361,363,369,371,376],{"type":13,"tag":21,"props":356,"children":358},{"className":357},[],[359],{"type":18,"value":360},"addressInfoCount",{"type":18,"value":362}," is the number of\n",{"type":13,"tag":325,"props":364,"children":366},{"href":365},"/man/VkDeviceFaultAddressInfoEXT",[367],{"type":18,"value":368},"VkDeviceFaultAddressInfoEXT",{"type":18,"value":370}," structures describing either memory\naccesses which ",{"type":13,"tag":372,"props":373,"children":375},"normative",{"type":374},"may",[],{"type":18,"value":377}," have caused a page fault, or the addresses of active\ninstructions at the time of the fault.",{"type":13,"tag":313,"props":379,"children":380},{},[381,387,389,395],{"type":13,"tag":21,"props":382,"children":384},{"className":383},[],[385],{"type":18,"value":386},"vendorInfoCount",{"type":18,"value":388}," is the number of ",{"type":13,"tag":325,"props":390,"children":392},{"href":391},"/man/VkDeviceFaultVendorInfoEXT",[393],{"type":18,"value":394},"VkDeviceFaultVendorInfoEXT",{"type":18,"value":396},"\nstructures describing vendor-specific fault information.",{"type":13,"tag":313,"props":398,"children":399},{},[400,406],{"type":13,"tag":21,"props":401,"children":403},{"className":402},[],[404],{"type":18,"value":405},"vendorBinarySize",{"type":18,"value":407}," is the size in bytes of a vendor-specific binary\ncrash dump, which may provide additional information when imported into\nexternal tools.",{"type":13,"tag":409,"props":410,"children":412},"validity-group",{"name":411},"Valid Usage (Implicit)",[413,440],{"type":13,"tag":414,"props":415,"children":417},"validity-field",{"name":416},"VUID-VkDeviceFaultCountsEXT-sType-sType",[418],{"type":13,"tag":14,"props":419,"children":420},{},[421,426,428,432,434],{"type":13,"tag":21,"props":422,"children":424},{"className":423},[],[425],{"type":18,"value":321},{"type":18,"value":427}," ",{"type":13,"tag":372,"props":429,"children":431},{"type":430},"must",[],{"type":18,"value":433}," be ",{"type":13,"tag":21,"props":435,"children":437},{"className":436},[],[438],{"type":18,"value":439},"VK_STRUCTURE_TYPE_DEVICE_FAULT_COUNTS_EXT",{"type":13,"tag":414,"props":441,"children":443},{"name":442},"VUID-VkDeviceFaultCountsEXT-pNext-pNext",[444],{"type":13,"tag":14,"props":445,"children":446},{},[447,452,453,456,457],{"type":13,"tag":21,"props":448,"children":450},{"className":449},[],[451],{"type":18,"value":341},{"type":18,"value":427},{"type":13,"tag":372,"props":454,"children":455},{"type":430},[],{"type":18,"value":433},{"type":13,"tag":21,"props":458,"children":460},{"className":459},[],[461],{"type":18,"value":349},{"type":13,"tag":463,"props":464,"children":465},"style",{},[466],{"type":18,"value":467},"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":39,"searchDepth":69,"depth":69,"links":469},[],"markdown",1729612443849]