[{"data":1,"prerenderedAt":943},["ShallowReactive",2],{"lCe8GVI2sn":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":942,"_id":4},"VkDescriptorSetAllocateInfo","Structure specifying the allocation parameters for descriptor sets","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":940},"root",[12,28,329,406,735,934],{"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,150],{"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 VkDescriptorSetAllocateInfo {\n VkStructureType sType;\n const void* pNext;\n VkDescriptorPool descriptorPool;\n uint32_t descriptorSetCount;\n const VkDescriptorSetLayout* pSetLayouts;\n} VkDescriptorSetAllocateInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,118,141],{"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}," VkDescriptorSetAllocateInfo {\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,90],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," const",{"type":13,"tag":45,"props":86,"children":87},{"style":52},[88],{"type":18,"value":89}," void*",{"type":13,"tag":45,"props":91,"children":92},{"style":63},[93],{"type":18,"value":94}," pNext;\n",{"type":13,"tag":45,"props":96,"children":98},{"class":47,"line":97},4,[99],{"type":13,"tag":45,"props":100,"children":101},{"style":63},[102],{"type":18,"value":103}," VkDescriptorPool descriptorPool;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,113],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":112}," uint32_t",{"type":13,"tag":45,"props":114,"children":115},{"style":63},[116],{"type":18,"value":117}," descriptorSetCount;\n",{"type":13,"tag":45,"props":119,"children":121},{"class":47,"line":120},6,[122,126,131,136],{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":84},{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," VkDescriptorSetLayout",{"type":13,"tag":45,"props":132,"children":133},{"style":52},[134],{"type":18,"value":135},"*",{"type":13,"tag":45,"props":137,"children":138},{"style":63},[139],{"type":18,"value":140}," pSetLayouts;\n",{"type":13,"tag":45,"props":142,"children":144},{"class":47,"line":143},7,[145],{"type":13,"tag":45,"props":146,"children":147},{"style":63},[148],{"type":18,"value":149},"} VkDescriptorSetAllocateInfo;\n",{"type":13,"tag":33,"props":151,"children":156},{"className":152,"code":153,"filename":154,"language":155,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct DescriptorSetAllocateInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n descriptor_pool: vk::DescriptorPool,\n descriptor_set_count: u32,\n p_set_layouts: *const vk::DescriptorSetLayout,\n}\n","Rust","rs",[157],{"type":13,"tag":21,"props":158,"children":159},{"__ignoreMap":39},[160,183,216,238,267,288,321],{"type":13,"tag":45,"props":161,"children":162},{"class":47,"line":48},[163,168,172,178],{"type":13,"tag":45,"props":164,"children":165},{"style":52},[166],{"type":18,"value":167},"pub",{"type":13,"tag":45,"props":169,"children":170},{"style":52},[171],{"type":18,"value":60},{"type":13,"tag":45,"props":173,"children":175},{"style":174},"--shiki-default:#953800;--shiki-dark:#FFA657",[176],{"type":18,"value":177}," DescriptorSetAllocateInfo",{"type":13,"tag":45,"props":179,"children":180},{"style":63},[181],{"type":18,"value":182}," {\n",{"type":13,"tag":45,"props":184,"children":185},{"class":47,"line":69},[186,191,196,201,206,211],{"type":13,"tag":45,"props":187,"children":188},{"style":63},[189],{"type":18,"value":190}," s_type",{"type":13,"tag":45,"props":192,"children":193},{"style":52},[194],{"type":18,"value":195},":",{"type":13,"tag":45,"props":197,"children":198},{"style":174},[199],{"type":18,"value":200}," vk",{"type":13,"tag":45,"props":202,"children":203},{"style":52},[204],{"type":18,"value":205},"::",{"type":13,"tag":45,"props":207,"children":208},{"style":174},[209],{"type":18,"value":210},"StructureType",{"type":13,"tag":45,"props":212,"children":213},{"style":63},[214],{"type":18,"value":215},",\n",{"type":13,"tag":45,"props":217,"children":218},{"class":47,"line":78},[219,224,228,233],{"type":13,"tag":45,"props":220,"children":221},{"style":63},[222],{"type":18,"value":223}," p_next",{"type":13,"tag":45,"props":225,"children":226},{"style":52},[227],{"type":18,"value":195},{"type":13,"tag":45,"props":229,"children":230},{"style":52},[231],{"type":18,"value":232}," *const",{"type":13,"tag":45,"props":234,"children":235},{"style":63},[236],{"type":18,"value":237}," c_void,\n",{"type":13,"tag":45,"props":239,"children":240},{"class":47,"line":97},[241,246,250,254,258,263],{"type":13,"tag":45,"props":242,"children":243},{"style":63},[244],{"type":18,"value":245}," descriptor_pool",{"type":13,"tag":45,"props":247,"children":248},{"style":52},[249],{"type":18,"value":195},{"type":13,"tag":45,"props":251,"children":252},{"style":174},[253],{"type":18,"value":200},{"type":13,"tag":45,"props":255,"children":256},{"style":52},[257],{"type":18,"value":205},{"type":13,"tag":45,"props":259,"children":260},{"style":174},[261],{"type":18,"value":262},"DescriptorPool",{"type":13,"tag":45,"props":264,"children":265},{"style":63},[266],{"type":18,"value":215},{"type":13,"tag":45,"props":268,"children":269},{"class":47,"line":106},[270,275,279,284],{"type":13,"tag":45,"props":271,"children":272},{"style":63},[273],{"type":18,"value":274}," descriptor_set_count",{"type":13,"tag":45,"props":276,"children":277},{"style":52},[278],{"type":18,"value":195},{"type":13,"tag":45,"props":280,"children":281},{"style":174},[282],{"type":18,"value":283}," u32",{"type":13,"tag":45,"props":285,"children":286},{"style":63},[287],{"type":18,"value":215},{"type":13,"tag":45,"props":289,"children":290},{"class":47,"line":120},[291,296,300,304,308,312,317],{"type":13,"tag":45,"props":292,"children":293},{"style":63},[294],{"type":18,"value":295}," p_set_layouts",{"type":13,"tag":45,"props":297,"children":298},{"style":52},[299],{"type":18,"value":195},{"type":13,"tag":45,"props":301,"children":302},{"style":52},[303],{"type":18,"value":232},{"type":13,"tag":45,"props":305,"children":306},{"style":174},[307],{"type":18,"value":200},{"type":13,"tag":45,"props":309,"children":310},{"style":52},[311],{"type":18,"value":205},{"type":13,"tag":45,"props":313,"children":314},{"style":174},[315],{"type":18,"value":316},"DescriptorSetLayout",{"type":13,"tag":45,"props":318,"children":319},{"style":63},[320],{"type":18,"value":215},{"type":13,"tag":45,"props":322,"children":323},{"class":47,"line":143},[324],{"type":13,"tag":45,"props":325,"children":326},{"style":63},[327],{"type":18,"value":328},"}\n",{"type":13,"tag":330,"props":331,"children":332},"ul",{},[333,354,373,384,395],{"type":13,"tag":334,"props":335,"children":336},"li",{},[337,343,345,352],{"type":13,"tag":21,"props":338,"children":340},{"className":339},[],[341],{"type":18,"value":342},"sType",{"type":18,"value":344}," is a ",{"type":13,"tag":346,"props":347,"children":349},"a",{"href":348},"/man/VkStructureType",[350],{"type":18,"value":351},"VkStructureType",{"type":18,"value":353}," value identifying this structure.",{"type":13,"tag":334,"props":355,"children":356},{},[357,363,365,371],{"type":13,"tag":21,"props":358,"children":360},{"className":359},[],[361],{"type":18,"value":362},"pNext",{"type":18,"value":364}," is ",{"type":13,"tag":21,"props":366,"children":368},{"className":367},[],[369],{"type":18,"value":370},"NULL",{"type":18,"value":372}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":334,"props":374,"children":375},{},[376,382],{"type":13,"tag":21,"props":377,"children":379},{"className":378},[],[380],{"type":18,"value":381},"descriptorPool",{"type":18,"value":383}," is the pool which the sets will be allocated from.",{"type":13,"tag":334,"props":385,"children":386},{},[387,393],{"type":13,"tag":21,"props":388,"children":390},{"className":389},[],[391],{"type":18,"value":392},"descriptorSetCount",{"type":18,"value":394}," determines the number of descriptor sets to be\nallocated from the pool.",{"type":13,"tag":334,"props":396,"children":397},{},[398,404],{"type":13,"tag":21,"props":399,"children":401},{"className":400},[],[402],{"type":18,"value":403},"pSetLayouts",{"type":18,"value":405}," is a pointer to an array of descriptor set layouts,\nwith each member specifying how the corresponding descriptor set is\nallocated.",{"type":13,"tag":407,"props":408,"children":410},"validity-group",{"name":409},"Valid Usage",[411,463,498,526,569,669,708],{"type":13,"tag":412,"props":413,"children":415},"validity-field",{"name":414},"VUID-VkDescriptorSetAllocateInfo-apiVersion-07895",[416],{"type":13,"tag":14,"props":417,"children":418},{},[419,421,427,429,435,436,442,444,449,451,456,458],{"type":18,"value":420},"If the ",{"type":13,"tag":346,"props":422,"children":424},{"href":423},"/extensions/VK_KHR_maintenance1",[425],{"type":18,"value":426},"VK_KHR_maintenance1",{"type":18,"value":428}," extension is not enabled and\n",{"type":13,"tag":346,"props":430,"children":432},{"href":431},"/man/VkPhysicalDeviceProperties",[433],{"type":18,"value":434},"VkPhysicalDeviceProperties",{"type":18,"value":205},{"type":13,"tag":21,"props":437,"children":439},{"className":438},[],[440],{"type":18,"value":441},"apiVersion",{"type":18,"value":443}," is less than Vulkan\n1.1,\n",{"type":13,"tag":21,"props":445,"children":447},{"className":446},[],[448],{"type":18,"value":392},{"type":18,"value":450}," ",{"type":13,"tag":452,"props":453,"children":455},"normative",{"type":454},"must",[],{"type":18,"value":457}," not be greater than the number of sets\nthat are currently available for allocation in ",{"type":13,"tag":21,"props":459,"children":461},{"className":460},[],[462],{"type":18,"value":381},{"type":13,"tag":412,"props":464,"children":466},{"name":465},"VUID-VkDescriptorSetAllocateInfo-apiVersion-07896",[467],{"type":13,"tag":14,"props":468,"children":469},{},[470,471,475,476,480,481,486,487,492,493,496],{"type":18,"value":420},{"type":13,"tag":346,"props":472,"children":473},{"href":423},[474],{"type":18,"value":426},{"type":18,"value":428},{"type":13,"tag":346,"props":477,"children":478},{"href":431},[479],{"type":18,"value":434},{"type":18,"value":205},{"type":13,"tag":21,"props":482,"children":484},{"className":483},[],[485],{"type":18,"value":441},{"type":18,"value":443},{"type":13,"tag":21,"props":488,"children":490},{"className":489},[],[491],{"type":18,"value":381},{"type":18,"value":450},{"type":13,"tag":452,"props":494,"children":495},{"type":454},[],{"type":18,"value":497}," have enough free descriptor capacity\nremaining to allocate the descriptor sets of the specified layouts",{"type":13,"tag":412,"props":499,"children":501},{"name":500},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-00308",[502],{"type":13,"tag":14,"props":503,"children":504},{},[505,507,512,513,516,518,524],{"type":18,"value":506},"Each element of ",{"type":13,"tag":21,"props":508,"children":510},{"className":509},[],[511],{"type":18,"value":403},{"type":18,"value":450},{"type":13,"tag":452,"props":514,"children":515},{"type":454},[],{"type":18,"value":517}," not have been created with\n",{"type":13,"tag":21,"props":519,"children":521},{"className":520},[],[522],{"type":18,"value":523},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR",{"type":18,"value":525}," set",{"type":13,"tag":412,"props":527,"children":529},{"name":528},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-03044",[530],{"type":13,"tag":14,"props":531,"children":532},{},[533,535,540,542,548,550,555,556,559,561,567],{"type":18,"value":534},"If any element of ",{"type":13,"tag":21,"props":536,"children":538},{"className":537},[],[539],{"type":18,"value":403},{"type":18,"value":541}," was created with the\n",{"type":13,"tag":21,"props":543,"children":545},{"className":544},[],[546],{"type":18,"value":547},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT",{"type":18,"value":549}," bit\nset, ",{"type":13,"tag":21,"props":551,"children":553},{"className":552},[],[554],{"type":18,"value":381},{"type":18,"value":450},{"type":13,"tag":452,"props":557,"children":558},{"type":454},[],{"type":18,"value":560}," have been created with the\n",{"type":13,"tag":21,"props":562,"children":564},{"className":563},[],[565],{"type":18,"value":566},"VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT",{"type":18,"value":568}," flag set",{"type":13,"tag":412,"props":570,"children":572},{"name":571},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-09380",[573],{"type":13,"tag":14,"props":574,"children":575},{},[576,578,583,585,591,593,599,601,607,609,614,616,621,622,627,629,633,634,640,642,645,647,653,654,660,662,667],{"type":18,"value":577},"If ",{"type":13,"tag":21,"props":579,"children":581},{"className":580},[],[582],{"type":18,"value":403},{"type":18,"value":584},"[i] was created with an element of\n",{"type":13,"tag":21,"props":586,"children":588},{"className":587},[],[589],{"type":18,"value":590},"pBindingFlags",{"type":18,"value":592}," that includes\n",{"type":13,"tag":21,"props":594,"children":596},{"className":595},[],[597],{"type":18,"value":598},"VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT",{"type":18,"value":600},", and\n",{"type":13,"tag":346,"props":602,"children":604},{"href":603},"/man/VkDescriptorSetVariableDescriptorCountAllocateInfo",[605],{"type":18,"value":606},"VkDescriptorSetVariableDescriptorCountAllocateInfo",{"type":18,"value":608}," is included in\nthe ",{"type":13,"tag":21,"props":610,"children":612},{"className":611},[],[613],{"type":18,"value":362},{"type":18,"value":615}," chain, and\n",{"type":13,"tag":21,"props":617,"children":619},{"className":618},[],[620],{"type":18,"value":606},{"type":18,"value":205},{"type":13,"tag":21,"props":623,"children":625},{"className":624},[],[626],{"type":18,"value":392},{"type":18,"value":628},"\nis not zero, then\n",{"type":13,"tag":346,"props":630,"children":631},{"href":603},[632],{"type":18,"value":606},{"type":18,"value":205},{"type":13,"tag":21,"props":635,"children":637},{"className":636},[],[638],{"type":18,"value":639},"pDescriptorCounts",{"type":18,"value":641},"[i]\n",{"type":13,"tag":452,"props":643,"children":644},{"type":454},[],{"type":18,"value":646}," be less than or equal to\n",{"type":13,"tag":346,"props":648,"children":650},{"href":649},"/man/VkDescriptorSetLayoutBinding",[651],{"type":18,"value":652},"VkDescriptorSetLayoutBinding",{"type":18,"value":205},{"type":13,"tag":21,"props":655,"children":657},{"className":656},[],[658],{"type":18,"value":659},"descriptorCount",{"type":18,"value":661}," for the\ncorresponding binding used to create ",{"type":13,"tag":21,"props":663,"children":665},{"className":664},[],[666],{"type":18,"value":403},{"type":18,"value":668},"[i]",{"type":13,"tag":412,"props":670,"children":672},{"name":671},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-04610",[673],{"type":13,"tag":14,"props":674,"children":675},{},[676,677,682,683,689,691,696,697,700,701,707],{"type":18,"value":534},{"type":13,"tag":21,"props":678,"children":680},{"className":679},[],[681],{"type":18,"value":403},{"type":18,"value":541},{"type":13,"tag":21,"props":684,"children":686},{"className":685},[],[687],{"type":18,"value":688},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_HOST_ONLY_POOL_BIT_EXT",{"type":18,"value":690}," bit set,\n",{"type":13,"tag":21,"props":692,"children":694},{"className":693},[],[695],{"type":18,"value":381},{"type":18,"value":450},{"type":13,"tag":452,"props":698,"children":699},{"type":454},[],{"type":18,"value":560},{"type":13,"tag":21,"props":702,"children":704},{"className":703},[],[705],{"type":18,"value":706},"VK_DESCRIPTOR_POOL_CREATE_HOST_ONLY_BIT_EXT",{"type":18,"value":568},{"type":13,"tag":412,"props":709,"children":711},{"name":710},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-08009",[712],{"type":13,"tag":14,"props":713,"children":714},{},[715,716,721,722,725,727,733],{"type":18,"value":506},{"type":13,"tag":21,"props":717,"children":719},{"className":718},[],[720],{"type":18,"value":403},{"type":18,"value":450},{"type":13,"tag":452,"props":723,"children":724},{"type":454},[],{"type":18,"value":726}," not have been created with the\n",{"type":13,"tag":21,"props":728,"children":730},{"className":729},[],[731],{"type":18,"value":732},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_DESCRIPTOR_BUFFER_BIT_EXT",{"type":18,"value":734}," bit set",{"type":13,"tag":407,"props":736,"children":738},{"name":737},"Valid Usage (Implicit)",[739,763,791,818,844,877,901],{"type":13,"tag":412,"props":740,"children":742},{"name":741},"VUID-VkDescriptorSetAllocateInfo-sType-sType",[743],{"type":13,"tag":14,"props":744,"children":745},{},[746,751,752,755,757],{"type":13,"tag":21,"props":747,"children":749},{"className":748},[],[750],{"type":18,"value":342},{"type":18,"value":450},{"type":13,"tag":452,"props":753,"children":754},{"type":454},[],{"type":18,"value":756}," be ",{"type":13,"tag":21,"props":758,"children":760},{"className":759},[],[761],{"type":18,"value":762},"VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO",{"type":13,"tag":412,"props":764,"children":766},{"name":765},"VUID-VkDescriptorSetAllocateInfo-pNext-pNext",[767],{"type":13,"tag":14,"props":768,"children":769},{},[770,775,776,779,780,785,787],{"type":13,"tag":21,"props":771,"children":773},{"className":772},[],[774],{"type":18,"value":362},{"type":18,"value":450},{"type":13,"tag":452,"props":777,"children":778},{"type":454},[],{"type":18,"value":756},{"type":13,"tag":21,"props":781,"children":783},{"className":782},[],[784],{"type":18,"value":370},{"type":18,"value":786}," or a pointer to a valid instance of ",{"type":13,"tag":346,"props":788,"children":789},{"href":603},[790],{"type":18,"value":606},{"type":13,"tag":412,"props":792,"children":794},{"name":793},"VUID-VkDescriptorSetAllocateInfo-sType-unique",[795],{"type":13,"tag":14,"props":796,"children":797},{},[798,799,804,806,811,813,816],{"type":18,"value":19},{"type":13,"tag":21,"props":800,"children":802},{"className":801},[],[803],{"type":18,"value":342},{"type":18,"value":805}," value of each struct in the ",{"type":13,"tag":21,"props":807,"children":809},{"className":808},[],[810],{"type":18,"value":362},{"type":18,"value":812}," chain ",{"type":13,"tag":452,"props":814,"children":815},{"type":454},[],{"type":18,"value":817}," be unique",{"type":13,"tag":412,"props":819,"children":821},{"name":820},"VUID-VkDescriptorSetAllocateInfo-descriptorPool-parameter",[822],{"type":13,"tag":14,"props":823,"children":824},{},[825,830,831,834,836,842],{"type":13,"tag":21,"props":826,"children":828},{"className":827},[],[829],{"type":18,"value":381},{"type":18,"value":450},{"type":13,"tag":452,"props":832,"children":833},{"type":454},[],{"type":18,"value":835}," be a valid ",{"type":13,"tag":346,"props":837,"children":839},{"href":838},"/man/VkDescriptorPool",[840],{"type":18,"value":841},"VkDescriptorPool",{"type":18,"value":843}," handle",{"type":13,"tag":412,"props":845,"children":847},{"name":846},"VUID-VkDescriptorSetAllocateInfo-pSetLayouts-parameter",[848],{"type":13,"tag":14,"props":849,"children":850},{},[851,856,857,860,862,867,869,875],{"type":13,"tag":21,"props":852,"children":854},{"className":853},[],[855],{"type":18,"value":403},{"type":18,"value":450},{"type":13,"tag":452,"props":858,"children":859},{"type":454},[],{"type":18,"value":861}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":863,"children":865},{"className":864},[],[866],{"type":18,"value":392},{"type":18,"value":868}," valid ",{"type":13,"tag":346,"props":870,"children":872},{"href":871},"/man/VkDescriptorSetLayout",[873],{"type":18,"value":874},"VkDescriptorSetLayout",{"type":18,"value":876}," handles",{"type":13,"tag":412,"props":878,"children":880},{"name":879},"VUID-VkDescriptorSetAllocateInfo-descriptorSetCount-arraylength",[881],{"type":13,"tag":14,"props":882,"children":883},{},[884,889,890,893,895],{"type":13,"tag":21,"props":885,"children":887},{"className":886},[],[888],{"type":18,"value":392},{"type":18,"value":450},{"type":13,"tag":452,"props":891,"children":892},{"type":454},[],{"type":18,"value":894}," be greater than ",{"type":13,"tag":21,"props":896,"children":898},{"className":897},[],[899],{"type":18,"value":900},"0",{"type":13,"tag":412,"props":902,"children":904},{"name":903},"VUID-VkDescriptorSetAllocateInfo-commonparent",[905],{"type":13,"tag":14,"props":906,"children":907},{},[908,910,915,917,922,923,926,928],{"type":18,"value":909},"Both of ",{"type":13,"tag":21,"props":911,"children":913},{"className":912},[],[914],{"type":18,"value":381},{"type":18,"value":916},", and the elements of ",{"type":13,"tag":21,"props":918,"children":920},{"className":919},[],[921],{"type":18,"value":403},{"type":18,"value":450},{"type":13,"tag":452,"props":924,"children":925},{"type":454},[],{"type":18,"value":927}," have been created, allocated, or retrieved from the same ",{"type":13,"tag":346,"props":929,"children":931},{"href":930},"/man/VkDevice",[932],{"type":18,"value":933},"VkDevice",{"type":13,"tag":935,"props":936,"children":937},"style",{},[938],{"type":18,"value":939},"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":941},[],"markdown",1725732547040]