[{"data":1,"prerenderedAt":3009},["ShallowReactive",2],{"g3PPLc8gLf":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":3008,"_id":4},"VkRenderPassBeginInfo","Structure specifying render pass begin information","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":3006},"root",[12,28,405,565,609,658,744,772,787,2800,3000],{"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,168],{"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 VkRenderPassBeginInfo {\n VkStructureType sType;\n const void* pNext;\n VkRenderPass renderPass;\n VkFramebuffer framebuffer;\n VkRect2D renderArea;\n uint32_t clearValueCount;\n const VkClearValue* pClearValues;\n} VkRenderPassBeginInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,122,136,159],{"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}," VkRenderPassBeginInfo {\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}," VkRenderPass renderPass;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108],{"type":13,"tag":45,"props":109,"children":110},{"style":63},[111],{"type":18,"value":112}," VkFramebuffer framebuffer;\n",{"type":13,"tag":45,"props":114,"children":116},{"class":47,"line":115},6,[117],{"type":13,"tag":45,"props":118,"children":119},{"style":63},[120],{"type":18,"value":121}," VkRect2D renderArea;\n",{"type":13,"tag":45,"props":123,"children":125},{"class":47,"line":124},7,[126,131],{"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}," clearValueCount;\n",{"type":13,"tag":45,"props":137,"children":139},{"class":47,"line":138},8,[140,144,149,154],{"type":13,"tag":45,"props":141,"children":142},{"style":52},[143],{"type":18,"value":84},{"type":13,"tag":45,"props":145,"children":146},{"style":63},[147],{"type":18,"value":148}," VkClearValue",{"type":13,"tag":45,"props":150,"children":151},{"style":52},[152],{"type":18,"value":153},"*",{"type":13,"tag":45,"props":155,"children":156},{"style":63},[157],{"type":18,"value":158}," pClearValues;\n",{"type":13,"tag":45,"props":160,"children":162},{"class":47,"line":161},9,[163],{"type":13,"tag":45,"props":164,"children":165},{"style":63},[166],{"type":18,"value":167},"} VkRenderPassBeginInfo;\n",{"type":13,"tag":33,"props":169,"children":174},{"className":170,"code":171,"filename":172,"language":173,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct RenderPassBeginInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n render_pass: vk::RenderPass,\n framebuffer: vk::Framebuffer,\n render_area: vk::Rect2D,\n clear_value_count: u32,\n p_clear_values: *const vk::ClearValue,\n}\n","Rust","rs",[175],{"type":13,"tag":21,"props":176,"children":177},{"__ignoreMap":39},[178,201,234,256,285,314,343,364,397],{"type":13,"tag":45,"props":179,"children":180},{"class":47,"line":48},[181,186,190,196],{"type":13,"tag":45,"props":182,"children":183},{"style":52},[184],{"type":18,"value":185},"pub",{"type":13,"tag":45,"props":187,"children":188},{"style":52},[189],{"type":18,"value":60},{"type":13,"tag":45,"props":191,"children":193},{"style":192},"--shiki-default:#953800;--shiki-dark:#FFA657",[194],{"type":18,"value":195}," RenderPassBeginInfo",{"type":13,"tag":45,"props":197,"children":198},{"style":63},[199],{"type":18,"value":200}," {\n",{"type":13,"tag":45,"props":202,"children":203},{"class":47,"line":69},[204,209,214,219,224,229],{"type":13,"tag":45,"props":205,"children":206},{"style":63},[207],{"type":18,"value":208}," s_type",{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":213},":",{"type":13,"tag":45,"props":215,"children":216},{"style":192},[217],{"type":18,"value":218}," vk",{"type":13,"tag":45,"props":220,"children":221},{"style":52},[222],{"type":18,"value":223},"::",{"type":13,"tag":45,"props":225,"children":226},{"style":192},[227],{"type":18,"value":228},"StructureType",{"type":13,"tag":45,"props":230,"children":231},{"style":63},[232],{"type":18,"value":233},",\n",{"type":13,"tag":45,"props":235,"children":236},{"class":47,"line":78},[237,242,246,251],{"type":13,"tag":45,"props":238,"children":239},{"style":63},[240],{"type":18,"value":241}," p_next",{"type":13,"tag":45,"props":243,"children":244},{"style":52},[245],{"type":18,"value":213},{"type":13,"tag":45,"props":247,"children":248},{"style":52},[249],{"type":18,"value":250}," *const",{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":255}," c_void,\n",{"type":13,"tag":45,"props":257,"children":258},{"class":47,"line":97},[259,264,268,272,276,281],{"type":13,"tag":45,"props":260,"children":261},{"style":63},[262],{"type":18,"value":263}," render_pass",{"type":13,"tag":45,"props":265,"children":266},{"style":52},[267],{"type":18,"value":213},{"type":13,"tag":45,"props":269,"children":270},{"style":192},[271],{"type":18,"value":218},{"type":13,"tag":45,"props":273,"children":274},{"style":52},[275],{"type":18,"value":223},{"type":13,"tag":45,"props":277,"children":278},{"style":192},[279],{"type":18,"value":280},"RenderPass",{"type":13,"tag":45,"props":282,"children":283},{"style":63},[284],{"type":18,"value":233},{"type":13,"tag":45,"props":286,"children":287},{"class":47,"line":106},[288,293,297,301,305,310],{"type":13,"tag":45,"props":289,"children":290},{"style":63},[291],{"type":18,"value":292}," framebuffer",{"type":13,"tag":45,"props":294,"children":295},{"style":52},[296],{"type":18,"value":213},{"type":13,"tag":45,"props":298,"children":299},{"style":192},[300],{"type":18,"value":218},{"type":13,"tag":45,"props":302,"children":303},{"style":52},[304],{"type":18,"value":223},{"type":13,"tag":45,"props":306,"children":307},{"style":192},[308],{"type":18,"value":309},"Framebuffer",{"type":13,"tag":45,"props":311,"children":312},{"style":63},[313],{"type":18,"value":233},{"type":13,"tag":45,"props":315,"children":316},{"class":47,"line":115},[317,322,326,330,334,339],{"type":13,"tag":45,"props":318,"children":319},{"style":63},[320],{"type":18,"value":321}," render_area",{"type":13,"tag":45,"props":323,"children":324},{"style":52},[325],{"type":18,"value":213},{"type":13,"tag":45,"props":327,"children":328},{"style":192},[329],{"type":18,"value":218},{"type":13,"tag":45,"props":331,"children":332},{"style":52},[333],{"type":18,"value":223},{"type":13,"tag":45,"props":335,"children":336},{"style":192},[337],{"type":18,"value":338},"Rect2D",{"type":13,"tag":45,"props":340,"children":341},{"style":63},[342],{"type":18,"value":233},{"type":13,"tag":45,"props":344,"children":345},{"class":47,"line":124},[346,351,355,360],{"type":13,"tag":45,"props":347,"children":348},{"style":63},[349],{"type":18,"value":350}," clear_value_count",{"type":13,"tag":45,"props":352,"children":353},{"style":52},[354],{"type":18,"value":213},{"type":13,"tag":45,"props":356,"children":357},{"style":192},[358],{"type":18,"value":359}," u32",{"type":13,"tag":45,"props":361,"children":362},{"style":63},[363],{"type":18,"value":233},{"type":13,"tag":45,"props":365,"children":366},{"class":47,"line":138},[367,372,376,380,384,388,393],{"type":13,"tag":45,"props":368,"children":369},{"style":63},[370],{"type":18,"value":371}," p_clear_values",{"type":13,"tag":45,"props":373,"children":374},{"style":52},[375],{"type":18,"value":213},{"type":13,"tag":45,"props":377,"children":378},{"style":52},[379],{"type":18,"value":250},{"type":13,"tag":45,"props":381,"children":382},{"style":192},[383],{"type":18,"value":218},{"type":13,"tag":45,"props":385,"children":386},{"style":52},[387],{"type":18,"value":223},{"type":13,"tag":45,"props":389,"children":390},{"style":192},[391],{"type":18,"value":392},"ClearValue",{"type":13,"tag":45,"props":394,"children":395},{"style":63},[396],{"type":18,"value":233},{"type":13,"tag":45,"props":398,"children":399},{"class":47,"line":161},[400],{"type":13,"tag":45,"props":401,"children":402},{"style":63},[403],{"type":18,"value":404},"}\n",{"type":13,"tag":406,"props":407,"children":408},"ul",{},[409,430,449,460,471,482,501],{"type":13,"tag":410,"props":411,"children":412},"li",{},[413,419,421,428],{"type":13,"tag":21,"props":414,"children":416},{"className":415},[],[417],{"type":18,"value":418},"sType",{"type":18,"value":420}," is a ",{"type":13,"tag":422,"props":423,"children":425},"a",{"href":424},"/man/VkStructureType",[426],{"type":18,"value":427},"VkStructureType",{"type":18,"value":429}," value identifying this structure.",{"type":13,"tag":410,"props":431,"children":432},{},[433,439,441,447],{"type":13,"tag":21,"props":434,"children":436},{"className":435},[],[437],{"type":18,"value":438},"pNext",{"type":18,"value":440}," is ",{"type":13,"tag":21,"props":442,"children":444},{"className":443},[],[445],{"type":18,"value":446},"NULL",{"type":18,"value":448}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":410,"props":450,"children":451},{},[452,458],{"type":13,"tag":21,"props":453,"children":455},{"className":454},[],[456],{"type":18,"value":457},"renderPass",{"type":18,"value":459}," is the render pass to begin an instance of.",{"type":13,"tag":410,"props":461,"children":462},{},[463,469],{"type":13,"tag":21,"props":464,"children":466},{"className":465},[],[467],{"type":18,"value":468},"framebuffer",{"type":18,"value":470}," is the framebuffer containing the attachments that are\nused with the render pass.",{"type":13,"tag":410,"props":472,"children":473},{},[474,480],{"type":13,"tag":21,"props":475,"children":477},{"className":476},[],[478],{"type":18,"value":479},"renderArea",{"type":18,"value":481}," is the render area that is affected by the render pass\ninstance, and is described in more detail below.",{"type":13,"tag":410,"props":483,"children":484},{},[485,491,493,499],{"type":13,"tag":21,"props":486,"children":488},{"className":487},[],[489],{"type":18,"value":490},"clearValueCount",{"type":18,"value":492}," is the number of elements in ",{"type":13,"tag":21,"props":494,"children":496},{"className":495},[],[497],{"type":18,"value":498},"pClearValues",{"type":18,"value":500},".",{"type":13,"tag":410,"props":502,"children":503},{},[504,509,511,516,520,526,528,534,536,542,544,550,551,556,558,563],{"type":13,"tag":21,"props":505,"children":507},{"className":506},[],[508],{"type":18,"value":498},{"type":18,"value":510}," is a pointer to an array of ",{"type":13,"tag":21,"props":512,"children":514},{"className":513},[],[515],{"type":18,"value":490},{"type":13,"tag":517,"props":518,"children":519},"br",{},[],{"type":13,"tag":422,"props":521,"children":523},{"href":522},"/man/VkClearValue",[524],{"type":18,"value":525},"VkClearValue",{"type":18,"value":527}," structures containing clear values for each\nattachment, if the attachment uses a ",{"type":13,"tag":21,"props":529,"children":531},{"className":530},[],[532],{"type":18,"value":533},"loadOp",{"type":18,"value":535}," value of\n",{"type":13,"tag":21,"props":537,"children":539},{"className":538},[],[540],{"type":18,"value":541},"VK_ATTACHMENT_LOAD_OP_CLEAR",{"type":18,"value":543}," or if the attachment has a\ndepth/stencil format and uses a ",{"type":13,"tag":21,"props":545,"children":547},{"className":546},[],[548],{"type":18,"value":549},"stencilLoadOp",{"type":18,"value":535},{"type":13,"tag":21,"props":552,"children":554},{"className":553},[],[555],{"type":18,"value":541},{"type":18,"value":557},".\nThe array is indexed by attachment number.\nOnly elements corresponding to cleared attachments are used.\nOther elements of ",{"type":13,"tag":21,"props":559,"children":561},{"className":560},[],[562],{"type":18,"value":498},{"type":18,"value":564}," are ignored.",{"type":13,"tag":14,"props":566,"children":567},{},[568,573,575,580,582,587,589,595,596,602,604,607],{"type":13,"tag":21,"props":569,"children":571},{"className":570},[],[572],{"type":18,"value":479},{"type":18,"value":574}," is the render area that is affected by the render pass\ninstance.\nThe effects of attachment load, store and multisample resolve operations are\nrestricted to the pixels whose x and y coordinates fall within the render\narea on all attachments.\nThe render area extends to all layers of ",{"type":13,"tag":21,"props":576,"children":578},{"className":577},[],[579],{"type":18,"value":468},{"type":18,"value":581},".\nThe application ",{"type":13,"tag":583,"props":584,"children":586},"normative",{"type":585},"must",[],{"type":18,"value":588}," ensure (using scissor if necessary) that all rendering\nis contained within the render area.\nThe render area, after any transform specified by\n",{"type":13,"tag":422,"props":590,"children":592},{"href":591},"/man/VkRenderPassTransformBeginInfoQCOM",[593],{"type":18,"value":594},"VkRenderPassTransformBeginInfoQCOM",{"type":18,"value":223},{"type":13,"tag":21,"props":597,"children":599},{"className":598},[],[600],{"type":18,"value":601},"transform",{"type":18,"value":603}," is applied, ",{"type":13,"tag":583,"props":605,"children":606},{"type":585},[],{"type":18,"value":608},"\nbe contained within the framebuffer dimensions.",{"type":13,"tag":14,"props":610,"children":611},{},[612,614,620,622,627,629,632,634,639,641,645,646,651,653,656],{"type":18,"value":613},"If ",{"type":13,"tag":422,"props":615,"children":617},{"href":616},"/chapters/vertexpostproc#vertexpostproc-renderpass-transform",[618],{"type":18,"value":619},"render pass transform",{"type":18,"value":621}," is\nenabled, then ",{"type":13,"tag":21,"props":623,"children":625},{"className":624},[],[626],{"type":18,"value":479},{"type":18,"value":628}," ",{"type":13,"tag":583,"props":630,"children":631},{"type":585},[],{"type":18,"value":633}," equal the framebuffer pre-transformed\ndimensions.\nAfter ",{"type":13,"tag":21,"props":635,"children":637},{"className":636},[],[638],{"type":18,"value":479},{"type":18,"value":640}," has been transformed by\n",{"type":13,"tag":422,"props":642,"children":643},{"href":591},[644],{"type":18,"value":594},{"type":18,"value":223},{"type":13,"tag":21,"props":647,"children":649},{"className":648},[],[650],{"type":18,"value":601},{"type":18,"value":652},", the resulting\nrender area ",{"type":13,"tag":583,"props":654,"children":655},{"type":585},[],{"type":18,"value":657}," be equal to the framebuffer dimensions.",{"type":13,"tag":14,"props":659,"children":660},{},[661,663,668,670,680,682,688,690,695,697,703,705,711,713,717,718,724,726,731,733,738,739,742],{"type":18,"value":662},"If multiview is enabled in ",{"type":13,"tag":21,"props":664,"children":666},{"className":665},[],[667],{"type":18,"value":457},{"type":18,"value":669},", and\n",{"type":13,"tag":422,"props":671,"children":673},{"href":672},"/man/VkPhysicalDeviceMultiviewPerViewRenderAreasFeaturesQCOM#features-multiview-per-view-render-areas",[674],{"type":13,"tag":21,"props":675,"children":677},{"className":676},[],[678],{"type":18,"value":679},"multiviewPerViewRenderAreas",{"type":18,"value":681}," feature is enabled, and there is an\ninstance of ",{"type":13,"tag":422,"props":683,"children":685},{"href":684},"/man/VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM",[686],{"type":18,"value":687},"VkMultiviewPerViewRenderAreasRenderPassBeginInfoQCOM",{"type":18,"value":689},"\nincluded in the ",{"type":13,"tag":21,"props":691,"children":693},{"className":692},[],[694],{"type":18,"value":438},{"type":18,"value":696}," chain with ",{"type":13,"tag":21,"props":698,"children":700},{"className":699},[],[701],{"type":18,"value":702},"perViewRenderAreaCount",{"type":18,"value":704}," not\nequal to ",{"type":13,"tag":21,"props":706,"children":708},{"className":707},[],[709],{"type":18,"value":710},"0",{"type":18,"value":712},", then the elements of\n",{"type":13,"tag":422,"props":714,"children":715},{"href":684},[716],{"type":18,"value":687},{"type":18,"value":223},{"type":13,"tag":21,"props":719,"children":721},{"className":720},[],[722],{"type":18,"value":723},"pPerViewRenderAreas",{"type":18,"value":725},"\noverride ",{"type":13,"tag":21,"props":727,"children":729},{"className":728},[],[730],{"type":18,"value":479},{"type":18,"value":732}," and define a render area for each view.\nIn this case, ",{"type":13,"tag":21,"props":734,"children":736},{"className":735},[],[737],{"type":18,"value":479},{"type":18,"value":628},{"type":13,"tag":583,"props":740,"children":741},{"type":585},[],{"type":18,"value":743}," be set to an area at least as large as\nthe union of all the per-view render areas.",{"type":13,"tag":14,"props":745,"children":746},{},[747,749,759,761,766,767,770],{"type":18,"value":748},"If the ",{"type":13,"tag":422,"props":750,"children":752},{"href":751},"/man/VkPhysicalDeviceSubpassShadingFeaturesHUAWEI#features-subpassShading",[753],{"type":13,"tag":21,"props":754,"children":756},{"className":755},[],[757],{"type":18,"value":758},"subpassShading",{"type":18,"value":760}," feature is enabled,\nthen ",{"type":13,"tag":21,"props":762,"children":764},{"className":763},[],[765],{"type":18,"value":479},{"type":18,"value":628},{"type":13,"tag":583,"props":768,"children":769},{"type":585},[],{"type":18,"value":771}," equal the framebuffer dimensions.",{"type":13,"tag":773,"props":774,"children":775},"note",{},[776],{"type":13,"tag":14,"props":777,"children":778},{},[779,781,785],{"type":18,"value":780},"There ",{"type":13,"tag":583,"props":782,"children":784},{"type":783},"may",[],{"type":18,"value":786}," be a performance cost for using a render area smaller than the\nframebuffer, unless it matches the render area granularity for the render\npass.",{"type":13,"tag":788,"props":789,"children":791},"validity-group",{"name":790},"Valid Usage",[792,837,882,928,971,1007,1044,1080,1142,1200,1267,1328,1391,1469,1546,1645,1734,1815,1895,1990,2084,2177,2266,2345,2449,2580,2612,2661,2711,2753],{"type":13,"tag":793,"props":794,"children":796},"validity-field",{"name":795},"VUID-VkRenderPassBeginInfo-clearValueCount-00902",[797],{"type":13,"tag":14,"props":798,"children":799},{},[800,805,806,809,811,816,818,823,825,830,832],{"type":13,"tag":21,"props":801,"children":803},{"className":802},[],[804],{"type":18,"value":490},{"type":18,"value":628},{"type":13,"tag":583,"props":807,"children":808},{"type":585},[],{"type":18,"value":810}," be greater than the largest attachment index\nin ",{"type":13,"tag":21,"props":812,"children":814},{"className":813},[],[815],{"type":18,"value":457},{"type":18,"value":817}," specifying a ",{"type":13,"tag":21,"props":819,"children":821},{"className":820},[],[822],{"type":18,"value":533},{"type":18,"value":824}," (or ",{"type":13,"tag":21,"props":826,"children":828},{"className":827},[],[829],{"type":18,"value":549},{"type":18,"value":831},",\nif the attachment has a depth/stencil format) of\n",{"type":13,"tag":21,"props":833,"children":835},{"className":834},[],[836],{"type":18,"value":541},{"type":13,"tag":793,"props":838,"children":840},{"name":839},"VUID-VkRenderPassBeginInfo-clearValueCount-04962",[841],{"type":13,"tag":14,"props":842,"children":843},{},[844,845,850,852,857,859,864,865,868,870,875,876,880],{"type":18,"value":613},{"type":13,"tag":21,"props":846,"children":848},{"className":847},[],[849],{"type":18,"value":490},{"type":18,"value":851}," is not ",{"type":13,"tag":21,"props":853,"children":855},{"className":854},[],[856],{"type":18,"value":710},{"type":18,"value":858},", ",{"type":13,"tag":21,"props":860,"children":862},{"className":861},[],[863],{"type":18,"value":498},{"type":18,"value":628},{"type":13,"tag":583,"props":866,"children":867},{"type":585},[],{"type":18,"value":869}," be a valid\npointer to an array of ",{"type":13,"tag":21,"props":871,"children":873},{"className":872},[],[874],{"type":18,"value":490},{"type":18,"value":628},{"type":13,"tag":422,"props":877,"children":878},{"href":522},[879],{"type":18,"value":525},{"type":18,"value":881}," unions",{"type":13,"tag":793,"props":883,"children":885},{"name":884},"VUID-VkRenderPassBeginInfo-renderPass-00904",[886],{"type":13,"tag":14,"props":887,"children":888},{},[889,894,895,898,900,906,908,913,915,921,923],{"type":13,"tag":21,"props":890,"children":892},{"className":891},[],[893],{"type":18,"value":457},{"type":18,"value":628},{"type":13,"tag":583,"props":896,"children":897},{"type":585},[],{"type":18,"value":899}," be ",{"type":13,"tag":422,"props":901,"children":903},{"href":902},"/chapters/renderpass#renderpass-compatibility",[904],{"type":18,"value":905},"compatible",{"type":18,"value":907}," with\nthe ",{"type":13,"tag":21,"props":909,"children":911},{"className":910},[],[912],{"type":18,"value":457},{"type":18,"value":914}," member of the ",{"type":13,"tag":422,"props":916,"children":918},{"href":917},"/man/VkFramebufferCreateInfo",[919],{"type":18,"value":920},"VkFramebufferCreateInfo",{"type":18,"value":922},"\nstructure specified when creating ",{"type":13,"tag":21,"props":924,"children":926},{"className":925},[],[927],{"type":18,"value":468},{"type":13,"tag":793,"props":929,"children":931},{"name":930},"VUID-VkRenderPassBeginInfo-None-08996",[932],{"type":13,"tag":14,"props":933,"children":934},{},[935,936,941,943,949,951,957,959,965,966,969],{"type":18,"value":748},{"type":13,"tag":21,"props":937,"children":939},{"className":938},[],[940],{"type":18,"value":438},{"type":18,"value":942}," chain does not contain\n",{"type":13,"tag":422,"props":944,"children":946},{"href":945},"/man/VkDeviceGroupRenderPassBeginInfo",[947],{"type":18,"value":948},"VkDeviceGroupRenderPassBeginInfo",{"type":18,"value":950}," or its\n",{"type":13,"tag":21,"props":952,"children":954},{"className":953},[],[955],{"type":18,"value":956},"deviceRenderAreaCount",{"type":18,"value":958}," member is equal to 0,\n",{"type":13,"tag":21,"props":960,"children":962},{"className":961},[],[963],{"type":18,"value":964},"renderArea.extent.width",{"type":18,"value":628},{"type":13,"tag":583,"props":967,"children":968},{"type":585},[],{"type":18,"value":970}," be greater than 0",{"type":13,"tag":793,"props":972,"children":974},{"name":973},"VUID-VkRenderPassBeginInfo-None-08997",[975],{"type":13,"tag":14,"props":976,"children":977},{},[978,979,984,985,989,990,995,996,1002,1003,1006],{"type":18,"value":748},{"type":13,"tag":21,"props":980,"children":982},{"className":981},[],[983],{"type":18,"value":438},{"type":18,"value":942},{"type":13,"tag":422,"props":986,"children":987},{"href":945},[988],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":991,"children":993},{"className":992},[],[994],{"type":18,"value":956},{"type":18,"value":958},{"type":13,"tag":21,"props":997,"children":999},{"className":998},[],[1000],{"type":18,"value":1001},"renderArea.extent.height",{"type":18,"value":628},{"type":13,"tag":583,"props":1004,"children":1005},{"type":585},[],{"type":18,"value":970},{"type":13,"tag":793,"props":1008,"children":1010},{"name":1009},"VUID-VkRenderPassBeginInfo-pNext-02850",[1011],{"type":13,"tag":14,"props":1012,"children":1013},{},[1014,1015,1020,1021,1025,1026,1031,1032,1038,1039,1042],{"type":18,"value":748},{"type":13,"tag":21,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":18,"value":438},{"type":18,"value":942},{"type":13,"tag":422,"props":1022,"children":1023},{"href":945},[1024],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":1027,"children":1029},{"className":1028},[],[1030],{"type":18,"value":956},{"type":18,"value":958},{"type":13,"tag":21,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":18,"value":1037},"renderArea.offset.x",{"type":18,"value":628},{"type":13,"tag":583,"props":1040,"children":1041},{"type":585},[],{"type":18,"value":1043}," be greater than or equal to 0",{"type":13,"tag":793,"props":1045,"children":1047},{"name":1046},"VUID-VkRenderPassBeginInfo-pNext-02851",[1048],{"type":13,"tag":14,"props":1049,"children":1050},{},[1051,1052,1057,1058,1062,1063,1068,1069,1075,1076,1079],{"type":18,"value":748},{"type":13,"tag":21,"props":1053,"children":1055},{"className":1054},[],[1056],{"type":18,"value":438},{"type":18,"value":942},{"type":13,"tag":422,"props":1059,"children":1060},{"href":945},[1061],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":1064,"children":1066},{"className":1065},[],[1067],{"type":18,"value":956},{"type":18,"value":958},{"type":13,"tag":21,"props":1070,"children":1072},{"className":1071},[],[1073],{"type":18,"value":1074},"renderArea.offset.y",{"type":18,"value":628},{"type":13,"tag":583,"props":1077,"children":1078},{"type":585},[],{"type":18,"value":1043},{"type":13,"tag":793,"props":1081,"children":1083},{"name":1082},"VUID-VkRenderPassBeginInfo-pNext-02852",[1084],{"type":13,"tag":14,"props":1085,"children":1086},{},[1087,1088,1093,1094,1098,1099,1104,1105,1110,1112,1117,1120,1122,1126,1127,1133,1135,1140],{"type":18,"value":748},{"type":13,"tag":21,"props":1089,"children":1091},{"className":1090},[],[1092],{"type":18,"value":438},{"type":18,"value":942},{"type":13,"tag":422,"props":1095,"children":1096},{"href":945},[1097],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":18,"value":956},{"type":18,"value":958},{"type":13,"tag":21,"props":1106,"children":1108},{"className":1107},[],[1109],{"type":18,"value":1037},{"type":18,"value":1111}," + ",{"type":13,"tag":21,"props":1113,"children":1115},{"className":1114},[],[1116],{"type":18,"value":964},{"type":13,"tag":583,"props":1118,"children":1119},{"type":585},[],{"type":18,"value":1121}," be less than or equal to\n",{"type":13,"tag":422,"props":1123,"children":1124},{"href":917},[1125],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":18,"value":1132},"width",{"type":18,"value":1134}," the ",{"type":13,"tag":21,"props":1136,"children":1138},{"className":1137},[],[1139],{"type":18,"value":468},{"type":18,"value":1141}," was\ncreated with",{"type":13,"tag":793,"props":1143,"children":1145},{"name":1144},"VUID-VkRenderPassBeginInfo-pNext-02853",[1146],{"type":13,"tag":14,"props":1147,"children":1148},{},[1149,1150,1155,1156,1160,1161,1166,1167,1172,1173,1178,1181,1182,1186,1187,1193,1194,1199],{"type":18,"value":748},{"type":13,"tag":21,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":18,"value":438},{"type":18,"value":942},{"type":13,"tag":422,"props":1157,"children":1158},{"href":945},[1159],{"type":18,"value":948},{"type":18,"value":950},{"type":13,"tag":21,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":18,"value":956},{"type":18,"value":958},{"type":13,"tag":21,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":18,"value":1074},{"type":18,"value":1111},{"type":13,"tag":21,"props":1174,"children":1176},{"className":1175},[],[1177],{"type":18,"value":1001},{"type":13,"tag":583,"props":1179,"children":1180},{"type":585},[],{"type":18,"value":1121},{"type":13,"tag":422,"props":1183,"children":1184},{"href":917},[1185],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":18,"value":1192},"height",{"type":18,"value":1134},{"type":13,"tag":21,"props":1195,"children":1197},{"className":1196},[],[1198],{"type":18,"value":468},{"type":18,"value":1141},{"type":13,"tag":793,"props":1201,"children":1203},{"name":1202},"VUID-VkRenderPassBeginInfo-pNext-02856",[1204],{"type":13,"tag":14,"props":1205,"children":1206},{},[1207,1208,1213,1215,1219,1220,1226,1228,1234,1236,1242,1243,1246,1248,1252,1253,1258,1260,1265],{"type":18,"value":748},{"type":13,"tag":21,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":18,"value":438},{"type":18,"value":1214}," chain contains\n",{"type":13,"tag":422,"props":1216,"children":1217},{"href":945},[1218],{"type":18,"value":948},{"type":18,"value":858},{"type":13,"tag":21,"props":1221,"children":1223},{"className":1222},[],[1224],{"type":18,"value":1225},"offset.x",{"type":18,"value":1227}," +\n",{"type":13,"tag":21,"props":1229,"children":1231},{"className":1230},[],[1232],{"type":18,"value":1233},"extent.width",{"type":18,"value":1235}," of each element of ",{"type":13,"tag":21,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":18,"value":1241},"pDeviceRenderAreas",{"type":18,"value":628},{"type":13,"tag":583,"props":1244,"children":1245},{"type":585},[],{"type":18,"value":1247}," be\nless than or equal to ",{"type":13,"tag":422,"props":1249,"children":1250},{"href":917},[1251],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1254,"children":1256},{"className":1255},[],[1257],{"type":18,"value":1132},{"type":18,"value":1259}," the\n",{"type":13,"tag":21,"props":1261,"children":1263},{"className":1262},[],[1264],{"type":18,"value":468},{"type":18,"value":1266}," was created with",{"type":13,"tag":793,"props":1268,"children":1270},{"name":1269},"VUID-VkRenderPassBeginInfo-pNext-02857",[1271],{"type":13,"tag":14,"props":1272,"children":1273},{},[1274,1275,1280,1281,1285,1286,1292,1293,1299,1300,1305,1306,1309,1311,1315,1316,1321,1322,1327],{"type":18,"value":748},{"type":13,"tag":21,"props":1276,"children":1278},{"className":1277},[],[1279],{"type":18,"value":438},{"type":18,"value":1214},{"type":13,"tag":422,"props":1282,"children":1283},{"href":945},[1284],{"type":18,"value":948},{"type":18,"value":858},{"type":13,"tag":21,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":18,"value":1291},"offset.y",{"type":18,"value":1227},{"type":13,"tag":21,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":18,"value":1298},"extent.height",{"type":18,"value":1235},{"type":13,"tag":21,"props":1301,"children":1303},{"className":1302},[],[1304],{"type":18,"value":1241},{"type":18,"value":628},{"type":13,"tag":583,"props":1307,"children":1308},{"type":585},[],{"type":18,"value":1310},"\nbe less than or equal to ",{"type":13,"tag":422,"props":1312,"children":1313},{"href":917},[1314],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1317,"children":1319},{"className":1318},[],[1320],{"type":18,"value":1192},{"type":18,"value":1259},{"type":13,"tag":21,"props":1323,"children":1325},{"className":1324},[],[1326],{"type":18,"value":468},{"type":18,"value":1266},{"type":13,"tag":793,"props":1329,"children":1331},{"name":1330},"VUID-VkRenderPassBeginInfo-framebuffer-03207",[1332],{"type":13,"tag":14,"props":1333,"children":1334},{},[1335,1336,1341,1343,1347,1348,1354,1356,1362,1364,1369,1371,1377,1379,1385,1386,1389],{"type":18,"value":613},{"type":13,"tag":21,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":18,"value":468},{"type":18,"value":1342}," was created with a\n",{"type":13,"tag":422,"props":1344,"children":1345},{"href":917},[1346],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1349,"children":1351},{"className":1350},[],[1352],{"type":18,"value":1353},"flags",{"type":18,"value":1355}," value that did not include\n",{"type":13,"tag":21,"props":1357,"children":1359},{"className":1358},[],[1360],{"type":18,"value":1361},"VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT",{"type":18,"value":1363},", and the ",{"type":13,"tag":21,"props":1365,"children":1367},{"className":1366},[],[1368],{"type":18,"value":438},{"type":18,"value":1370}," chain\nincludes a ",{"type":13,"tag":422,"props":1372,"children":1374},{"href":1373},"/man/VkRenderPassAttachmentBeginInfo",[1375],{"type":18,"value":1376},"VkRenderPassAttachmentBeginInfo",{"type":18,"value":1378}," structure, its\n",{"type":13,"tag":21,"props":1380,"children":1382},{"className":1381},[],[1383],{"type":18,"value":1384},"attachmentCount",{"type":18,"value":628},{"type":13,"tag":583,"props":1387,"children":1388},{"type":585},[],{"type":18,"value":1390}," be zero",{"type":13,"tag":793,"props":1392,"children":1394},{"name":1393},"VUID-VkRenderPassBeginInfo-framebuffer-03208",[1395],{"type":13,"tag":14,"props":1396,"children":1397},{},[1398,1399,1404,1405,1409,1410,1415,1417,1422,1424,1429,1431,1435,1437,1442,1444,1447,1449,1455,1456,1462,1464],{"type":18,"value":613},{"type":13,"tag":21,"props":1400,"children":1402},{"className":1401},[],[1403],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1406,"children":1407},{"href":917},[1408],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1411,"children":1413},{"className":1412},[],[1414],{"type":18,"value":1353},{"type":18,"value":1416}," value that included\n",{"type":13,"tag":21,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":18,"value":1361},{"type":18,"value":1423},", the ",{"type":13,"tag":21,"props":1425,"children":1427},{"className":1426},[],[1428],{"type":18,"value":1384},{"type":18,"value":1430}," of\na ",{"type":13,"tag":422,"props":1432,"children":1433},{"href":1373},[1434],{"type":18,"value":1376},{"type":18,"value":1436}," structure included in the\n",{"type":13,"tag":21,"props":1438,"children":1440},{"className":1439},[],[1441],{"type":18,"value":438},{"type":18,"value":1443}," chain ",{"type":13,"tag":583,"props":1445,"children":1446},{"type":585},[],{"type":18,"value":1448}," be equal to the value of\n",{"type":13,"tag":422,"props":1450,"children":1452},{"href":1451},"/man/VkFramebufferAttachmentsCreateInfo",[1453],{"type":18,"value":1454},"VkFramebufferAttachmentsCreateInfo",{"type":18,"value":223},{"type":13,"tag":21,"props":1457,"children":1459},{"className":1458},[],[1460],{"type":18,"value":1461},"attachmentImageInfoCount",{"type":18,"value":1463},"\nused to create ",{"type":13,"tag":21,"props":1465,"children":1467},{"className":1466},[],[1468],{"type":18,"value":468},{"type":13,"tag":793,"props":1470,"children":1472},{"name":1471},"VUID-VkRenderPassBeginInfo-framebuffer-02780",[1473],{"type":13,"tag":14,"props":1474,"children":1475},{},[1476,1477,1482,1483,1487,1488,1493,1494,1499,1501,1507,1509,1513,1515,1520,1521,1524,1526,1532,1534,1539,1541],{"type":18,"value":613},{"type":13,"tag":21,"props":1478,"children":1480},{"className":1479},[],[1481],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1484,"children":1485},{"href":917},[1486],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1489,"children":1491},{"className":1490},[],[1492],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1495,"children":1497},{"className":1496},[],[1498],{"type":18,"value":1361},{"type":18,"value":1500},", each element of the\n",{"type":13,"tag":21,"props":1502,"children":1504},{"className":1503},[],[1505],{"type":18,"value":1506},"pAttachments",{"type":18,"value":1508}," member of a ",{"type":13,"tag":422,"props":1510,"children":1511},{"href":1373},[1512],{"type":18,"value":1376},{"type":18,"value":1514},"\nstructure included in the ",{"type":13,"tag":21,"props":1516,"children":1518},{"className":1517},[],[1519],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1522,"children":1523},{"type":585},[],{"type":18,"value":1525}," have been created on\nthe same ",{"type":13,"tag":422,"props":1527,"children":1529},{"href":1528},"/man/VkDevice",[1530],{"type":18,"value":1531},"VkDevice",{"type":18,"value":1533}," as ",{"type":13,"tag":21,"props":1535,"children":1537},{"className":1536},[],[1538],{"type":18,"value":468},{"type":18,"value":1540}," and ",{"type":13,"tag":21,"props":1542,"children":1544},{"className":1543},[],[1545],{"type":18,"value":457},{"type":13,"tag":793,"props":1547,"children":1549},{"name":1548},"VUID-VkRenderPassBeginInfo-framebuffer-03209",[1550],{"type":13,"tag":14,"props":1551,"children":1552},{},[1553,1554,1559,1560,1564,1565,1570,1571,1576,1577,1582,1583,1587,1588,1593,1594,1597,1599,1605,1607,1613,1614,1619,1621,1626,1628,1632,1633,1639,1640],{"type":18,"value":613},{"type":13,"tag":21,"props":1555,"children":1557},{"className":1556},[],[1558],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1561,"children":1562},{"href":917},[1563],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1566,"children":1568},{"className":1567},[],[1569],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1572,"children":1574},{"className":1573},[],[1575],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":1578,"children":1580},{"className":1579},[],[1581],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":1584,"children":1585},{"href":1373},[1586],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":1589,"children":1591},{"className":1590},[],[1592],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1595,"children":1596},{"type":585},[],{"type":18,"value":1598}," be a ",{"type":13,"tag":422,"props":1600,"children":1602},{"href":1601},"/man/VkImageView",[1603],{"type":18,"value":1604},"VkImageView",{"type":18,"value":1606},"\nof an image created with a value of ",{"type":13,"tag":422,"props":1608,"children":1610},{"href":1609},"/man/VkImageCreateInfo",[1611],{"type":18,"value":1612},"VkImageCreateInfo",{"type":18,"value":223},{"type":13,"tag":21,"props":1615,"children":1617},{"className":1616},[],[1618],{"type":18,"value":1353},{"type":18,"value":1620},"\nequal to the ",{"type":13,"tag":21,"props":1622,"children":1624},{"className":1623},[],[1625],{"type":18,"value":1353},{"type":18,"value":1627}," member of the corresponding element of\n",{"type":13,"tag":422,"props":1629,"children":1630},{"href":1451},[1631],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":1634,"children":1636},{"className":1635},[],[1637],{"type":18,"value":1638},"pAttachmentImageInfos",{"type":18,"value":1463},{"type":13,"tag":21,"props":1641,"children":1643},{"className":1642},[],[1644],{"type":18,"value":468},{"type":13,"tag":793,"props":1646,"children":1648},{"name":1647},"VUID-VkRenderPassBeginInfo-framebuffer-04627",[1649],{"type":13,"tag":14,"props":1650,"children":1651},{},[1652,1653,1658,1659,1663,1664,1669,1670,1675,1676,1681,1682,1686,1687,1692,1693,1696,1697,1701,1703,1709,1711,1717,1718,1722,1723,1728,1729],{"type":18,"value":613},{"type":13,"tag":21,"props":1654,"children":1656},{"className":1655},[],[1657],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1660,"children":1661},{"href":917},[1662],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1665,"children":1667},{"className":1666},[],[1668],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1671,"children":1673},{"className":1672},[],[1674],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":1677,"children":1679},{"className":1678},[],[1680],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":1683,"children":1684},{"href":1373},[1685],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":1688,"children":1690},{"className":1689},[],[1691],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1694,"children":1695},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":1698,"children":1699},{"href":1601},[1700],{"type":18,"value":1604},{"type":18,"value":1702},"\nwith ",{"type":13,"tag":422,"props":1704,"children":1706},{"href":1705},"/man/VkImageViewCreateInfo#resources-image-inherited-usage",[1707],{"type":18,"value":1708},"an inherited usage",{"type":18,"value":1710}," equal to\nthe ",{"type":13,"tag":21,"props":1712,"children":1714},{"className":1713},[],[1715],{"type":18,"value":1716},"usage",{"type":18,"value":1627},{"type":13,"tag":422,"props":1719,"children":1720},{"href":1451},[1721],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":1724,"children":1726},{"className":1725},[],[1727],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":1730,"children":1732},{"className":1731},[],[1733],{"type":18,"value":468},{"type":13,"tag":793,"props":1735,"children":1737},{"name":1736},"VUID-VkRenderPassBeginInfo-framebuffer-03211",[1738],{"type":13,"tag":14,"props":1739,"children":1740},{},[1741,1742,1747,1748,1752,1753,1758,1759,1764,1765,1770,1771,1775,1776,1781,1782,1785,1786,1790,1792,1797,1799,1803,1804,1809,1810],{"type":18,"value":613},{"type":13,"tag":21,"props":1743,"children":1745},{"className":1744},[],[1746],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1749,"children":1750},{"href":917},[1751],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1754,"children":1756},{"className":1755},[],[1757],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1760,"children":1762},{"className":1761},[],[1763],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":1766,"children":1768},{"className":1767},[],[1769],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":1772,"children":1773},{"href":1373},[1774],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":1777,"children":1779},{"className":1778},[],[1780],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1783,"children":1784},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":1787,"children":1788},{"href":1601},[1789],{"type":18,"value":1604},{"type":18,"value":1791},"\nwith a width equal to the ",{"type":13,"tag":21,"props":1793,"children":1795},{"className":1794},[],[1796],{"type":18,"value":1132},{"type":18,"value":1798}," member of the corresponding\nelement of\n",{"type":13,"tag":422,"props":1800,"children":1801},{"href":1451},[1802],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":1805,"children":1807},{"className":1806},[],[1808],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":1811,"children":1813},{"className":1812},[],[1814],{"type":18,"value":468},{"type":13,"tag":793,"props":1816,"children":1818},{"name":1817},"VUID-VkRenderPassBeginInfo-framebuffer-03212",[1819],{"type":13,"tag":14,"props":1820,"children":1821},{},[1822,1823,1828,1829,1833,1834,1839,1840,1845,1846,1851,1852,1856,1857,1862,1863,1866,1867,1871,1873,1878,1879,1883,1884,1889,1890],{"type":18,"value":613},{"type":13,"tag":21,"props":1824,"children":1826},{"className":1825},[],[1827],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1830,"children":1831},{"href":917},[1832],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1835,"children":1837},{"className":1836},[],[1838],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1841,"children":1843},{"className":1842},[],[1844],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":1847,"children":1849},{"className":1848},[],[1850],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":1853,"children":1854},{"href":1373},[1855],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":1858,"children":1860},{"className":1859},[],[1861],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1864,"children":1865},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":1868,"children":1869},{"href":1601},[1870],{"type":18,"value":1604},{"type":18,"value":1872},"\nwith a height equal to the ",{"type":13,"tag":21,"props":1874,"children":1876},{"className":1875},[],[1877],{"type":18,"value":1192},{"type":18,"value":1798},{"type":13,"tag":422,"props":1880,"children":1881},{"href":1451},[1882],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":1885,"children":1887},{"className":1886},[],[1888],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":1891,"children":1893},{"className":1892},[],[1894],{"type":18,"value":468},{"type":13,"tag":793,"props":1896,"children":1898},{"name":1897},"VUID-VkRenderPassBeginInfo-framebuffer-03213",[1899],{"type":13,"tag":14,"props":1900,"children":1901},{},[1902,1903,1908,1909,1913,1914,1919,1920,1925,1926,1931,1932,1936,1937,1942,1943,1946,1947,1951,1953,1959,1960,1966,1967,1973,1974,1978,1979,1984,1985],{"type":18,"value":613},{"type":13,"tag":21,"props":1904,"children":1906},{"className":1905},[],[1907],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":1910,"children":1911},{"href":917},[1912],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":1915,"children":1917},{"className":1916},[],[1918],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":1921,"children":1923},{"className":1922},[],[1924],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":1927,"children":1929},{"className":1928},[],[1930],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":1933,"children":1934},{"href":1373},[1935],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":1938,"children":1940},{"className":1939},[],[1941],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":1944,"children":1945},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":1948,"children":1949},{"href":1601},[1950],{"type":18,"value":1604},{"type":18,"value":1952},"\nof an image created with a value of\n",{"type":13,"tag":422,"props":1954,"children":1956},{"href":1955},"/man/VkImageViewCreateInfo",[1957],{"type":18,"value":1958},"VkImageViewCreateInfo",{"type":18,"value":223},{"type":13,"tag":21,"props":1961,"children":1963},{"className":1962},[],[1964],{"type":18,"value":1965},"subresourceRange.layerCount",{"type":18,"value":1710},{"type":13,"tag":21,"props":1968,"children":1970},{"className":1969},[],[1971],{"type":18,"value":1972},"layerCount",{"type":18,"value":1627},{"type":13,"tag":422,"props":1975,"children":1976},{"href":1451},[1977],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":1980,"children":1982},{"className":1981},[],[1983],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":1986,"children":1988},{"className":1987},[],[1989],{"type":18,"value":468},{"type":13,"tag":793,"props":1991,"children":1993},{"name":1992},"VUID-VkRenderPassBeginInfo-framebuffer-03214",[1994],{"type":13,"tag":14,"props":1995,"children":1996},{},[1997,1998,2003,2004,2008,2009,2014,2015,2020,2021,2026,2027,2031,2032,2037,2038,2041,2042,2046,2047,2053,2054,2060,2062,2067,2068,2072,2073,2078,2079],{"type":18,"value":613},{"type":13,"tag":21,"props":1999,"children":2001},{"className":2000},[],[2002],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2005,"children":2006},{"href":917},[2007],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2010,"children":2012},{"className":2011},[],[2013],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2016,"children":2018},{"className":2017},[],[2019],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":2022,"children":2024},{"className":2023},[],[2025],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":2028,"children":2029},{"href":1373},[2030],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":2033,"children":2035},{"className":2034},[],[2036],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2039,"children":2040},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":2043,"children":2044},{"href":1601},[2045],{"type":18,"value":1604},{"type":18,"value":1952},{"type":13,"tag":422,"props":2048,"children":2050},{"href":2049},"/man/VkImageFormatListCreateInfo",[2051],{"type":18,"value":2052},"VkImageFormatListCreateInfo",{"type":18,"value":223},{"type":13,"tag":21,"props":2055,"children":2057},{"className":2056},[],[2058],{"type":18,"value":2059},"viewFormatCount",{"type":18,"value":2061}," equal to the\n",{"type":13,"tag":21,"props":2063,"children":2065},{"className":2064},[],[2066],{"type":18,"value":2059},{"type":18,"value":1627},{"type":13,"tag":422,"props":2069,"children":2070},{"href":1451},[2071],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":2074,"children":2076},{"className":2075},[],[2077],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":2080,"children":2082},{"className":2081},[],[2083],{"type":18,"value":468},{"type":13,"tag":793,"props":2085,"children":2087},{"name":2086},"VUID-VkRenderPassBeginInfo-framebuffer-03215",[2088],{"type":13,"tag":14,"props":2089,"children":2090},{},[2091,2092,2097,2098,2102,2103,2108,2109,2114,2115,2120,2121,2125,2126,2131,2132,2135,2136,2140,2142,2146,2147,2153,2155,2160,2161,2165,2166,2171,2172],{"type":18,"value":613},{"type":13,"tag":21,"props":2093,"children":2095},{"className":2094},[],[2096],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2099,"children":2100},{"href":917},[2101],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2104,"children":2106},{"className":2105},[],[2107],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2110,"children":2112},{"className":2111},[],[2113],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":2116,"children":2118},{"className":2117},[],[2119],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":2122,"children":2123},{"href":1373},[2124],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":2127,"children":2129},{"className":2128},[],[2130],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2133,"children":2134},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":2137,"children":2138},{"href":1601},[2139],{"type":18,"value":1604},{"type":18,"value":2141},"\nof an image created with a set of elements in\n",{"type":13,"tag":422,"props":2143,"children":2144},{"href":2049},[2145],{"type":18,"value":2052},{"type":18,"value":223},{"type":13,"tag":21,"props":2148,"children":2150},{"className":2149},[],[2151],{"type":18,"value":2152},"pViewFormats",{"type":18,"value":2154}," equal to the set\nof elements in the ",{"type":13,"tag":21,"props":2156,"children":2158},{"className":2157},[],[2159],{"type":18,"value":2152},{"type":18,"value":1798},{"type":13,"tag":422,"props":2162,"children":2163},{"href":1451},[2164],{"type":18,"value":1454},{"type":18,"value":223},{"type":13,"tag":21,"props":2167,"children":2169},{"className":2168},[],[2170],{"type":18,"value":1638},{"type":18,"value":1463},{"type":13,"tag":21,"props":2173,"children":2175},{"className":2174},[],[2176],{"type":18,"value":468},{"type":13,"tag":793,"props":2178,"children":2180},{"name":2179},"VUID-VkRenderPassBeginInfo-framebuffer-03216",[2181],{"type":13,"tag":14,"props":2182,"children":2183},{},[2184,2185,2190,2191,2195,2196,2201,2202,2207,2208,2213,2214,2218,2219,2224,2225,2228,2229,2233,2234,2238,2239,2245,2247,2253,2254,2259,2261],{"type":18,"value":613},{"type":13,"tag":21,"props":2186,"children":2188},{"className":2187},[],[2189],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2192,"children":2193},{"href":917},[2194],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2197,"children":2199},{"className":2198},[],[2200],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2203,"children":2205},{"className":2204},[],[2206],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":2209,"children":2211},{"className":2210},[],[2212],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":2215,"children":2216},{"href":1373},[2217],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":2220,"children":2222},{"className":2221},[],[2223],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2226,"children":2227},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":2230,"children":2231},{"href":1601},[2232],{"type":18,"value":1604},{"type":18,"value":1952},{"type":13,"tag":422,"props":2235,"children":2236},{"href":1955},[2237],{"type":18,"value":1958},{"type":18,"value":223},{"type":13,"tag":21,"props":2240,"children":2242},{"className":2241},[],[2243],{"type":18,"value":2244},"format",{"type":18,"value":2246}," equal to the corresponding\nvalue of ",{"type":13,"tag":422,"props":2248,"children":2250},{"href":2249},"/man/VkAttachmentDescription",[2251],{"type":18,"value":2252},"VkAttachmentDescription",{"type":18,"value":223},{"type":13,"tag":21,"props":2255,"children":2257},{"className":2256},[],[2258],{"type":18,"value":2244},{"type":18,"value":2260}," in ",{"type":13,"tag":21,"props":2262,"children":2264},{"className":2263},[],[2265],{"type":18,"value":457},{"type":13,"tag":793,"props":2267,"children":2269},{"name":2268},"VUID-VkRenderPassBeginInfo-framebuffer-09353",[2270],{"type":13,"tag":14,"props":2271,"children":2272},{},[2273,2274,2279,2280,2284,2285,2290,2291,2296,2298,2308,2309,2315,2317,2320,2322,2328,2329,2335,2337,2343],{"type":18,"value":613},{"type":13,"tag":21,"props":2275,"children":2277},{"className":2276},[],[2278],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2281,"children":2282},{"href":917},[2283],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2286,"children":2288},{"className":2287},[],[2289],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2292,"children":2294},{"className":2293},[],[2295],{"type":18,"value":1361},{"type":18,"value":2297},", and the\n",{"type":13,"tag":422,"props":2299,"children":2301},{"href":2300},"/man/VkPhysicalDeviceExternalFormatResolvePropertiesANDROID#limits-nullColorAttachmentWithExternalFormatResolve",[2302],{"type":13,"tag":21,"props":2303,"children":2305},{"className":2304},[],[2306],{"type":18,"value":2307},"nullColorAttachmentWithExternalFormatResolve",{"type":18,"value":440},{"type":13,"tag":21,"props":2310,"children":2312},{"className":2311},[],[2313],{"type":18,"value":2314},"VK_FALSE",{"type":18,"value":2316},",\nthe format of the color attachment for each subpass that includes an\nexternal format image as a resolve attachment ",{"type":13,"tag":583,"props":2318,"children":2319},{"type":585},[],{"type":18,"value":2321}," have a format equal\nto the value of\n",{"type":13,"tag":422,"props":2323,"children":2325},{"href":2324},"/man/VkAndroidHardwareBufferFormatResolvePropertiesANDROID",[2326],{"type":18,"value":2327},"VkAndroidHardwareBufferFormatResolvePropertiesANDROID",{"type":18,"value":223},{"type":13,"tag":21,"props":2330,"children":2332},{"className":2331},[],[2333],{"type":18,"value":2334},"colorAttachmentFormat",{"type":18,"value":2336},"\nas returned by a call to\n",{"type":13,"tag":422,"props":2338,"children":2340},{"href":2339},"/man/vkGetAndroidHardwareBufferPropertiesANDROID",[2341],{"type":18,"value":2342},"vkGetAndroidHardwareBufferPropertiesANDROID",{"type":18,"value":2344}," for the Android\nhardware buffer that was used to create the image view use as its\nresolve attachment",{"type":13,"tag":793,"props":2346,"children":2348},{"name":2347},"VUID-VkRenderPassBeginInfo-framebuffer-09354",[2349],{"type":13,"tag":14,"props":2350,"children":2351},{},[2352,2353,2358,2359,2363,2364,2369,2370,2375,2376,2381,2382,2386,2387,2392,2393,2396,2397,2401,2402,2408,2409,2415,2417,2421,2422,2427,2429,2434,2436,2442,2444],{"type":18,"value":613},{"type":13,"tag":21,"props":2354,"children":2356},{"className":2355},[],[2357],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2360,"children":2361},{"href":917},[2362],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2365,"children":2367},{"className":2366},[],[2368],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2371,"children":2373},{"className":2372},[],[2374],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":2377,"children":2379},{"className":2378},[],[2380],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":2383,"children":2384},{"href":1373},[2385],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":2388,"children":2390},{"className":2389},[],[2391],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2394,"children":2395},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":2398,"children":2399},{"href":1601},[2400],{"type":18,"value":1604},{"type":18,"value":1952},{"type":13,"tag":422,"props":2403,"children":2405},{"href":2404},"/man/VkExternalFormatANDROID",[2406],{"type":18,"value":2407},"VkExternalFormatANDROID",{"type":18,"value":223},{"type":13,"tag":21,"props":2410,"children":2412},{"className":2411},[],[2413],{"type":18,"value":2414},"externalFormat",{"type":18,"value":2416}," equal to\n",{"type":13,"tag":422,"props":2418,"children":2419},{"href":2404},[2420],{"type":18,"value":2407},{"type":18,"value":223},{"type":13,"tag":21,"props":2423,"children":2425},{"className":2424},[],[2426],{"type":18,"value":2414},{"type":18,"value":2428}," in the ",{"type":13,"tag":21,"props":2430,"children":2432},{"className":2431},[],[2433],{"type":18,"value":438},{"type":18,"value":2435},"\nchain of the corresponding ",{"type":13,"tag":422,"props":2437,"children":2439},{"href":2438},"/man/VkAttachmentDescription2",[2440],{"type":18,"value":2441},"VkAttachmentDescription2",{"type":18,"value":2443}," structure used\nto create ",{"type":13,"tag":21,"props":2445,"children":2447},{"className":2446},[],[2448],{"type":18,"value":457},{"type":13,"tag":793,"props":2450,"children":2452},{"name":2451},"VUID-VkRenderPassBeginInfo-framebuffer-09047",[2453],{"type":13,"tag":14,"props":2454,"children":2455},{},[2456,2457,2462,2463,2467,2468,2473,2474,2479,2480,2485,2486,2490,2491,2496,2497,2500,2501,2505,2506,2510,2511,2517,2519,2523,2524,2529,2530,2535,2537,2543,2545,2550,2552,2558,2560,2565,2566,2572,2574],{"type":18,"value":613},{"type":13,"tag":21,"props":2458,"children":2460},{"className":2459},[],[2461],{"type":18,"value":468},{"type":18,"value":1342},{"type":13,"tag":422,"props":2464,"children":2465},{"href":917},[2466],{"type":18,"value":920},{"type":18,"value":223},{"type":13,"tag":21,"props":2469,"children":2471},{"className":2470},[],[2472],{"type":18,"value":1353},{"type":18,"value":1416},{"type":13,"tag":21,"props":2475,"children":2477},{"className":2476},[],[2478],{"type":18,"value":1361},{"type":18,"value":1500},{"type":13,"tag":21,"props":2481,"children":2483},{"className":2482},[],[2484],{"type":18,"value":1506},{"type":18,"value":1508},{"type":13,"tag":422,"props":2487,"children":2488},{"href":1373},[2489],{"type":18,"value":1376},{"type":18,"value":1514},{"type":13,"tag":21,"props":2492,"children":2494},{"className":2493},[],[2495],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2498,"children":2499},{"type":585},[],{"type":18,"value":1598},{"type":13,"tag":422,"props":2502,"children":2503},{"href":1601},[2504],{"type":18,"value":1604},{"type":18,"value":1952},{"type":13,"tag":422,"props":2507,"children":2508},{"href":1609},[2509],{"type":18,"value":1612},{"type":18,"value":223},{"type":13,"tag":21,"props":2512,"children":2514},{"className":2513},[],[2515],{"type":18,"value":2516},"samples",{"type":18,"value":2518}," equal to the corresponding value\nof ",{"type":13,"tag":422,"props":2520,"children":2521},{"href":2249},[2522],{"type":18,"value":2252},{"type":18,"value":223},{"type":13,"tag":21,"props":2525,"children":2527},{"className":2526},[],[2528],{"type":18,"value":2516},{"type":18,"value":2260},{"type":13,"tag":21,"props":2531,"children":2533},{"className":2532},[],[2534],{"type":18,"value":457},{"type":18,"value":2536},"\n, or ",{"type":13,"tag":21,"props":2538,"children":2540},{"className":2539},[],[2541],{"type":18,"value":2542},"VK_SAMPLE_COUNT_1_BIT",{"type":18,"value":2544}," if ",{"type":13,"tag":21,"props":2546,"children":2548},{"className":2547},[],[2549],{"type":18,"value":457},{"type":18,"value":2551}," was created with\n",{"type":13,"tag":422,"props":2553,"children":2555},{"href":2554},"/man/VkMultisampledRenderToSingleSampledInfoEXT",[2556],{"type":18,"value":2557},"VkMultisampledRenderToSingleSampledInfoEXT",{"type":18,"value":2559}," structure in the\n",{"type":13,"tag":21,"props":2561,"children":2563},{"className":2562},[],[2564],{"type":18,"value":438},{"type":18,"value":696},{"type":13,"tag":21,"props":2567,"children":2569},{"className":2568},[],[2570],{"type":18,"value":2571},"multisampledRenderToSingleSampledEnable",{"type":18,"value":2573},"\nequal to ",{"type":13,"tag":21,"props":2575,"children":2577},{"className":2576},[],[2578],{"type":18,"value":2579},"VK_TRUE",{"type":13,"tag":793,"props":2581,"children":2583},{"name":2582},"VUID-VkRenderPassBeginInfo-pNext-02869",[2584],{"type":13,"tag":14,"props":2585,"children":2586},{},[2587,2588,2593,2595,2599,2600,2606,2607,2610],{"type":18,"value":748},{"type":13,"tag":21,"props":2589,"children":2591},{"className":2590},[],[2592],{"type":18,"value":438},{"type":18,"value":2594}," chain includes\n",{"type":13,"tag":422,"props":2596,"children":2597},{"href":591},[2598],{"type":18,"value":594},{"type":18,"value":858},{"type":13,"tag":21,"props":2601,"children":2603},{"className":2602},[],[2604],{"type":18,"value":2605},"renderArea.offset",{"type":18,"value":628},{"type":13,"tag":583,"props":2608,"children":2609},{"type":585},[],{"type":18,"value":2611},"\nequal (0,0)",{"type":13,"tag":793,"props":2613,"children":2615},{"name":2614},"VUID-VkRenderPassBeginInfo-pNext-02870",[2616],{"type":13,"tag":14,"props":2617,"children":2618},{},[2619,2620,2625,2626,2630,2631,2637,2639,2643,2644,2649,2652,2654,2659],{"type":18,"value":748},{"type":13,"tag":21,"props":2621,"children":2623},{"className":2622},[],[2624],{"type":18,"value":438},{"type":18,"value":2594},{"type":13,"tag":422,"props":2627,"children":2628},{"href":591},[2629],{"type":18,"value":594},{"type":18,"value":858},{"type":13,"tag":21,"props":2632,"children":2634},{"className":2633},[],[2635],{"type":18,"value":2636},"renderArea.extent",{"type":18,"value":2638},"\ntransformed by ",{"type":13,"tag":422,"props":2640,"children":2641},{"href":591},[2642],{"type":18,"value":594},{"type":18,"value":223},{"type":13,"tag":21,"props":2645,"children":2647},{"className":2646},[],[2648],{"type":18,"value":601},{"type":13,"tag":583,"props":2650,"children":2651},{"type":585},[],{"type":18,"value":2653}," equal the ",{"type":13,"tag":21,"props":2655,"children":2657},{"className":2656},[],[2658],{"type":18,"value":468},{"type":18,"value":2660}," dimensions",{"type":13,"tag":793,"props":2662,"children":2664},{"name":2663},"VUID-VkRenderPassBeginInfo-perViewRenderAreaCount-07859",[2665],{"type":13,"tag":14,"props":2666,"children":2667},{},[2668,2669,2674,2676,2680,2682,2687,2689,2694,2696,2704,2706,2709],{"type":18,"value":748},{"type":13,"tag":21,"props":2670,"children":2672},{"className":2671},[],[2673],{"type":18,"value":702},{"type":18,"value":2675}," member of a\n",{"type":13,"tag":422,"props":2677,"children":2678},{"href":684},[2679],{"type":18,"value":687},{"type":18,"value":2681}," structure\nincluded in the ",{"type":13,"tag":21,"props":2683,"children":2685},{"className":2684},[],[2686],{"type":18,"value":438},{"type":18,"value":2688}," chain is not ",{"type":13,"tag":21,"props":2690,"children":2692},{"className":2691},[],[2693],{"type":18,"value":710},{"type":18,"value":2695},", then the\n",{"type":13,"tag":422,"props":2697,"children":2698},{"href":672},[2699],{"type":13,"tag":21,"props":2700,"children":2702},{"className":2701},[],[2703],{"type":18,"value":679},{"type":18,"value":2705}," feature ",{"type":13,"tag":583,"props":2707,"children":2708},{"type":585},[],{"type":18,"value":2710}," be enabled",{"type":13,"tag":793,"props":2712,"children":2714},{"name":2713},"VUID-VkRenderPassBeginInfo-perViewRenderAreaCount-07860",[2715],{"type":13,"tag":14,"props":2716,"children":2717},{},[2718,2719,2724,2725,2729,2730,2735,2736,2741,2743,2748,2751],{"type":18,"value":748},{"type":13,"tag":21,"props":2720,"children":2722},{"className":2721},[],[2723],{"type":18,"value":702},{"type":18,"value":2675},{"type":13,"tag":422,"props":2726,"children":2727},{"href":684},[2728],{"type":18,"value":687},{"type":18,"value":2681},{"type":13,"tag":21,"props":2731,"children":2733},{"className":2732},[],[2734],{"type":18,"value":438},{"type":18,"value":2688},{"type":13,"tag":21,"props":2737,"children":2739},{"className":2738},[],[2740],{"type":18,"value":710},{"type":18,"value":2742},", then ",{"type":13,"tag":21,"props":2744,"children":2746},{"className":2745},[],[2747],{"type":18,"value":479},{"type":13,"tag":583,"props":2749,"children":2750},{"type":585},[],{"type":18,"value":2752}," specify a render area that includes the union of all per view\nrender areas",{"type":13,"tag":793,"props":2754,"children":2756},{"name":2755},"VUID-VkRenderPassBeginInfo-pNext-09539",[2757],{"type":13,"tag":14,"props":2758,"children":2759},{},[2760,2761,2766,2768,2774,2776,2782,2783,2789,2790,2793,2795],{"type":18,"value":748},{"type":13,"tag":21,"props":2762,"children":2764},{"className":2763},[],[2765],{"type":18,"value":438},{"type":18,"value":2767}," chain contains a ",{"type":13,"tag":422,"props":2769,"children":2771},{"href":2770},"/man/VkRenderPassStripeBeginInfoARM",[2772],{"type":18,"value":2773},"VkRenderPassStripeBeginInfoARM",{"type":18,"value":2775},"\nstructure, the union of stripe areas defined by the elements of\n",{"type":13,"tag":422,"props":2777,"children":2779},{"href":2778},"/man/VkRenderPassStripeInfoARM",[2780],{"type":18,"value":2781},"VkRenderPassStripeInfoARM",{"type":18,"value":223},{"type":13,"tag":21,"props":2784,"children":2786},{"className":2785},[],[2787],{"type":18,"value":2788},"pStripeInfos",{"type":18,"value":628},{"type":13,"tag":583,"props":2791,"children":2792},{"type":585},[],{"type":18,"value":2794}," cover the\n",{"type":13,"tag":21,"props":2796,"children":2798},{"className":2797},[],[2799],{"type":18,"value":479},{"type":13,"tag":788,"props":2801,"children":2803},{"name":2802},"Valid Usage (Implicit)",[2804,2827,2893,2919,2945,2969],{"type":13,"tag":793,"props":2805,"children":2807},{"name":2806},"VUID-VkRenderPassBeginInfo-sType-sType",[2808],{"type":13,"tag":14,"props":2809,"children":2810},{},[2811,2816,2817,2820,2821],{"type":13,"tag":21,"props":2812,"children":2814},{"className":2813},[],[2815],{"type":18,"value":418},{"type":18,"value":628},{"type":13,"tag":583,"props":2818,"children":2819},{"type":585},[],{"type":18,"value":899},{"type":13,"tag":21,"props":2822,"children":2824},{"className":2823},[],[2825],{"type":18,"value":2826},"VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO",{"type":13,"tag":793,"props":2828,"children":2830},{"name":2829},"VUID-VkRenderPassBeginInfo-pNext-pNext",[2831],{"type":13,"tag":14,"props":2832,"children":2833},{},[2834,2836,2841,2843,2848,2849,2852,2854,2859,2861,2865,2866,2870,2871,2875,2876,2882,2883,2887,2889],{"type":18,"value":2835},"Each ",{"type":13,"tag":21,"props":2837,"children":2839},{"className":2838},[],[2840],{"type":18,"value":438},{"type":18,"value":2842}," member of any structure (including this one) in the ",{"type":13,"tag":21,"props":2844,"children":2846},{"className":2845},[],[2847],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2850,"children":2851},{"type":585},[],{"type":18,"value":2853}," be either ",{"type":13,"tag":21,"props":2855,"children":2857},{"className":2856},[],[2858],{"type":18,"value":446},{"type":18,"value":2860}," or a pointer to a valid instance of ",{"type":13,"tag":422,"props":2862,"children":2863},{"href":945},[2864],{"type":18,"value":948},{"type":18,"value":858},{"type":13,"tag":422,"props":2867,"children":2868},{"href":684},[2869],{"type":18,"value":687},{"type":18,"value":858},{"type":13,"tag":422,"props":2872,"children":2873},{"href":1373},[2874],{"type":18,"value":1376},{"type":18,"value":858},{"type":13,"tag":422,"props":2877,"children":2879},{"href":2878},"/man/VkRenderPassSampleLocationsBeginInfoEXT",[2880],{"type":18,"value":2881},"VkRenderPassSampleLocationsBeginInfoEXT",{"type":18,"value":858},{"type":13,"tag":422,"props":2884,"children":2885},{"href":2770},[2886],{"type":18,"value":2773},{"type":18,"value":2888},", or ",{"type":13,"tag":422,"props":2890,"children":2891},{"href":591},[2892],{"type":18,"value":594},{"type":13,"tag":793,"props":2894,"children":2896},{"name":2895},"VUID-VkRenderPassBeginInfo-sType-unique",[2897],{"type":13,"tag":14,"props":2898,"children":2899},{},[2900,2901,2906,2908,2913,2914,2917],{"type":18,"value":19},{"type":13,"tag":21,"props":2902,"children":2904},{"className":2903},[],[2905],{"type":18,"value":418},{"type":18,"value":2907}," value of each struct in the ",{"type":13,"tag":21,"props":2909,"children":2911},{"className":2910},[],[2912],{"type":18,"value":438},{"type":18,"value":1443},{"type":13,"tag":583,"props":2915,"children":2916},{"type":585},[],{"type":18,"value":2918}," be unique",{"type":13,"tag":793,"props":2920,"children":2922},{"name":2921},"VUID-VkRenderPassBeginInfo-renderPass-parameter",[2923],{"type":13,"tag":14,"props":2924,"children":2925},{},[2926,2931,2932,2935,2937,2943],{"type":13,"tag":21,"props":2927,"children":2929},{"className":2928},[],[2930],{"type":18,"value":457},{"type":18,"value":628},{"type":13,"tag":583,"props":2933,"children":2934},{"type":585},[],{"type":18,"value":2936}," be a valid ",{"type":13,"tag":422,"props":2938,"children":2940},{"href":2939},"/man/VkRenderPass",[2941],{"type":18,"value":2942},"VkRenderPass",{"type":18,"value":2944}," handle",{"type":13,"tag":793,"props":2946,"children":2948},{"name":2947},"VUID-VkRenderPassBeginInfo-framebuffer-parameter",[2949],{"type":13,"tag":14,"props":2950,"children":2951},{},[2952,2957,2958,2961,2962,2968],{"type":13,"tag":21,"props":2953,"children":2955},{"className":2954},[],[2956],{"type":18,"value":468},{"type":18,"value":628},{"type":13,"tag":583,"props":2959,"children":2960},{"type":585},[],{"type":18,"value":2936},{"type":13,"tag":422,"props":2963,"children":2965},{"href":2964},"/man/VkFramebuffer",[2966],{"type":18,"value":2967},"VkFramebuffer",{"type":18,"value":2944},{"type":13,"tag":793,"props":2970,"children":2972},{"name":2971},"VUID-VkRenderPassBeginInfo-commonparent",[2973],{"type":13,"tag":14,"props":2974,"children":2975},{},[2976,2978,2983,2985,2990,2991,2994,2996],{"type":18,"value":2977},"Both of ",{"type":13,"tag":21,"props":2979,"children":2981},{"className":2980},[],[2982],{"type":18,"value":468},{"type":18,"value":2984},", and ",{"type":13,"tag":21,"props":2986,"children":2988},{"className":2987},[],[2989],{"type":18,"value":457},{"type":18,"value":628},{"type":13,"tag":583,"props":2992,"children":2993},{"type":585},[],{"type":18,"value":2995}," have been created, allocated, or retrieved from the same ",{"type":13,"tag":422,"props":2997,"children":2998},{"href":1528},[2999],{"type":18,"value":1531},{"type":13,"tag":3001,"props":3002,"children":3003},"style",{},[3004],{"type":18,"value":3005},"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":3007},[],"markdown",1725732582776]