[{"data":1,"prerenderedAt":642},["ShallowReactive",2],{"f1mhvWeCef":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":641,"_id":4},"VkReleaseSwapchainImagesInfoEXT","Structure describing a list of swapchain image indices to be released","VK_EXT_swapchain_maintenance1","structs",[],{"type":10,"children":11,"toc":639},"root",[12,28,332,423,477,609,633],{"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,145],{"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 VkReleaseSwapchainImagesInfoEXT {\n VkStructureType sType;\n const void* pNext;\n VkSwapchainKHR swapchain;\n uint32_t imageIndexCount;\n const uint32_t* pImageIndices;\n} VkReleaseSwapchainImagesInfoEXT;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,118,136],{"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}," VkReleaseSwapchainImagesInfoEXT {\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}," VkSwapchainKHR swapchain;\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}," imageIndexCount;\n",{"type":13,"tag":45,"props":119,"children":121},{"class":47,"line":120},6,[122,126,131],{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":84},{"type":13,"tag":45,"props":127,"children":128},{"style":52},[129],{"type":18,"value":130}," uint32_t*",{"type":13,"tag":45,"props":132,"children":133},{"style":63},[134],{"type":18,"value":135}," pImageIndices;\n",{"type":13,"tag":45,"props":137,"children":139},{"class":47,"line":138},7,[140],{"type":13,"tag":45,"props":141,"children":142},{"style":63},[143],{"type":18,"value":144},"} VkReleaseSwapchainImagesInfoEXT;\n",{"type":13,"tag":33,"props":146,"children":151},{"className":147,"code":148,"filename":149,"language":150,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ReleaseSwapchainImagesInfoEXT {\n s_type: vk::StructureType,\n p_next: *const c_void,\n swapchain: vk::SwapchainKHR, // Swapchain for which images are being released\n image_index_count: u32, // Number of indices to release\n p_image_indices: *const u32, // Indices of which presentable images to release\n}\n","Rust","rs",[152],{"type":13,"tag":21,"props":153,"children":154},{"__ignoreMap":39},[155,178,211,233,269,295,324],{"type":13,"tag":45,"props":156,"children":157},{"class":47,"line":48},[158,163,167,173],{"type":13,"tag":45,"props":159,"children":160},{"style":52},[161],{"type":18,"value":162},"pub",{"type":13,"tag":45,"props":164,"children":165},{"style":52},[166],{"type":18,"value":60},{"type":13,"tag":45,"props":168,"children":170},{"style":169},"--shiki-default:#953800;--shiki-dark:#FFA657",[171],{"type":18,"value":172}," ReleaseSwapchainImagesInfoEXT",{"type":13,"tag":45,"props":174,"children":175},{"style":63},[176],{"type":18,"value":177}," {\n",{"type":13,"tag":45,"props":179,"children":180},{"class":47,"line":69},[181,186,191,196,201,206],{"type":13,"tag":45,"props":182,"children":183},{"style":63},[184],{"type":18,"value":185}," s_type",{"type":13,"tag":45,"props":187,"children":188},{"style":52},[189],{"type":18,"value":190},":",{"type":13,"tag":45,"props":192,"children":193},{"style":169},[194],{"type":18,"value":195}," vk",{"type":13,"tag":45,"props":197,"children":198},{"style":52},[199],{"type":18,"value":200},"::",{"type":13,"tag":45,"props":202,"children":203},{"style":169},[204],{"type":18,"value":205},"StructureType",{"type":13,"tag":45,"props":207,"children":208},{"style":63},[209],{"type":18,"value":210},",\n",{"type":13,"tag":45,"props":212,"children":213},{"class":47,"line":78},[214,219,223,228],{"type":13,"tag":45,"props":215,"children":216},{"style":63},[217],{"type":18,"value":218}," p_next",{"type":13,"tag":45,"props":220,"children":221},{"style":52},[222],{"type":18,"value":190},{"type":13,"tag":45,"props":224,"children":225},{"style":52},[226],{"type":18,"value":227}," *const",{"type":13,"tag":45,"props":229,"children":230},{"style":63},[231],{"type":18,"value":232}," c_void,\n",{"type":13,"tag":45,"props":234,"children":235},{"class":47,"line":97},[236,241,245,249,253,258,263],{"type":13,"tag":45,"props":237,"children":238},{"style":63},[239],{"type":18,"value":240}," swapchain",{"type":13,"tag":45,"props":242,"children":243},{"style":52},[244],{"type":18,"value":190},{"type":13,"tag":45,"props":246,"children":247},{"style":169},[248],{"type":18,"value":195},{"type":13,"tag":45,"props":250,"children":251},{"style":52},[252],{"type":18,"value":200},{"type":13,"tag":45,"props":254,"children":255},{"style":169},[256],{"type":18,"value":257},"SwapchainKHR",{"type":13,"tag":45,"props":259,"children":260},{"style":63},[261],{"type":18,"value":262},", ",{"type":13,"tag":45,"props":264,"children":266},{"style":265},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[267],{"type":18,"value":268},"// Swapchain for which images are being released\n",{"type":13,"tag":45,"props":270,"children":271},{"class":47,"line":106},[272,277,281,286,290],{"type":13,"tag":45,"props":273,"children":274},{"style":63},[275],{"type":18,"value":276}," image_index_count",{"type":13,"tag":45,"props":278,"children":279},{"style":52},[280],{"type":18,"value":190},{"type":13,"tag":45,"props":282,"children":283},{"style":169},[284],{"type":18,"value":285}," u32",{"type":13,"tag":45,"props":287,"children":288},{"style":63},[289],{"type":18,"value":262},{"type":13,"tag":45,"props":291,"children":292},{"style":265},[293],{"type":18,"value":294},"// Number of indices to release\n",{"type":13,"tag":45,"props":296,"children":297},{"class":47,"line":120},[298,303,307,311,315,319],{"type":13,"tag":45,"props":299,"children":300},{"style":63},[301],{"type":18,"value":302}," p_image_indices",{"type":13,"tag":45,"props":304,"children":305},{"style":52},[306],{"type":18,"value":190},{"type":13,"tag":45,"props":308,"children":309},{"style":52},[310],{"type":18,"value":227},{"type":13,"tag":45,"props":312,"children":313},{"style":169},[314],{"type":18,"value":285},{"type":13,"tag":45,"props":316,"children":317},{"style":63},[318],{"type":18,"value":262},{"type":13,"tag":45,"props":320,"children":321},{"style":265},[322],{"type":18,"value":323},"// Indices of which presentable images to release\n",{"type":13,"tag":45,"props":325,"children":326},{"class":47,"line":138},[327],{"type":13,"tag":45,"props":328,"children":329},{"style":63},[330],{"type":18,"value":331},"}\n",{"type":13,"tag":333,"props":334,"children":335},"ul",{},[336,357,376,387,398],{"type":13,"tag":337,"props":338,"children":339},"li",{},[340,346,348,355],{"type":13,"tag":21,"props":341,"children":343},{"className":342},[],[344],{"type":18,"value":345},"sType",{"type":18,"value":347}," is a ",{"type":13,"tag":349,"props":350,"children":352},"a",{"href":351},"/man/VkStructureType",[353],{"type":18,"value":354},"VkStructureType",{"type":18,"value":356}," value identifying this structure.",{"type":13,"tag":337,"props":358,"children":359},{},[360,366,368,374],{"type":13,"tag":21,"props":361,"children":363},{"className":362},[],[364],{"type":18,"value":365},"pNext",{"type":18,"value":367}," is ",{"type":13,"tag":21,"props":369,"children":371},{"className":370},[],[372],{"type":18,"value":373},"NULL",{"type":18,"value":375}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":337,"props":377,"children":378},{},[379,385],{"type":13,"tag":21,"props":380,"children":382},{"className":381},[],[383],{"type":18,"value":384},"swapchain",{"type":18,"value":386}," is a swapchain to which images are being released.",{"type":13,"tag":337,"props":388,"children":389},{},[390,396],{"type":13,"tag":21,"props":391,"children":393},{"className":392},[],[394],{"type":18,"value":395},"imageIndexCount",{"type":18,"value":397}," is the number of image indices to be released.",{"type":13,"tag":337,"props":399,"children":400},{},[401,407,409,414,416,421],{"type":13,"tag":21,"props":402,"children":404},{"className":403},[],[405],{"type":18,"value":406},"pImageIndices",{"type":18,"value":408}," is a pointer to an array of indices into the array\nof ",{"type":13,"tag":21,"props":410,"children":412},{"className":411},[],[413],{"type":18,"value":384},{"type":18,"value":415},"’s presentable images, with ",{"type":13,"tag":21,"props":417,"children":419},{"className":418},[],[420],{"type":18,"value":395},{"type":18,"value":422},"\nentries.",{"type":13,"tag":424,"props":425,"children":427},"validity-group",{"name":426},"Valid Usage",[428,457],{"type":13,"tag":429,"props":430,"children":432},"validity-field",{"name":431},"VUID-VkReleaseSwapchainImagesInfoEXT-pImageIndices-07785",[433],{"type":13,"tag":14,"props":434,"children":435},{},[436,438,443,445,450,452],{"type":18,"value":437},"Each element of ",{"type":13,"tag":21,"props":439,"children":441},{"className":440},[],[442],{"type":18,"value":406},{"type":18,"value":444}," ",{"type":13,"tag":446,"props":447,"children":449},"normative",{"type":448},"must",[],{"type":18,"value":451}," be the index of a presentable\nimage acquired from the swapchain specified by ",{"type":13,"tag":21,"props":453,"children":455},{"className":454},[],[456],{"type":18,"value":384},{"type":13,"tag":429,"props":458,"children":460},{"name":459},"VUID-VkReleaseSwapchainImagesInfoEXT-pImageIndices-07786",[461],{"type":13,"tag":14,"props":462,"children":463},{},[464,466,471,472,475],{"type":18,"value":465},"All uses of presentable images identified by elements of\n",{"type":13,"tag":21,"props":467,"children":469},{"className":468},[],[470],{"type":18,"value":406},{"type":18,"value":444},{"type":13,"tag":446,"props":473,"children":474},{"type":448},[],{"type":18,"value":476}," have completed execution",{"type":13,"tag":424,"props":478,"children":480},{"name":479},"Valid Usage (Implicit)",[481,505,527,553,585],{"type":13,"tag":429,"props":482,"children":484},{"name":483},"VUID-VkReleaseSwapchainImagesInfoEXT-sType-sType",[485],{"type":13,"tag":14,"props":486,"children":487},{},[488,493,494,497,499],{"type":13,"tag":21,"props":489,"children":491},{"className":490},[],[492],{"type":18,"value":345},{"type":18,"value":444},{"type":13,"tag":446,"props":495,"children":496},{"type":448},[],{"type":18,"value":498}," be ",{"type":13,"tag":21,"props":500,"children":502},{"className":501},[],[503],{"type":18,"value":504},"VK_STRUCTURE_TYPE_RELEASE_SWAPCHAIN_IMAGES_INFO_EXT",{"type":13,"tag":429,"props":506,"children":508},{"name":507},"VUID-VkReleaseSwapchainImagesInfoEXT-pNext-pNext",[509],{"type":13,"tag":14,"props":510,"children":511},{},[512,517,518,521,522],{"type":13,"tag":21,"props":513,"children":515},{"className":514},[],[516],{"type":18,"value":365},{"type":18,"value":444},{"type":13,"tag":446,"props":519,"children":520},{"type":448},[],{"type":18,"value":498},{"type":13,"tag":21,"props":523,"children":525},{"className":524},[],[526],{"type":18,"value":373},{"type":13,"tag":429,"props":528,"children":530},{"name":529},"VUID-VkReleaseSwapchainImagesInfoEXT-swapchain-parameter",[531],{"type":13,"tag":14,"props":532,"children":533},{},[534,539,540,543,545,551],{"type":13,"tag":21,"props":535,"children":537},{"className":536},[],[538],{"type":18,"value":384},{"type":18,"value":444},{"type":13,"tag":446,"props":541,"children":542},{"type":448},[],{"type":18,"value":544}," be a valid ",{"type":13,"tag":349,"props":546,"children":548},{"href":547},"/man/VkSwapchainKHR",[549],{"type":18,"value":550},"VkSwapchainKHR",{"type":18,"value":552}," handle",{"type":13,"tag":429,"props":554,"children":556},{"name":555},"VUID-VkReleaseSwapchainImagesInfoEXT-pImageIndices-parameter",[557],{"type":13,"tag":14,"props":558,"children":559},{},[560,565,566,569,571,576,577,583],{"type":13,"tag":21,"props":561,"children":563},{"className":562},[],[564],{"type":18,"value":406},{"type":18,"value":444},{"type":13,"tag":446,"props":567,"children":568},{"type":448},[],{"type":18,"value":570}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":572,"children":574},{"className":573},[],[575],{"type":18,"value":395},{"type":18,"value":444},{"type":13,"tag":21,"props":578,"children":580},{"className":579},[],[581],{"type":18,"value":582},"uint32_t",{"type":18,"value":584}," values",{"type":13,"tag":429,"props":586,"children":588},{"name":587},"VUID-VkReleaseSwapchainImagesInfoEXT-imageIndexCount-arraylength",[589],{"type":13,"tag":14,"props":590,"children":591},{},[592,597,598,601,603],{"type":13,"tag":21,"props":593,"children":595},{"className":594},[],[596],{"type":18,"value":395},{"type":18,"value":444},{"type":13,"tag":446,"props":599,"children":600},{"type":448},[],{"type":18,"value":602}," be greater than ",{"type":13,"tag":21,"props":604,"children":606},{"className":605},[],[607],{"type":18,"value":608},"0",{"type":13,"tag":610,"props":611,"children":613},"validity-box",{"name":612},"Host Synchronization",[614],{"type":13,"tag":333,"props":615,"children":616},{},[617],{"type":13,"tag":337,"props":618,"children":619},{},[620,622,627,628,631],{"type":18,"value":621},"Host access to ",{"type":13,"tag":21,"props":623,"children":625},{"className":624},[],[626],{"type":18,"value":384},{"type":18,"value":444},{"type":13,"tag":446,"props":629,"children":630},{"type":448},[],{"type":18,"value":632}," be externally synchronized\n::",{"type":13,"tag":634,"props":635,"children":636},"style",{},[637],{"type":18,"value":638},"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":640},[],"markdown",1725732582662]