[{"data":1,"prerenderedAt":413},["ShallowReactive",2],{"2HYHl5fkw0":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":412,"_id":4},"VkSubpassEndInfo","Structure specifying subpass end information","VK_VERSION_1_2","structs",[],{"type":10,"children":11,"toc":410},"root",[12,28,200,205,270,314,404],{"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,104],{"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 VkSubpassEndInfo {\n VkStructureType sType;\n const void* pNext;\n} VkSubpassEndInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95],{"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}," VkSubpassEndInfo {\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},"} VkSubpassEndInfo;\n",{"type":13,"tag":33,"props":105,"children":110},{"className":106,"code":107,"filename":108,"language":109,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct SubpassEndInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n}\n","Rust","rs",[111],{"type":13,"tag":21,"props":112,"children":113},{"__ignoreMap":39},[114,137,170,192],{"type":13,"tag":45,"props":115,"children":116},{"class":47,"line":48},[117,122,126,132],{"type":13,"tag":45,"props":118,"children":119},{"style":52},[120],{"type":18,"value":121},"pub",{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":60},{"type":13,"tag":45,"props":127,"children":129},{"style":128},"--shiki-default:#953800;--shiki-dark:#FFA657",[130],{"type":18,"value":131}," SubpassEndInfo",{"type":13,"tag":45,"props":133,"children":134},{"style":63},[135],{"type":18,"value":136}," {\n",{"type":13,"tag":45,"props":138,"children":139},{"class":47,"line":69},[140,145,150,155,160,165],{"type":13,"tag":45,"props":141,"children":142},{"style":63},[143],{"type":18,"value":144}," s_type",{"type":13,"tag":45,"props":146,"children":147},{"style":52},[148],{"type":18,"value":149},":",{"type":13,"tag":45,"props":151,"children":152},{"style":128},[153],{"type":18,"value":154}," vk",{"type":13,"tag":45,"props":156,"children":157},{"style":52},[158],{"type":18,"value":159},"::",{"type":13,"tag":45,"props":161,"children":162},{"style":128},[163],{"type":18,"value":164},"StructureType",{"type":13,"tag":45,"props":166,"children":167},{"style":63},[168],{"type":18,"value":169},",\n",{"type":13,"tag":45,"props":171,"children":172},{"class":47,"line":78},[173,178,182,187],{"type":13,"tag":45,"props":174,"children":175},{"style":63},[176],{"type":18,"value":177}," p_next",{"type":13,"tag":45,"props":179,"children":180},{"style":52},[181],{"type":18,"value":149},{"type":13,"tag":45,"props":183,"children":184},{"style":52},[185],{"type":18,"value":186}," *const",{"type":13,"tag":45,"props":188,"children":189},{"style":63},[190],{"type":18,"value":191}," c_void,\n",{"type":13,"tag":45,"props":193,"children":194},{"class":47,"line":97},[195],{"type":13,"tag":45,"props":196,"children":197},{"style":63},[198],{"type":18,"value":199},"}\n",{"type":13,"tag":14,"props":201,"children":202},{},[203],{"type":18,"value":204},"or the equivalent",{"type":13,"tag":29,"props":206,"children":207},{},[208,227],{"type":13,"tag":33,"props":209,"children":211},{"className":35,"code":210,"filename":37,"language":38,"meta":39,"style":39},"typedef VkSubpassEndInfo VkSubpassEndInfoKHR;\n",[212],{"type":13,"tag":21,"props":213,"children":214},{"__ignoreMap":39},[215],{"type":13,"tag":45,"props":216,"children":217},{"class":47,"line":48},[218,222],{"type":13,"tag":45,"props":219,"children":220},{"style":52},[221],{"type":18,"value":55},{"type":13,"tag":45,"props":223,"children":224},{"style":63},[225],{"type":18,"value":226}," VkSubpassEndInfo VkSubpassEndInfoKHR;\n",{"type":13,"tag":33,"props":228,"children":230},{"className":106,"code":229,"filename":108,"language":109,"meta":39,"style":39},"type SubpassEndInfoKHR = vk::SubpassEndInfo;\n",[231],{"type":13,"tag":21,"props":232,"children":233},{"__ignoreMap":39},[234],{"type":13,"tag":45,"props":235,"children":236},{"class":47,"line":48},[237,242,247,252,256,260,265],{"type":13,"tag":45,"props":238,"children":239},{"style":52},[240],{"type":18,"value":241},"type",{"type":13,"tag":45,"props":243,"children":244},{"style":128},[245],{"type":18,"value":246}," SubpassEndInfoKHR",{"type":13,"tag":45,"props":248,"children":249},{"style":52},[250],{"type":18,"value":251}," =",{"type":13,"tag":45,"props":253,"children":254},{"style":128},[255],{"type":18,"value":154},{"type":13,"tag":45,"props":257,"children":258},{"style":52},[259],{"type":18,"value":159},{"type":13,"tag":45,"props":261,"children":262},{"style":128},[263],{"type":18,"value":264},"SubpassEndInfo",{"type":13,"tag":45,"props":266,"children":267},{"style":63},[268],{"type":18,"value":269},";\n",{"type":13,"tag":271,"props":272,"children":273},"ul",{},[274,295],{"type":13,"tag":275,"props":276,"children":277},"li",{},[278,284,286,293],{"type":13,"tag":21,"props":279,"children":281},{"className":280},[],[282],{"type":18,"value":283},"sType",{"type":18,"value":285}," is a ",{"type":13,"tag":287,"props":288,"children":290},"a",{"href":289},"/man/VkStructureType",[291],{"type":18,"value":292},"VkStructureType",{"type":18,"value":294}," value identifying this structure.",{"type":13,"tag":275,"props":296,"children":297},{},[298,304,306,312],{"type":13,"tag":21,"props":299,"children":301},{"className":300},[],[302],{"type":18,"value":303},"pNext",{"type":18,"value":305}," is ",{"type":13,"tag":21,"props":307,"children":309},{"className":308},[],[310],{"type":18,"value":311},"NULL",{"type":18,"value":313}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":315,"props":316,"children":318},"validity-group",{"name":317},"Valid Usage (Implicit)",[319,347,377],{"type":13,"tag":320,"props":321,"children":323},"validity-field",{"name":322},"VUID-VkSubpassEndInfo-sType-sType",[324],{"type":13,"tag":14,"props":325,"children":326},{},[327,332,334,339,341],{"type":13,"tag":21,"props":328,"children":330},{"className":329},[],[331],{"type":18,"value":283},{"type":18,"value":333}," ",{"type":13,"tag":335,"props":336,"children":338},"normative",{"type":337},"must",[],{"type":18,"value":340}," be ",{"type":13,"tag":21,"props":342,"children":344},{"className":343},[],[345],{"type":18,"value":346},"VK_STRUCTURE_TYPE_SUBPASS_END_INFO",{"type":13,"tag":320,"props":348,"children":350},{"name":349},"VUID-VkSubpassEndInfo-pNext-pNext",[351],{"type":13,"tag":14,"props":352,"children":353},{},[354,359,360,363,364,369,371],{"type":13,"tag":21,"props":355,"children":357},{"className":356},[],[358],{"type":18,"value":303},{"type":18,"value":333},{"type":13,"tag":335,"props":361,"children":362},{"type":337},[],{"type":18,"value":340},{"type":13,"tag":21,"props":365,"children":367},{"className":366},[],[368],{"type":18,"value":311},{"type":18,"value":370}," or a pointer to a valid instance of ",{"type":13,"tag":287,"props":372,"children":374},{"href":373},"/man/VkSubpassFragmentDensityMapOffsetEndInfoQCOM",[375],{"type":18,"value":376},"VkSubpassFragmentDensityMapOffsetEndInfoQCOM",{"type":13,"tag":320,"props":378,"children":380},{"name":379},"VUID-VkSubpassEndInfo-sType-unique",[381],{"type":13,"tag":14,"props":382,"children":383},{},[384,385,390,392,397,399,402],{"type":18,"value":19},{"type":13,"tag":21,"props":386,"children":388},{"className":387},[],[389],{"type":18,"value":283},{"type":18,"value":391}," value of each struct in the ",{"type":13,"tag":21,"props":393,"children":395},{"className":394},[],[396],{"type":18,"value":303},{"type":18,"value":398}," chain ",{"type":13,"tag":335,"props":400,"children":401},{"type":337},[],{"type":18,"value":403}," be unique",{"type":13,"tag":405,"props":406,"children":407},"style",{},[408],{"type":18,"value":409},"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":411},[],"markdown",1725732588464]