[{"data":1,"prerenderedAt":691},["ShallowReactive",2],{"0YV8SrSCOe":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":690,"_id":4},"VkQueueFamilyGlobalPriorityProperties","Return structure for queue family global priority information query","VK_VERSION_1_4","structs",[],{"type":10,"children":11,"toc":688},"root",[12,28,302,307,372,376,437,533,568,585,606,652,682],{"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},"a",{"href":23},"/man/VkQueueFamilyGlobalPriorityProperties",[25],{"type":18,"value":4},{"type":18,"value":27}," structure is defined as:",{"type":13,"tag":29,"props":30,"children":31},"code-group",{},[32,134],{"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 VkQueueFamilyGlobalPriorityProperties {\n VkStructureType sType;\n void* pNext;\n uint32_t priorityCount;\n VkQueueGlobalPriority priorities[VK_MAX_GLOBAL_PRIORITY_SIZE];\n} VkQueueFamilyGlobalPriorityProperties;\n","C","c","",[41],{"type":13,"tag":42,"props":43,"children":44},"code",{"__ignoreMap":39},[45,68,77,91,105,125],{"type":13,"tag":46,"props":47,"children":50},"span",{"class":48,"line":49},"line",1,[51,57,62],{"type":13,"tag":46,"props":52,"children":54},{"style":53},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[55],{"type":18,"value":56},"typedef",{"type":13,"tag":46,"props":58,"children":59},{"style":53},[60],{"type":18,"value":61}," struct",{"type":13,"tag":46,"props":63,"children":65},{"style":64},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[66],{"type":18,"value":67}," VkQueueFamilyGlobalPriorityProperties {\n",{"type":13,"tag":46,"props":69,"children":71},{"class":48,"line":70},2,[72],{"type":13,"tag":46,"props":73,"children":74},{"style":64},[75],{"type":18,"value":76}," VkStructureType sType;\n",{"type":13,"tag":46,"props":78,"children":80},{"class":48,"line":79},3,[81,86],{"type":13,"tag":46,"props":82,"children":83},{"style":53},[84],{"type":18,"value":85}," void*",{"type":13,"tag":46,"props":87,"children":88},{"style":64},[89],{"type":18,"value":90}," pNext;\n",{"type":13,"tag":46,"props":92,"children":94},{"class":48,"line":93},4,[95,100],{"type":13,"tag":46,"props":96,"children":97},{"style":53},[98],{"type":18,"value":99}," uint32_t",{"type":13,"tag":46,"props":101,"children":102},{"style":64},[103],{"type":18,"value":104}," priorityCount;\n",{"type":13,"tag":46,"props":106,"children":108},{"class":48,"line":107},5,[109,114,120],{"type":13,"tag":46,"props":110,"children":111},{"style":64},[112],{"type":18,"value":113}," VkQueueGlobalPriority ",{"type":13,"tag":46,"props":115,"children":117},{"style":116},"--shiki-default:#953800;--shiki-dark:#FFA657",[118],{"type":18,"value":119},"priorities",{"type":13,"tag":46,"props":121,"children":122},{"style":64},[123],{"type":18,"value":124},"[VK_MAX_GLOBAL_PRIORITY_SIZE];\n",{"type":13,"tag":46,"props":126,"children":128},{"class":48,"line":127},6,[129],{"type":13,"tag":46,"props":130,"children":131},{"style":64},[132],{"type":18,"value":133},"} VkQueueFamilyGlobalPriorityProperties;\n",{"type":13,"tag":33,"props":135,"children":140},{"className":136,"code":137,"filename":138,"language":139,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct QueueFamilyGlobalPriorityProperties {\n s_type: vk::StructureType,\n p_next: *mut c_void,\n priority_count: u32,\n priorities: *const [vk::QueueGlobalPriority ; MAX_GLOBAL_PRIORITY_SIZE],\n}\n","Rust","rs",[141],{"type":13,"tag":42,"props":142,"children":143},{"__ignoreMap":39},[144,166,199,221,242,294],{"type":13,"tag":46,"props":145,"children":146},{"class":48,"line":49},[147,152,156,161],{"type":13,"tag":46,"props":148,"children":149},{"style":53},[150],{"type":18,"value":151},"pub",{"type":13,"tag":46,"props":153,"children":154},{"style":53},[155],{"type":18,"value":61},{"type":13,"tag":46,"props":157,"children":158},{"style":116},[159],{"type":18,"value":160}," QueueFamilyGlobalPriorityProperties",{"type":13,"tag":46,"props":162,"children":163},{"style":64},[164],{"type":18,"value":165}," {\n",{"type":13,"tag":46,"props":167,"children":168},{"class":48,"line":70},[169,174,179,184,189,194],{"type":13,"tag":46,"props":170,"children":171},{"style":64},[172],{"type":18,"value":173}," s_type",{"type":13,"tag":46,"props":175,"children":176},{"style":53},[177],{"type":18,"value":178},":",{"type":13,"tag":46,"props":180,"children":181},{"style":116},[182],{"type":18,"value":183}," vk",{"type":13,"tag":46,"props":185,"children":186},{"style":53},[187],{"type":18,"value":188},"::",{"type":13,"tag":46,"props":190,"children":191},{"style":116},[192],{"type":18,"value":193},"StructureType",{"type":13,"tag":46,"props":195,"children":196},{"style":64},[197],{"type":18,"value":198},",\n",{"type":13,"tag":46,"props":200,"children":201},{"class":48,"line":79},[202,207,211,216],{"type":13,"tag":46,"props":203,"children":204},{"style":64},[205],{"type":18,"value":206}," p_next",{"type":13,"tag":46,"props":208,"children":209},{"style":53},[210],{"type":18,"value":178},{"type":13,"tag":46,"props":212,"children":213},{"style":53},[214],{"type":18,"value":215}," *mut",{"type":13,"tag":46,"props":217,"children":218},{"style":64},[219],{"type":18,"value":220}," c_void,\n",{"type":13,"tag":46,"props":222,"children":223},{"class":48,"line":93},[224,229,233,238],{"type":13,"tag":46,"props":225,"children":226},{"style":64},[227],{"type":18,"value":228}," priority_count",{"type":13,"tag":46,"props":230,"children":231},{"style":53},[232],{"type":18,"value":178},{"type":13,"tag":46,"props":234,"children":235},{"style":116},[236],{"type":18,"value":237}," u32",{"type":13,"tag":46,"props":239,"children":240},{"style":64},[241],{"type":18,"value":198},{"type":13,"tag":46,"props":243,"children":244},{"class":48,"line":107},[245,250,254,259,264,269,273,278,283,289],{"type":13,"tag":46,"props":246,"children":247},{"style":64},[248],{"type":18,"value":249}," priorities",{"type":13,"tag":46,"props":251,"children":252},{"style":53},[253],{"type":18,"value":178},{"type":13,"tag":46,"props":255,"children":256},{"style":53},[257],{"type":18,"value":258}," *const",{"type":13,"tag":46,"props":260,"children":261},{"style":64},[262],{"type":18,"value":263}," [",{"type":13,"tag":46,"props":265,"children":266},{"style":116},[267],{"type":18,"value":268},"vk",{"type":13,"tag":46,"props":270,"children":271},{"style":53},[272],{"type":18,"value":188},{"type":13,"tag":46,"props":274,"children":275},{"style":116},[276],{"type":18,"value":277},"QueueGlobalPriority",{"type":13,"tag":46,"props":279,"children":280},{"style":64},[281],{"type":18,"value":282}," ; ",{"type":13,"tag":46,"props":284,"children":286},{"style":285},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[287],{"type":18,"value":288},"MAX_GLOBAL_PRIORITY_SIZE",{"type":13,"tag":46,"props":290,"children":291},{"style":64},[292],{"type":18,"value":293},"],\n",{"type":13,"tag":46,"props":295,"children":296},{"class":48,"line":127},[297],{"type":13,"tag":46,"props":298,"children":299},{"style":64},[300],{"type":18,"value":301},"}\n",{"type":13,"tag":14,"props":303,"children":304},{},[305],{"type":18,"value":306},"or the equivalent",{"type":13,"tag":29,"props":308,"children":309},{},[310,329],{"type":13,"tag":33,"props":311,"children":313},{"className":35,"code":312,"filename":37,"language":38,"meta":39,"style":39},"typedef VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorityPropertiesKHR;\n",[314],{"type":13,"tag":42,"props":315,"children":316},{"__ignoreMap":39},[317],{"type":13,"tag":46,"props":318,"children":319},{"class":48,"line":49},[320,324],{"type":13,"tag":46,"props":321,"children":322},{"style":53},[323],{"type":18,"value":56},{"type":13,"tag":46,"props":325,"children":326},{"style":64},[327],{"type":18,"value":328}," VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorityPropertiesKHR;\n",{"type":13,"tag":33,"props":330,"children":332},{"className":136,"code":331,"filename":138,"language":139,"meta":39,"style":39},"type QueueFamilyGlobalPriorityPropertiesKHR = vk::QueueFamilyGlobalPriorityProperties;\n",[333],{"type":13,"tag":42,"props":334,"children":335},{"__ignoreMap":39},[336],{"type":13,"tag":46,"props":337,"children":338},{"class":48,"line":49},[339,344,349,354,358,362,367],{"type":13,"tag":46,"props":340,"children":341},{"style":53},[342],{"type":18,"value":343},"type",{"type":13,"tag":46,"props":345,"children":346},{"style":116},[347],{"type":18,"value":348}," QueueFamilyGlobalPriorityPropertiesKHR",{"type":13,"tag":46,"props":350,"children":351},{"style":53},[352],{"type":18,"value":353}," =",{"type":13,"tag":46,"props":355,"children":356},{"style":116},[357],{"type":18,"value":183},{"type":13,"tag":46,"props":359,"children":360},{"style":53},[361],{"type":18,"value":188},{"type":13,"tag":46,"props":363,"children":364},{"style":116},[365],{"type":18,"value":366},"QueueFamilyGlobalPriorityProperties",{"type":13,"tag":46,"props":368,"children":369},{"style":64},[370],{"type":18,"value":371},";\n",{"type":13,"tag":14,"props":373,"children":374},{},[375],{"type":18,"value":306},{"type":13,"tag":29,"props":377,"children":378},{},[379,398],{"type":13,"tag":33,"props":380,"children":382},{"className":35,"code":381,"filename":37,"language":38,"meta":39,"style":39},"typedef VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorityPropertiesEXT;\n",[383],{"type":13,"tag":42,"props":384,"children":385},{"__ignoreMap":39},[386],{"type":13,"tag":46,"props":387,"children":388},{"class":48,"line":49},[389,393],{"type":13,"tag":46,"props":390,"children":391},{"style":53},[392],{"type":18,"value":56},{"type":13,"tag":46,"props":394,"children":395},{"style":64},[396],{"type":18,"value":397}," VkQueueFamilyGlobalPriorityProperties VkQueueFamilyGlobalPriorityPropertiesEXT;\n",{"type":13,"tag":33,"props":399,"children":401},{"className":136,"code":400,"filename":138,"language":139,"meta":39,"style":39},"type QueueFamilyGlobalPriorityPropertiesEXT = vk::QueueFamilyGlobalPriorityProperties;\n",[402],{"type":13,"tag":42,"props":403,"children":404},{"__ignoreMap":39},[405],{"type":13,"tag":46,"props":406,"children":407},{"class":48,"line":49},[408,412,417,421,425,429,433],{"type":13,"tag":46,"props":409,"children":410},{"style":53},[411],{"type":18,"value":343},{"type":13,"tag":46,"props":413,"children":414},{"style":116},[415],{"type":18,"value":416}," QueueFamilyGlobalPriorityPropertiesEXT",{"type":13,"tag":46,"props":418,"children":419},{"style":53},[420],{"type":18,"value":353},{"type":13,"tag":46,"props":422,"children":423},{"style":116},[424],{"type":18,"value":183},{"type":13,"tag":46,"props":426,"children":427},{"style":53},[428],{"type":18,"value":188},{"type":13,"tag":46,"props":430,"children":431},{"style":116},[432],{"type":18,"value":366},{"type":13,"tag":46,"props":434,"children":435},{"style":64},[436],{"type":18,"value":371},{"type":13,"tag":438,"props":439,"children":440},"ul",{},[441,461,480,498],{"type":13,"tag":442,"props":443,"children":444},"li",{},[445,451,453,459],{"type":13,"tag":42,"props":446,"children":448},{"className":447},[],[449],{"type":18,"value":450},"sType",{"type":18,"value":452}," is a ",{"type":13,"tag":21,"props":454,"children":456},{"href":455},"/man/VkStructureType",[457],{"type":18,"value":458},"VkStructureType",{"type":18,"value":460}," value identifying this structure.",{"type":13,"tag":442,"props":462,"children":463},{},[464,470,472,478],{"type":13,"tag":42,"props":465,"children":467},{"className":466},[],[468],{"type":18,"value":469},"pNext",{"type":18,"value":471}," is ",{"type":13,"tag":42,"props":473,"children":475},{"className":474},[],[476],{"type":18,"value":477},"NULL",{"type":18,"value":479}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":442,"props":481,"children":482},{},[483,489,491,496],{"type":13,"tag":42,"props":484,"children":486},{"className":485},[],[487],{"type":18,"value":488},"priorityCount",{"type":18,"value":490}," is the number of supported global queue priorities\nin this queue family, and it ",{"type":13,"tag":492,"props":493,"children":495},"normative",{"type":494},"must",[],{"type":18,"value":497}," be greater than 0.",{"type":13,"tag":442,"props":499,"children":500},{},[501,506,508,514,518,524,526,531],{"type":13,"tag":42,"props":502,"children":504},{"className":503},[],[505],{"type":18,"value":119},{"type":18,"value":507}," is an array of ",{"type":13,"tag":42,"props":509,"children":511},{"className":510},[],[512],{"type":18,"value":513},"VK_MAX_GLOBAL_PRIORITY_SIZE",{"type":13,"tag":515,"props":516,"children":517},"br",{},[],{"type":13,"tag":21,"props":519,"children":521},{"href":520},"/man/VkQueueGlobalPriority",[522],{"type":18,"value":523},"VkQueueGlobalPriority",{"type":18,"value":525}," enums representing all supported global\nqueue priorities in this queue family.\nThe first ",{"type":13,"tag":42,"props":527,"children":529},{"className":528},[],[530],{"type":18,"value":488},{"type":18,"value":532}," elements of the array will be valid.",{"type":13,"tag":14,"props":534,"children":535},{},[536,538,543,545,550,552,558,560,566],{"type":18,"value":537},"If the ",{"type":13,"tag":42,"props":539,"children":541},{"className":540},[],[542],{"type":18,"value":4},{"type":18,"value":544}," structure is included in\nthe ",{"type":13,"tag":42,"props":546,"children":548},{"className":547},[],[549],{"type":18,"value":469},{"type":18,"value":551}," chain of the ",{"type":13,"tag":21,"props":553,"children":555},{"href":554},"/man/VkQueueFamilyProperties2",[556],{"type":18,"value":557},"VkQueueFamilyProperties2",{"type":18,"value":559}," structure passed\nto ",{"type":13,"tag":21,"props":561,"children":563},{"href":562},"/man/vkGetPhysicalDeviceQueueFamilyProperties2",[564],{"type":18,"value":565},"vkGetPhysicalDeviceQueueFamilyProperties2",{"type":18,"value":567},", it is filled in with the\nlist of supported global queue priorities for the indicated family.",{"type":13,"tag":14,"props":569,"children":570},{},[571,573,578,580,583],{"type":18,"value":572},"The valid elements of ",{"type":13,"tag":42,"props":574,"children":576},{"className":575},[],[577],{"type":18,"value":119},{"type":18,"value":579}," ",{"type":13,"tag":492,"props":581,"children":582},{"type":494},[],{"type":18,"value":584}," not contain any duplicate\nvalues.",{"type":13,"tag":14,"props":586,"children":587},{},[588,589,594,595,598,600,604],{"type":18,"value":572},{"type":13,"tag":42,"props":590,"children":592},{"className":591},[],[593],{"type":18,"value":119},{"type":18,"value":579},{"type":13,"tag":492,"props":596,"children":597},{"type":494},[],{"type":18,"value":599}," be a continuous sequence of\n",{"type":13,"tag":21,"props":601,"children":602},{"href":520},[603],{"type":18,"value":523},{"type":18,"value":605}," enums in the ascending order.",{"type":13,"tag":607,"props":608,"children":609},"note",{},[610],{"type":13,"tag":14,"props":611,"children":612},{},[613,615,620,622,627,629,635,636,642,644,650],{"type":18,"value":614},"For example, returning ",{"type":13,"tag":42,"props":616,"children":618},{"className":617},[],[619],{"type":18,"value":488},{"type":18,"value":621}," as 3 with supported\n",{"type":13,"tag":42,"props":623,"children":625},{"className":624},[],[626],{"type":18,"value":119},{"type":18,"value":628}," as ",{"type":13,"tag":42,"props":630,"children":632},{"className":631},[],[633],{"type":18,"value":634},"VK_QUEUE_GLOBAL_PRIORITY_LOW",{"type":18,"value":198},{"type":13,"tag":42,"props":637,"children":639},{"className":638},[],[640],{"type":18,"value":641},"VK_QUEUE_GLOBAL_PRIORITY_MEDIUM",{"type":18,"value":643}," and\n",{"type":13,"tag":42,"props":645,"children":647},{"className":646},[],[648],{"type":18,"value":649},"VK_QUEUE_GLOBAL_PRIORITY_REALTIME",{"type":18,"value":651}," is not allowed.",{"type":13,"tag":653,"props":654,"children":656},"validity-group",{"name":655},"Valid Usage (Implicit)",[657],{"type":13,"tag":658,"props":659,"children":661},"validity-field",{"name":660},"VUID-VkQueueFamilyGlobalPriorityProperties-sType-sType",[662],{"type":13,"tag":14,"props":663,"children":664},{},[665,670,671,674,676],{"type":13,"tag":42,"props":666,"children":668},{"className":667},[],[669],{"type":18,"value":450},{"type":18,"value":579},{"type":13,"tag":492,"props":672,"children":673},{"type":494},[],{"type":18,"value":675}," be ",{"type":13,"tag":42,"props":677,"children":679},{"className":678},[],[680],{"type":18,"value":681},"VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES",{"type":13,"tag":683,"props":684,"children":685},"style",{},[686],{"type":18,"value":687},"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":70,"depth":70,"links":689},[],"markdown",1744876569017]