[{"data":1,"prerenderedAt":401},["ShallowReactive",2],{"FrSWXs6Txz":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":400,"_id":4},"VkQueryResultStatusKHR","Specific status codes for operations","VK_KHR_video_queue","enums",[],{"type":10,"children":11,"toc":398},"root",[12,18,32,343,392],{"type":13,"tag":14,"props":15,"children":17},"element","anchor",{"id":16},"query-result-status-codes",[],{"type":13,"tag":19,"props":20,"children":21},"p",{},[22,25,30],{"type":23,"value":24},"text","Specific status codes that ",{"type":13,"tag":26,"props":27,"children":29},"normative",{"type":28},"can",[],{"type":23,"value":31}," be returned from a query are:",{"type":13,"tag":33,"props":34,"children":35},"code-group",{},[36,155],{"type":13,"tag":37,"props":38,"children":44},"pre",{"className":39,"code":40,"filename":41,"language":42,"meta":43,"style":43},"language-c shiki shiki-themes github-light-default github-dark-default","typedef enum VkQueryResultStatusKHR {\n VK_QUERY_RESULT_STATUS_ERROR_KHR = -1,\n VK_QUERY_RESULT_STATUS_NOT_READY_KHR = 0,\n VK_QUERY_RESULT_STATUS_COMPLETE_KHR = 1,\n} VkQueryResultStatusKHR;\n","C","c","",[45],{"type":13,"tag":46,"props":47,"children":48},"code",{"__ignoreMap":43},[49,72,102,124,146],{"type":13,"tag":50,"props":51,"children":54},"span",{"class":52,"line":53},"line",1,[55,61,66],{"type":13,"tag":50,"props":56,"children":58},{"style":57},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[59],{"type":23,"value":60},"typedef",{"type":13,"tag":50,"props":62,"children":63},{"style":57},[64],{"type":23,"value":65}," enum",{"type":13,"tag":50,"props":67,"children":69},{"style":68},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[70],{"type":23,"value":71}," VkQueryResultStatusKHR {\n",{"type":13,"tag":50,"props":73,"children":75},{"class":52,"line":74},2,[76,81,86,91,97],{"type":13,"tag":50,"props":77,"children":78},{"style":68},[79],{"type":23,"value":80}," VK_QUERY_RESULT_STATUS_ERROR_KHR ",{"type":13,"tag":50,"props":82,"children":83},{"style":57},[84],{"type":23,"value":85},"=",{"type":13,"tag":50,"props":87,"children":88},{"style":57},[89],{"type":23,"value":90}," -",{"type":13,"tag":50,"props":92,"children":94},{"style":93},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[95],{"type":23,"value":96},"1",{"type":13,"tag":50,"props":98,"children":99},{"style":68},[100],{"type":23,"value":101},",\n",{"type":13,"tag":50,"props":103,"children":105},{"class":52,"line":104},3,[106,111,115,120],{"type":13,"tag":50,"props":107,"children":108},{"style":68},[109],{"type":23,"value":110}," VK_QUERY_RESULT_STATUS_NOT_READY_KHR ",{"type":13,"tag":50,"props":112,"children":113},{"style":57},[114],{"type":23,"value":85},{"type":13,"tag":50,"props":116,"children":117},{"style":93},[118],{"type":23,"value":119}," 0",{"type":13,"tag":50,"props":121,"children":122},{"style":68},[123],{"type":23,"value":101},{"type":13,"tag":50,"props":125,"children":127},{"class":52,"line":126},4,[128,133,137,142],{"type":13,"tag":50,"props":129,"children":130},{"style":68},[131],{"type":23,"value":132}," VK_QUERY_RESULT_STATUS_COMPLETE_KHR ",{"type":13,"tag":50,"props":134,"children":135},{"style":57},[136],{"type":23,"value":85},{"type":13,"tag":50,"props":138,"children":139},{"style":93},[140],{"type":23,"value":141}," 1",{"type":13,"tag":50,"props":143,"children":144},{"style":68},[145],{"type":23,"value":101},{"type":13,"tag":50,"props":147,"children":149},{"class":52,"line":148},5,[150],{"type":13,"tag":50,"props":151,"children":152},{"style":68},[153],{"type":23,"value":154},"} VkQueryResultStatusKHR;\n",{"type":13,"tag":37,"props":156,"children":161},{"className":157,"code":158,"filename":159,"language":160,"meta":43,"style":43},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct QueryResultStatusKHR(u32);\nimpl QueryResultStatusKHR {\n pub const ERROR: Self = -1;\n pub const NOT_READY: Self = 0;\n pub const COMPLETE: Self = 1;\n}\n","Rust","rs",[162],{"type":13,"tag":46,"props":163,"children":164},{"__ignoreMap":43},[165,199,216,262,298,334],{"type":13,"tag":50,"props":166,"children":167},{"class":52,"line":53},[168,173,178,184,189,194],{"type":13,"tag":50,"props":169,"children":170},{"style":57},[171],{"type":23,"value":172},"pub",{"type":13,"tag":50,"props":174,"children":175},{"style":57},[176],{"type":23,"value":177}," struct",{"type":13,"tag":50,"props":179,"children":181},{"style":180},"--shiki-default:#953800;--shiki-dark:#FFA657",[182],{"type":23,"value":183}," QueryResultStatusKHR",{"type":13,"tag":50,"props":185,"children":186},{"style":68},[187],{"type":23,"value":188},"(",{"type":13,"tag":50,"props":190,"children":191},{"style":180},[192],{"type":23,"value":193},"u32",{"type":13,"tag":50,"props":195,"children":196},{"style":68},[197],{"type":23,"value":198},");\n",{"type":13,"tag":50,"props":200,"children":201},{"class":52,"line":74},[202,207,211],{"type":13,"tag":50,"props":203,"children":204},{"style":57},[205],{"type":23,"value":206},"impl",{"type":13,"tag":50,"props":208,"children":209},{"style":180},[210],{"type":23,"value":183},{"type":13,"tag":50,"props":212,"children":213},{"style":68},[214],{"type":23,"value":215}," {\n",{"type":13,"tag":50,"props":217,"children":218},{"class":52,"line":104},[219,224,229,234,239,244,249,253,257],{"type":13,"tag":50,"props":220,"children":221},{"style":57},[222],{"type":23,"value":223}," pub",{"type":13,"tag":50,"props":225,"children":226},{"style":57},[227],{"type":23,"value":228}," const",{"type":13,"tag":50,"props":230,"children":231},{"style":93},[232],{"type":23,"value":233}," ERROR",{"type":13,"tag":50,"props":235,"children":236},{"style":57},[237],{"type":23,"value":238},":",{"type":13,"tag":50,"props":240,"children":241},{"style":93},[242],{"type":23,"value":243}," Self",{"type":13,"tag":50,"props":245,"children":246},{"style":57},[247],{"type":23,"value":248}," =",{"type":13,"tag":50,"props":250,"children":251},{"style":57},[252],{"type":23,"value":90},{"type":13,"tag":50,"props":254,"children":255},{"style":93},[256],{"type":23,"value":96},{"type":13,"tag":50,"props":258,"children":259},{"style":68},[260],{"type":23,"value":261},";\n",{"type":13,"tag":50,"props":263,"children":264},{"class":52,"line":126},[265,269,273,278,282,286,290,294],{"type":13,"tag":50,"props":266,"children":267},{"style":57},[268],{"type":23,"value":223},{"type":13,"tag":50,"props":270,"children":271},{"style":57},[272],{"type":23,"value":228},{"type":13,"tag":50,"props":274,"children":275},{"style":93},[276],{"type":23,"value":277}," NOT_READY",{"type":13,"tag":50,"props":279,"children":280},{"style":57},[281],{"type":23,"value":238},{"type":13,"tag":50,"props":283,"children":284},{"style":93},[285],{"type":23,"value":243},{"type":13,"tag":50,"props":287,"children":288},{"style":57},[289],{"type":23,"value":248},{"type":13,"tag":50,"props":291,"children":292},{"style":93},[293],{"type":23,"value":119},{"type":13,"tag":50,"props":295,"children":296},{"style":68},[297],{"type":23,"value":261},{"type":13,"tag":50,"props":299,"children":300},{"class":52,"line":148},[301,305,309,314,318,322,326,330],{"type":13,"tag":50,"props":302,"children":303},{"style":57},[304],{"type":23,"value":223},{"type":13,"tag":50,"props":306,"children":307},{"style":57},[308],{"type":23,"value":228},{"type":13,"tag":50,"props":310,"children":311},{"style":93},[312],{"type":23,"value":313}," COMPLETE",{"type":13,"tag":50,"props":315,"children":316},{"style":57},[317],{"type":23,"value":238},{"type":13,"tag":50,"props":319,"children":320},{"style":93},[321],{"type":23,"value":243},{"type":13,"tag":50,"props":323,"children":324},{"style":57},[325],{"type":23,"value":248},{"type":13,"tag":50,"props":327,"children":328},{"style":93},[329],{"type":23,"value":141},{"type":13,"tag":50,"props":331,"children":332},{"style":68},[333],{"type":23,"value":261},{"type":13,"tag":50,"props":335,"children":337},{"class":52,"line":336},6,[338],{"type":13,"tag":50,"props":339,"children":340},{"style":68},[341],{"type":23,"value":342},"}\n",{"type":13,"tag":344,"props":345,"children":346},"ul",{},[347,359,370,381],{"type":13,"tag":348,"props":349,"children":350},"li",{},[351,357],{"type":13,"tag":46,"props":352,"children":354},{"className":353},[],[355],{"type":23,"value":356},"VK_QUERY_RESULT_STATUS_NOT_READY_KHR",{"type":23,"value":358}," indicates that the query\nresult is not yet available.",{"type":13,"tag":348,"props":360,"children":361},{},[362,368],{"type":13,"tag":46,"props":363,"children":365},{"className":364},[],[366],{"type":23,"value":367},"VK_QUERY_RESULT_STATUS_ERROR_KHR",{"type":23,"value":369}," indicates that operations did not\ncomplete successfully.",{"type":13,"tag":348,"props":371,"children":372},{},[373,379],{"type":13,"tag":46,"props":374,"children":376},{"className":375},[],[377],{"type":23,"value":378},"VK_QUERY_RESULT_STATUS_COMPLETE_KHR",{"type":23,"value":380}," indicates that operations\ncompleted successfully and the query result is available.",{"type":13,"tag":348,"props":382,"children":383},{},[384,390],{"type":13,"tag":46,"props":385,"children":387},{"className":386},[],[388],{"type":23,"value":389},"VK_QUERY_RESULT_STATUS_INSUFFICIENT_BITSTREAM_BUFFER_RANGE_KHR",{"type":23,"value":391},"\nindicates that a video encode operation did not complete successfully\ndue to the destination video bitstream buffer range not being\nsufficiently large to fit the encoded bitstream data.",{"type":13,"tag":393,"props":394,"children":395},"style",{},[396],{"type":23,"value":397},"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":43,"searchDepth":74,"depth":74,"links":399},[],"markdown",1725732581733]