[{"data":1,"prerenderedAt":465},["ShallowReactive",2],{"DCAzwCnRJ0":3},{"title":4,"description":5,"type":6,"xrefs":7,"body":8,"_type":464,"_id":4},"VkFaultLevel","The different fault severity levels that can be returned","enums",[],{"type":9,"children":10,"toc":462},"root",[11,37,396,456],{"type":12,"tag":13,"props":14,"children":15},"element","p",{},[16,19,26,28,35],{"type":17,"value":18},"text","Possible values of ",{"type":12,"tag":20,"props":21,"children":23},"a",{"href":22},"/man/VkFaultData",[24],{"type":17,"value":25},"VkFaultData",{"type":17,"value":27},"::",{"type":12,"tag":29,"props":30,"children":32},"code",{"className":31},[],[33],{"type":17,"value":34},"faultLevel",{"type":17,"value":36},", specifying the fault\nseverity, are:",{"type":12,"tag":38,"props":39,"children":40},"code-group",{},[41,176],{"type":12,"tag":42,"props":43,"children":49},"pre",{"className":44,"code":45,"filename":46,"language":47,"meta":48,"style":48},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkFaultLevel {\n VK_FAULT_LEVEL_UNASSIGNED = 0,\n VK_FAULT_LEVEL_CRITICAL = 1,\n VK_FAULT_LEVEL_RECOVERABLE = 2,\n VK_FAULT_LEVEL_WARNING = 3,\n} VkFaultLevel;\n","C","c","",[50],{"type":12,"tag":29,"props":51,"children":52},{"__ignoreMap":48},[53,76,101,123,145,167],{"type":12,"tag":54,"props":55,"children":58},"span",{"class":56,"line":57},"line",1,[59,65,70],{"type":12,"tag":54,"props":60,"children":62},{"style":61},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[63],{"type":17,"value":64},"typedef",{"type":12,"tag":54,"props":66,"children":67},{"style":61},[68],{"type":17,"value":69}," enum",{"type":12,"tag":54,"props":71,"children":73},{"style":72},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[74],{"type":17,"value":75}," VkFaultLevel {\n",{"type":12,"tag":54,"props":77,"children":79},{"class":56,"line":78},2,[80,85,90,96],{"type":12,"tag":54,"props":81,"children":82},{"style":72},[83],{"type":17,"value":84}," VK_FAULT_LEVEL_UNASSIGNED ",{"type":12,"tag":54,"props":86,"children":87},{"style":61},[88],{"type":17,"value":89},"=",{"type":12,"tag":54,"props":91,"children":93},{"style":92},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[94],{"type":17,"value":95}," 0",{"type":12,"tag":54,"props":97,"children":98},{"style":72},[99],{"type":17,"value":100},",\n",{"type":12,"tag":54,"props":102,"children":104},{"class":56,"line":103},3,[105,110,114,119],{"type":12,"tag":54,"props":106,"children":107},{"style":72},[108],{"type":17,"value":109}," VK_FAULT_LEVEL_CRITICAL ",{"type":12,"tag":54,"props":111,"children":112},{"style":61},[113],{"type":17,"value":89},{"type":12,"tag":54,"props":115,"children":116},{"style":92},[117],{"type":17,"value":118}," 1",{"type":12,"tag":54,"props":120,"children":121},{"style":72},[122],{"type":17,"value":100},{"type":12,"tag":54,"props":124,"children":126},{"class":56,"line":125},4,[127,132,136,141],{"type":12,"tag":54,"props":128,"children":129},{"style":72},[130],{"type":17,"value":131}," VK_FAULT_LEVEL_RECOVERABLE ",{"type":12,"tag":54,"props":133,"children":134},{"style":61},[135],{"type":17,"value":89},{"type":12,"tag":54,"props":137,"children":138},{"style":92},[139],{"type":17,"value":140}," 2",{"type":12,"tag":54,"props":142,"children":143},{"style":72},[144],{"type":17,"value":100},{"type":12,"tag":54,"props":146,"children":148},{"class":56,"line":147},5,[149,154,158,163],{"type":12,"tag":54,"props":150,"children":151},{"style":72},[152],{"type":17,"value":153}," VK_FAULT_LEVEL_WARNING ",{"type":12,"tag":54,"props":155,"children":156},{"style":61},[157],{"type":17,"value":89},{"type":12,"tag":54,"props":159,"children":160},{"style":92},[161],{"type":17,"value":162}," 3",{"type":12,"tag":54,"props":164,"children":165},{"style":72},[166],{"type":17,"value":100},{"type":12,"tag":54,"props":168,"children":170},{"class":56,"line":169},6,[171],{"type":12,"tag":54,"props":172,"children":173},{"style":72},[174],{"type":17,"value":175},"} VkFaultLevel;\n",{"type":12,"tag":42,"props":177,"children":182},{"className":178,"code":179,"filename":180,"language":181,"meta":48,"style":48},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct FaultLevel(u32);\nimpl FaultLevel {\n pub const UNASSIGNED: Self = 0;\n pub const CRITICAL: Self = 1;\n pub const RECOVERABLE: Self = 2;\n pub const WARNING: Self = 3;\n}\n","Rust","rs",[183],{"type":12,"tag":29,"props":184,"children":185},{"__ignoreMap":48},[186,220,237,279,315,351,387],{"type":12,"tag":54,"props":187,"children":188},{"class":56,"line":57},[189,194,199,205,210,215],{"type":12,"tag":54,"props":190,"children":191},{"style":61},[192],{"type":17,"value":193},"pub",{"type":12,"tag":54,"props":195,"children":196},{"style":61},[197],{"type":17,"value":198}," struct",{"type":12,"tag":54,"props":200,"children":202},{"style":201},"--shiki-default:#953800;--shiki-dark:#FFA657",[203],{"type":17,"value":204}," FaultLevel",{"type":12,"tag":54,"props":206,"children":207},{"style":72},[208],{"type":17,"value":209},"(",{"type":12,"tag":54,"props":211,"children":212},{"style":201},[213],{"type":17,"value":214},"u32",{"type":12,"tag":54,"props":216,"children":217},{"style":72},[218],{"type":17,"value":219},");\n",{"type":12,"tag":54,"props":221,"children":222},{"class":56,"line":78},[223,228,232],{"type":12,"tag":54,"props":224,"children":225},{"style":61},[226],{"type":17,"value":227},"impl",{"type":12,"tag":54,"props":229,"children":230},{"style":201},[231],{"type":17,"value":204},{"type":12,"tag":54,"props":233,"children":234},{"style":72},[235],{"type":17,"value":236}," {\n",{"type":12,"tag":54,"props":238,"children":239},{"class":56,"line":103},[240,245,250,255,260,265,270,274],{"type":12,"tag":54,"props":241,"children":242},{"style":61},[243],{"type":17,"value":244}," pub",{"type":12,"tag":54,"props":246,"children":247},{"style":61},[248],{"type":17,"value":249}," const",{"type":12,"tag":54,"props":251,"children":252},{"style":92},[253],{"type":17,"value":254}," UNASSIGNED",{"type":12,"tag":54,"props":256,"children":257},{"style":61},[258],{"type":17,"value":259},":",{"type":12,"tag":54,"props":261,"children":262},{"style":92},[263],{"type":17,"value":264}," Self",{"type":12,"tag":54,"props":266,"children":267},{"style":61},[268],{"type":17,"value":269}," =",{"type":12,"tag":54,"props":271,"children":272},{"style":92},[273],{"type":17,"value":95},{"type":12,"tag":54,"props":275,"children":276},{"style":72},[277],{"type":17,"value":278},";\n",{"type":12,"tag":54,"props":280,"children":281},{"class":56,"line":125},[282,286,290,295,299,303,307,311],{"type":12,"tag":54,"props":283,"children":284},{"style":61},[285],{"type":17,"value":244},{"type":12,"tag":54,"props":287,"children":288},{"style":61},[289],{"type":17,"value":249},{"type":12,"tag":54,"props":291,"children":292},{"style":92},[293],{"type":17,"value":294}," CRITICAL",{"type":12,"tag":54,"props":296,"children":297},{"style":61},[298],{"type":17,"value":259},{"type":12,"tag":54,"props":300,"children":301},{"style":92},[302],{"type":17,"value":264},{"type":12,"tag":54,"props":304,"children":305},{"style":61},[306],{"type":17,"value":269},{"type":12,"tag":54,"props":308,"children":309},{"style":92},[310],{"type":17,"value":118},{"type":12,"tag":54,"props":312,"children":313},{"style":72},[314],{"type":17,"value":278},{"type":12,"tag":54,"props":316,"children":317},{"class":56,"line":147},[318,322,326,331,335,339,343,347],{"type":12,"tag":54,"props":319,"children":320},{"style":61},[321],{"type":17,"value":244},{"type":12,"tag":54,"props":323,"children":324},{"style":61},[325],{"type":17,"value":249},{"type":12,"tag":54,"props":327,"children":328},{"style":92},[329],{"type":17,"value":330}," RECOVERABLE",{"type":12,"tag":54,"props":332,"children":333},{"style":61},[334],{"type":17,"value":259},{"type":12,"tag":54,"props":336,"children":337},{"style":92},[338],{"type":17,"value":264},{"type":12,"tag":54,"props":340,"children":341},{"style":61},[342],{"type":17,"value":269},{"type":12,"tag":54,"props":344,"children":345},{"style":92},[346],{"type":17,"value":140},{"type":12,"tag":54,"props":348,"children":349},{"style":72},[350],{"type":17,"value":278},{"type":12,"tag":54,"props":352,"children":353},{"class":56,"line":169},[354,358,362,367,371,375,379,383],{"type":12,"tag":54,"props":355,"children":356},{"style":61},[357],{"type":17,"value":244},{"type":12,"tag":54,"props":359,"children":360},{"style":61},[361],{"type":17,"value":249},{"type":12,"tag":54,"props":363,"children":364},{"style":92},[365],{"type":17,"value":366}," WARNING",{"type":12,"tag":54,"props":368,"children":369},{"style":61},[370],{"type":17,"value":259},{"type":12,"tag":54,"props":372,"children":373},{"style":92},[374],{"type":17,"value":264},{"type":12,"tag":54,"props":376,"children":377},{"style":61},[378],{"type":17,"value":269},{"type":12,"tag":54,"props":380,"children":381},{"style":92},[382],{"type":17,"value":162},{"type":12,"tag":54,"props":384,"children":385},{"style":72},[386],{"type":17,"value":278},{"type":12,"tag":54,"props":388,"children":390},{"class":56,"line":389},7,[391],{"type":12,"tag":54,"props":392,"children":393},{"style":72},[394],{"type":17,"value":395},"}\n",{"type":12,"tag":397,"props":398,"children":399},"ul",{},[400,412,430,445],{"type":12,"tag":401,"props":402,"children":403},"li",{},[404,410],{"type":12,"tag":29,"props":405,"children":407},{"className":406},[],[408],{"type":17,"value":409},"VK_FAULT_LEVEL_UNASSIGNED",{"type":17,"value":411}," A fault level has not been assigned.",{"type":12,"tag":401,"props":413,"children":414},{},[415,421,423,428],{"type":12,"tag":29,"props":416,"children":418},{"className":417},[],[419],{"type":17,"value":420},"VK_FAULT_LEVEL_CRITICAL",{"type":17,"value":422}," A fault that ",{"type":12,"tag":424,"props":425,"children":427},"normative",{"type":426},"cannot",[],{"type":17,"value":429}," be recovered by the\napplication.",{"type":12,"tag":401,"props":431,"children":432},{},[433,439,440,444],{"type":12,"tag":29,"props":434,"children":436},{"className":435},[],[437],{"type":17,"value":438},"VK_FAULT_LEVEL_RECOVERABLE",{"type":17,"value":422},{"type":12,"tag":424,"props":441,"children":443},{"type":442},"can",[],{"type":17,"value":429},{"type":12,"tag":401,"props":446,"children":447},{},[448,454],{"type":12,"tag":29,"props":449,"children":451},{"className":450},[],[452],{"type":17,"value":453},"VK_FAULT_LEVEL_WARNING",{"type":17,"value":455}," A fault that indicates a non-optimal\ncondition has occurred, but no recovery is necessary at this point.",{"type":12,"tag":457,"props":458,"children":459},"style",{},[460],{"type":17,"value":461},"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":48,"searchDepth":78,"depth":78,"links":463},[],"markdown",1729612448250]