[{"data":1,"prerenderedAt":2629},["ShallowReactive",2],{"eBDeSKzQVH":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":2628,"_id":4},"VkAttachmentDescription2","Structure specifying an attachment description","VK_VERSION_1_2","structs",[],{"type":10,"children":11,"toc":2626},"root",[12,28,553,558,623,812,825,870,942,987,1025,2318,2620],{"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,185],{"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 VkAttachmentDescription2 {\n VkStructureType sType;\n const void* pNext;\n VkAttachmentDescriptionFlags flags;\n VkFormat format;\n VkSampleCountFlagBits samples;\n VkAttachmentLoadOp loadOp;\n VkAttachmentStoreOp storeOp;\n VkAttachmentLoadOp stencilLoadOp;\n VkAttachmentStoreOp stencilStoreOp;\n VkImageLayout initialLayout;\n VkImageLayout finalLayout;\n} VkAttachmentDescription2;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,122,131,140,149,158,167,176],{"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}," VkAttachmentDescription2 {\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}," VkAttachmentDescriptionFlags flags;\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}," VkFormat format;\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}," VkSampleCountFlagBits samples;\n",{"type":13,"tag":45,"props":123,"children":125},{"class":47,"line":124},7,[126],{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," VkAttachmentLoadOp loadOp;\n",{"type":13,"tag":45,"props":132,"children":134},{"class":47,"line":133},8,[135],{"type":13,"tag":45,"props":136,"children":137},{"style":63},[138],{"type":18,"value":139}," VkAttachmentStoreOp storeOp;\n",{"type":13,"tag":45,"props":141,"children":143},{"class":47,"line":142},9,[144],{"type":13,"tag":45,"props":145,"children":146},{"style":63},[147],{"type":18,"value":148}," VkAttachmentLoadOp stencilLoadOp;\n",{"type":13,"tag":45,"props":150,"children":152},{"class":47,"line":151},10,[153],{"type":13,"tag":45,"props":154,"children":155},{"style":63},[156],{"type":18,"value":157}," VkAttachmentStoreOp stencilStoreOp;\n",{"type":13,"tag":45,"props":159,"children":161},{"class":47,"line":160},11,[162],{"type":13,"tag":45,"props":163,"children":164},{"style":63},[165],{"type":18,"value":166}," VkImageLayout initialLayout;\n",{"type":13,"tag":45,"props":168,"children":170},{"class":47,"line":169},12,[171],{"type":13,"tag":45,"props":172,"children":173},{"style":63},[174],{"type":18,"value":175}," VkImageLayout finalLayout;\n",{"type":13,"tag":45,"props":177,"children":179},{"class":47,"line":178},13,[180],{"type":13,"tag":45,"props":181,"children":182},{"style":63},[183],{"type":18,"value":184},"} VkAttachmentDescription2;\n",{"type":13,"tag":33,"props":186,"children":191},{"className":187,"code":188,"filename":189,"language":190,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct AttachmentDescription2 {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::AttachmentDescriptionFlags,\n format: vk::Format,\n samples: SampleCountFlags,\n load_op: vk::AttachmentLoadOp, // Load operation for color or depth data\n store_op: vk::AttachmentStoreOp, // Store operation for color or depth data\n stencil_load_op: vk::AttachmentLoadOp, // Load operation for stencil data\n stencil_store_op: vk::AttachmentStoreOp, // Store operation for stencil data\n initial_layout: vk::ImageLayout,\n final_layout: vk::ImageLayout,\n}\n","Rust","rs",[192],{"type":13,"tag":21,"props":193,"children":194},{"__ignoreMap":39},[195,218,251,273,302,331,352,388,422,455,488,517,545],{"type":13,"tag":45,"props":196,"children":197},{"class":47,"line":48},[198,203,207,213],{"type":13,"tag":45,"props":199,"children":200},{"style":52},[201],{"type":18,"value":202},"pub",{"type":13,"tag":45,"props":204,"children":205},{"style":52},[206],{"type":18,"value":60},{"type":13,"tag":45,"props":208,"children":210},{"style":209},"--shiki-default:#953800;--shiki-dark:#FFA657",[211],{"type":18,"value":212}," AttachmentDescription2",{"type":13,"tag":45,"props":214,"children":215},{"style":63},[216],{"type":18,"value":217}," {\n",{"type":13,"tag":45,"props":219,"children":220},{"class":47,"line":69},[221,226,231,236,241,246],{"type":13,"tag":45,"props":222,"children":223},{"style":63},[224],{"type":18,"value":225}," s_type",{"type":13,"tag":45,"props":227,"children":228},{"style":52},[229],{"type":18,"value":230},":",{"type":13,"tag":45,"props":232,"children":233},{"style":209},[234],{"type":18,"value":235}," vk",{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":240},"::",{"type":13,"tag":45,"props":242,"children":243},{"style":209},[244],{"type":18,"value":245},"StructureType",{"type":13,"tag":45,"props":247,"children":248},{"style":63},[249],{"type":18,"value":250},",\n",{"type":13,"tag":45,"props":252,"children":253},{"class":47,"line":78},[254,259,263,268],{"type":13,"tag":45,"props":255,"children":256},{"style":63},[257],{"type":18,"value":258}," p_next",{"type":13,"tag":45,"props":260,"children":261},{"style":52},[262],{"type":18,"value":230},{"type":13,"tag":45,"props":264,"children":265},{"style":52},[266],{"type":18,"value":267}," *const",{"type":13,"tag":45,"props":269,"children":270},{"style":63},[271],{"type":18,"value":272}," c_void,\n",{"type":13,"tag":45,"props":274,"children":275},{"class":47,"line":97},[276,281,285,289,293,298],{"type":13,"tag":45,"props":277,"children":278},{"style":63},[279],{"type":18,"value":280}," flags",{"type":13,"tag":45,"props":282,"children":283},{"style":52},[284],{"type":18,"value":230},{"type":13,"tag":45,"props":286,"children":287},{"style":209},[288],{"type":18,"value":235},{"type":13,"tag":45,"props":290,"children":291},{"style":52},[292],{"type":18,"value":240},{"type":13,"tag":45,"props":294,"children":295},{"style":209},[296],{"type":18,"value":297},"AttachmentDescriptionFlags",{"type":13,"tag":45,"props":299,"children":300},{"style":63},[301],{"type":18,"value":250},{"type":13,"tag":45,"props":303,"children":304},{"class":47,"line":106},[305,310,314,318,322,327],{"type":13,"tag":45,"props":306,"children":307},{"style":63},[308],{"type":18,"value":309}," format",{"type":13,"tag":45,"props":311,"children":312},{"style":52},[313],{"type":18,"value":230},{"type":13,"tag":45,"props":315,"children":316},{"style":209},[317],{"type":18,"value":235},{"type":13,"tag":45,"props":319,"children":320},{"style":52},[321],{"type":18,"value":240},{"type":13,"tag":45,"props":323,"children":324},{"style":209},[325],{"type":18,"value":326},"Format",{"type":13,"tag":45,"props":328,"children":329},{"style":63},[330],{"type":18,"value":250},{"type":13,"tag":45,"props":332,"children":333},{"class":47,"line":115},[334,339,343,348],{"type":13,"tag":45,"props":335,"children":336},{"style":63},[337],{"type":18,"value":338}," samples",{"type":13,"tag":45,"props":340,"children":341},{"style":52},[342],{"type":18,"value":230},{"type":13,"tag":45,"props":344,"children":345},{"style":209},[346],{"type":18,"value":347}," SampleCountFlags",{"type":13,"tag":45,"props":349,"children":350},{"style":63},[351],{"type":18,"value":250},{"type":13,"tag":45,"props":353,"children":354},{"class":47,"line":124},[355,360,364,368,372,377,382],{"type":13,"tag":45,"props":356,"children":357},{"style":63},[358],{"type":18,"value":359}," load_op",{"type":13,"tag":45,"props":361,"children":362},{"style":52},[363],{"type":18,"value":230},{"type":13,"tag":45,"props":365,"children":366},{"style":209},[367],{"type":18,"value":235},{"type":13,"tag":45,"props":369,"children":370},{"style":52},[371],{"type":18,"value":240},{"type":13,"tag":45,"props":373,"children":374},{"style":209},[375],{"type":18,"value":376},"AttachmentLoadOp",{"type":13,"tag":45,"props":378,"children":379},{"style":63},[380],{"type":18,"value":381},", ",{"type":13,"tag":45,"props":383,"children":385},{"style":384},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[386],{"type":18,"value":387},"// Load operation for color or depth data\n",{"type":13,"tag":45,"props":389,"children":390},{"class":47,"line":133},[391,396,400,404,408,413,417],{"type":13,"tag":45,"props":392,"children":393},{"style":63},[394],{"type":18,"value":395}," store_op",{"type":13,"tag":45,"props":397,"children":398},{"style":52},[399],{"type":18,"value":230},{"type":13,"tag":45,"props":401,"children":402},{"style":209},[403],{"type":18,"value":235},{"type":13,"tag":45,"props":405,"children":406},{"style":52},[407],{"type":18,"value":240},{"type":13,"tag":45,"props":409,"children":410},{"style":209},[411],{"type":18,"value":412},"AttachmentStoreOp",{"type":13,"tag":45,"props":414,"children":415},{"style":63},[416],{"type":18,"value":381},{"type":13,"tag":45,"props":418,"children":419},{"style":384},[420],{"type":18,"value":421},"// Store operation for color or depth data\n",{"type":13,"tag":45,"props":423,"children":424},{"class":47,"line":142},[425,430,434,438,442,446,450],{"type":13,"tag":45,"props":426,"children":427},{"style":63},[428],{"type":18,"value":429}," stencil_load_op",{"type":13,"tag":45,"props":431,"children":432},{"style":52},[433],{"type":18,"value":230},{"type":13,"tag":45,"props":435,"children":436},{"style":209},[437],{"type":18,"value":235},{"type":13,"tag":45,"props":439,"children":440},{"style":52},[441],{"type":18,"value":240},{"type":13,"tag":45,"props":443,"children":444},{"style":209},[445],{"type":18,"value":376},{"type":13,"tag":45,"props":447,"children":448},{"style":63},[449],{"type":18,"value":381},{"type":13,"tag":45,"props":451,"children":452},{"style":384},[453],{"type":18,"value":454},"// Load operation for stencil data\n",{"type":13,"tag":45,"props":456,"children":457},{"class":47,"line":151},[458,463,467,471,475,479,483],{"type":13,"tag":45,"props":459,"children":460},{"style":63},[461],{"type":18,"value":462}," stencil_store_op",{"type":13,"tag":45,"props":464,"children":465},{"style":52},[466],{"type":18,"value":230},{"type":13,"tag":45,"props":468,"children":469},{"style":209},[470],{"type":18,"value":235},{"type":13,"tag":45,"props":472,"children":473},{"style":52},[474],{"type":18,"value":240},{"type":13,"tag":45,"props":476,"children":477},{"style":209},[478],{"type":18,"value":412},{"type":13,"tag":45,"props":480,"children":481},{"style":63},[482],{"type":18,"value":381},{"type":13,"tag":45,"props":484,"children":485},{"style":384},[486],{"type":18,"value":487},"// Store operation for stencil data\n",{"type":13,"tag":45,"props":489,"children":490},{"class":47,"line":160},[491,496,500,504,508,513],{"type":13,"tag":45,"props":492,"children":493},{"style":63},[494],{"type":18,"value":495}," initial_layout",{"type":13,"tag":45,"props":497,"children":498},{"style":52},[499],{"type":18,"value":230},{"type":13,"tag":45,"props":501,"children":502},{"style":209},[503],{"type":18,"value":235},{"type":13,"tag":45,"props":505,"children":506},{"style":52},[507],{"type":18,"value":240},{"type":13,"tag":45,"props":509,"children":510},{"style":209},[511],{"type":18,"value":512},"ImageLayout",{"type":13,"tag":45,"props":514,"children":515},{"style":63},[516],{"type":18,"value":250},{"type":13,"tag":45,"props":518,"children":519},{"class":47,"line":169},[520,525,529,533,537,541],{"type":13,"tag":45,"props":521,"children":522},{"style":63},[523],{"type":18,"value":524}," final_layout",{"type":13,"tag":45,"props":526,"children":527},{"style":52},[528],{"type":18,"value":230},{"type":13,"tag":45,"props":530,"children":531},{"style":209},[532],{"type":18,"value":235},{"type":13,"tag":45,"props":534,"children":535},{"style":52},[536],{"type":18,"value":240},{"type":13,"tag":45,"props":538,"children":539},{"style":209},[540],{"type":18,"value":512},{"type":13,"tag":45,"props":542,"children":543},{"style":63},[544],{"type":18,"value":250},{"type":13,"tag":45,"props":546,"children":547},{"class":47,"line":178},[548],{"type":13,"tag":45,"props":549,"children":550},{"style":63},[551],{"type":18,"value":552},"}\n",{"type":13,"tag":14,"props":554,"children":555},{},[556],{"type":18,"value":557},"or the equivalent",{"type":13,"tag":29,"props":559,"children":560},{},[561,580],{"type":13,"tag":33,"props":562,"children":564},{"className":35,"code":563,"filename":37,"language":38,"meta":39,"style":39},"typedef VkAttachmentDescription2 VkAttachmentDescription2KHR;\n",[565],{"type":13,"tag":21,"props":566,"children":567},{"__ignoreMap":39},[568],{"type":13,"tag":45,"props":569,"children":570},{"class":47,"line":48},[571,575],{"type":13,"tag":45,"props":572,"children":573},{"style":52},[574],{"type":18,"value":55},{"type":13,"tag":45,"props":576,"children":577},{"style":63},[578],{"type":18,"value":579}," VkAttachmentDescription2 VkAttachmentDescription2KHR;\n",{"type":13,"tag":33,"props":581,"children":583},{"className":187,"code":582,"filename":189,"language":190,"meta":39,"style":39},"type AttachmentDescription2KHR = vk::AttachmentDescription2;\n",[584],{"type":13,"tag":21,"props":585,"children":586},{"__ignoreMap":39},[587],{"type":13,"tag":45,"props":588,"children":589},{"class":47,"line":48},[590,595,600,605,609,613,618],{"type":13,"tag":45,"props":591,"children":592},{"style":52},[593],{"type":18,"value":594},"type",{"type":13,"tag":45,"props":596,"children":597},{"style":209},[598],{"type":18,"value":599}," AttachmentDescription2KHR",{"type":13,"tag":45,"props":601,"children":602},{"style":52},[603],{"type":18,"value":604}," =",{"type":13,"tag":45,"props":606,"children":607},{"style":209},[608],{"type":18,"value":235},{"type":13,"tag":45,"props":610,"children":611},{"style":52},[612],{"type":18,"value":240},{"type":13,"tag":45,"props":614,"children":615},{"style":209},[616],{"type":18,"value":617},"AttachmentDescription2",{"type":13,"tag":45,"props":619,"children":620},{"style":63},[621],{"type":18,"value":622},";\n",{"type":13,"tag":624,"props":625,"children":626},"ul",{},[627,648,667,686,704,722,740,758,774,790,801],{"type":13,"tag":628,"props":629,"children":630},"li",{},[631,637,639,646],{"type":13,"tag":21,"props":632,"children":634},{"className":633},[],[635],{"type":18,"value":636},"sType",{"type":18,"value":638}," is a ",{"type":13,"tag":640,"props":641,"children":643},"a",{"href":642},"/man/VkStructureType",[644],{"type":18,"value":645},"VkStructureType",{"type":18,"value":647}," value identifying this structure.",{"type":13,"tag":628,"props":649,"children":650},{},[651,657,659,665],{"type":13,"tag":21,"props":652,"children":654},{"className":653},[],[655],{"type":18,"value":656},"pNext",{"type":18,"value":658}," is ",{"type":13,"tag":21,"props":660,"children":662},{"className":661},[],[663],{"type":18,"value":664},"NULL",{"type":18,"value":666}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":628,"props":668,"children":669},{},[670,676,678,684],{"type":13,"tag":21,"props":671,"children":673},{"className":672},[],[674],{"type":18,"value":675},"flags",{"type":18,"value":677}," is a bitmask of ",{"type":13,"tag":640,"props":679,"children":681},{"href":680},"/man/VkAttachmentDescriptionFlagBits",[682],{"type":18,"value":683},"VkAttachmentDescriptionFlagBits",{"type":18,"value":685},"\nspecifying additional properties of the attachment.",{"type":13,"tag":628,"props":687,"children":688},{},[689,695,696,702],{"type":13,"tag":21,"props":690,"children":692},{"className":691},[],[693],{"type":18,"value":694},"format",{"type":18,"value":638},{"type":13,"tag":640,"props":697,"children":699},{"href":698},"/man/VkFormat",[700],{"type":18,"value":701},"VkFormat",{"type":18,"value":703}," value specifying the format of the\nimage that will be used for the attachment.",{"type":13,"tag":628,"props":705,"children":706},{},[707,713,714,720],{"type":13,"tag":21,"props":708,"children":710},{"className":709},[],[711],{"type":18,"value":712},"samples",{"type":18,"value":638},{"type":13,"tag":640,"props":715,"children":717},{"href":716},"/man/VkSampleCountFlagBits",[718],{"type":18,"value":719},"VkSampleCountFlagBits",{"type":18,"value":721}," value specifying the\nnumber of samples of the image.",{"type":13,"tag":628,"props":723,"children":724},{},[725,731,732,738],{"type":13,"tag":21,"props":726,"children":728},{"className":727},[],[729],{"type":18,"value":730},"loadOp",{"type":18,"value":638},{"type":13,"tag":640,"props":733,"children":735},{"href":734},"/man/VkAttachmentLoadOp",[736],{"type":18,"value":737},"VkAttachmentLoadOp",{"type":18,"value":739}," value specifying how the\ncontents of color and depth components of the attachment are treated at\nthe beginning of the subpass where it is first used.",{"type":13,"tag":628,"props":741,"children":742},{},[743,749,750,756],{"type":13,"tag":21,"props":744,"children":746},{"className":745},[],[747],{"type":18,"value":748},"storeOp",{"type":18,"value":638},{"type":13,"tag":640,"props":751,"children":753},{"href":752},"/man/VkAttachmentStoreOp",[754],{"type":18,"value":755},"VkAttachmentStoreOp",{"type":18,"value":757}," value specifying how the\ncontents of color and depth components of the attachment are treated at\nthe end of the subpass where it is last used.",{"type":13,"tag":628,"props":759,"children":760},{},[761,767,768,772],{"type":13,"tag":21,"props":762,"children":764},{"className":763},[],[765],{"type":18,"value":766},"stencilLoadOp",{"type":18,"value":638},{"type":13,"tag":640,"props":769,"children":770},{"href":734},[771],{"type":18,"value":737},{"type":18,"value":773}," value specifying how\nthe contents of stencil components of the attachment are treated at the\nbeginning of the subpass where it is first used.",{"type":13,"tag":628,"props":775,"children":776},{},[777,783,784,788],{"type":13,"tag":21,"props":778,"children":780},{"className":779},[],[781],{"type":18,"value":782},"stencilStoreOp",{"type":18,"value":638},{"type":13,"tag":640,"props":785,"children":786},{"href":752},[787],{"type":18,"value":755},{"type":18,"value":789}," value specifying how\nthe contents of stencil components of the attachment are treated at the\nend of the last subpass where it is used.",{"type":13,"tag":628,"props":791,"children":792},{},[793,799],{"type":13,"tag":21,"props":794,"children":796},{"className":795},[],[797],{"type":18,"value":798},"initialLayout",{"type":18,"value":800}," is the layout the attachment image subresource will\nbe in when a render pass instance begins.",{"type":13,"tag":628,"props":802,"children":803},{},[804,810],{"type":13,"tag":21,"props":805,"children":807},{"className":806},[],[808],{"type":18,"value":809},"finalLayout",{"type":18,"value":811}," is the layout the attachment image subresource will be\ntransitioned to when a render pass instance ends.",{"type":13,"tag":14,"props":813,"children":814},{},[815,817,823],{"type":18,"value":816},"Parameters defined by this structure with the same name as those in\n",{"type":13,"tag":640,"props":818,"children":820},{"href":819},"/man/VkAttachmentDescription",[821],{"type":18,"value":822},"VkAttachmentDescription",{"type":18,"value":824}," have the identical effect to those parameters.",{"type":13,"tag":14,"props":826,"children":827},{},[828,830,840,842,847,849,854,856,861,863,868],{"type":18,"value":829},"If the ",{"type":13,"tag":640,"props":831,"children":833},{"href":832},"/man/VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures#features-separateDepthStencilLayouts",[834],{"type":13,"tag":21,"props":835,"children":837},{"className":836},[],[838],{"type":18,"value":839},"separateDepthStencilLayouts",{"type":18,"value":841}," feature is enabled, and ",{"type":13,"tag":21,"props":843,"children":845},{"className":844},[],[846],{"type":18,"value":694},{"type":18,"value":848}," is\na depth/stencil format, ",{"type":13,"tag":21,"props":850,"children":852},{"className":851},[],[853],{"type":18,"value":798},{"type":18,"value":855}," and ",{"type":13,"tag":21,"props":857,"children":859},{"className":858},[],[860],{"type":18,"value":809},{"type":18,"value":862}," ",{"type":13,"tag":864,"props":865,"children":867},"normative",{"type":866},"can",[],{"type":18,"value":869}," be\nset to a layout that only specifies the layout of the depth aspect.",{"type":13,"tag":14,"props":871,"children":872},{},[873,874,879,881,887,889,895,896,902,904,909,910,915,917,921,923,927,929,934,935,940],{"type":18,"value":829},{"type":13,"tag":21,"props":875,"children":877},{"className":876},[],[878],{"type":18,"value":656},{"type":18,"value":880}," chain includes a\n",{"type":13,"tag":640,"props":882,"children":884},{"href":883},"/man/VkAttachmentDescriptionStencilLayout",[885],{"type":18,"value":886},"VkAttachmentDescriptionStencilLayout",{"type":18,"value":888}," structure, then the\n",{"type":13,"tag":21,"props":890,"children":892},{"className":891},[],[893],{"type":18,"value":894},"stencilInitialLayout",{"type":18,"value":855},{"type":13,"tag":21,"props":897,"children":899},{"className":898},[],[900],{"type":18,"value":901},"stencilFinalLayout",{"type":18,"value":903}," members specify the\ninitial and final layouts of the stencil aspect of a depth/stencil format,\nand ",{"type":13,"tag":21,"props":905,"children":907},{"className":906},[],[908],{"type":18,"value":798},{"type":18,"value":855},{"type":13,"tag":21,"props":911,"children":913},{"className":912},[],[914],{"type":18,"value":809},{"type":18,"value":916}," only apply to the depth\naspect.\nFor depth-only formats, the ",{"type":13,"tag":640,"props":918,"children":919},{"href":883},[920],{"type":18,"value":886},{"type":18,"value":922},"\nstructure is ignored.\nFor stencil-only formats, the initial and final layouts of the stencil\naspect are taken from the ",{"type":13,"tag":640,"props":924,"children":925},{"href":883},[926],{"type":18,"value":886},{"type":18,"value":928},"\nstructure if present, or ",{"type":13,"tag":21,"props":930,"children":932},{"className":931},[],[933],{"type":18,"value":798},{"type":18,"value":855},{"type":13,"tag":21,"props":936,"children":938},{"className":937},[],[939],{"type":18,"value":809},{"type":18,"value":941}," if not\npresent.",{"type":13,"tag":14,"props":943,"children":944},{},[945,947,952,954,959,961,966,968,972,974,978,980,985],{"type":18,"value":946},"If ",{"type":13,"tag":21,"props":948,"children":950},{"className":949},[],[951],{"type":18,"value":694},{"type":18,"value":953}," is a depth/stencil format, and either ",{"type":13,"tag":21,"props":955,"children":957},{"className":956},[],[958],{"type":18,"value":798},{"type":18,"value":960}," or\n",{"type":13,"tag":21,"props":962,"children":964},{"className":963},[],[965],{"type":18,"value":809},{"type":18,"value":967}," does not specify a layout for the stencil aspect, then the\napplication ",{"type":13,"tag":864,"props":969,"children":971},{"type":970},"must",[],{"type":18,"value":973}," specify the initial and final layouts of the stencil\naspect by including a ",{"type":13,"tag":640,"props":975,"children":976},{"href":883},[977],{"type":18,"value":886},{"type":18,"value":979}," structure\nin the ",{"type":13,"tag":21,"props":981,"children":983},{"className":982},[],[984],{"type":18,"value":656},{"type":18,"value":986}," chain.",{"type":13,"tag":14,"props":988,"children":989},{},[990,995,996,1001,1003,1008,1010,1015,1017,1023],{"type":13,"tag":21,"props":991,"children":993},{"className":992},[],[994],{"type":18,"value":730},{"type":18,"value":855},{"type":13,"tag":21,"props":997,"children":999},{"className":998},[],[1000],{"type":18,"value":748},{"type":18,"value":1002}," are ignored for fragment shading rate\nattachments.\nNo access to the shading rate attachment is performed in ",{"type":13,"tag":21,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":18,"value":730},{"type":18,"value":1009}," and\n",{"type":13,"tag":21,"props":1011,"children":1013},{"className":1012},[],[1014],{"type":18,"value":748},{"type":18,"value":1016},".\nInstead, access to\n",{"type":13,"tag":21,"props":1018,"children":1020},{"className":1019},[],[1021],{"type":18,"value":1022},"VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR",{"type":18,"value":1024}," is performed\nas fragments are rasterized.",{"type":13,"tag":1026,"props":1027,"children":1029},"validity-group",{"name":1028},"Valid Usage",[1030,1078,1108,1146,1178,1213,1242,1279,1314,1372,1423,1470,1517,1553,1588,1624,1659,1702,1740,1775,1807,1852,1887,1919,1975,2034,2086,2133,2181,2227,2263],{"type":13,"tag":1031,"props":1032,"children":1034},"validity-field",{"name":1033},"VUID-VkAttachmentDescription2-format-06699",[1035],{"type":13,"tag":14,"props":1036,"children":1037},{},[1038,1039,1044,1046,1051,1053,1059,1061,1066,1067,1070,1072],{"type":18,"value":946},{"type":13,"tag":21,"props":1040,"children":1042},{"className":1041},[],[1043],{"type":18,"value":694},{"type":18,"value":1045}," includes a color or depth component and ",{"type":13,"tag":21,"props":1047,"children":1049},{"className":1048},[],[1050],{"type":18,"value":730},{"type":18,"value":1052}," is\n",{"type":13,"tag":21,"props":1054,"children":1056},{"className":1055},[],[1057],{"type":18,"value":1058},"VK_ATTACHMENT_LOAD_OP_LOAD",{"type":18,"value":1060},", then ",{"type":13,"tag":21,"props":1062,"children":1064},{"className":1063},[],[1065],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1068,"children":1069},{"type":970},[],{"type":18,"value":1071}," not be\n",{"type":13,"tag":21,"props":1073,"children":1075},{"className":1074},[],[1076],{"type":18,"value":1077},"VK_IMAGE_LAYOUT_UNDEFINED",{"type":13,"tag":1031,"props":1079,"children":1081},{"name":1080},"VUID-VkAttachmentDescription2-finalLayout-00843",[1082],{"type":13,"tag":14,"props":1083,"children":1084},{},[1085,1090,1091,1094,1096,1101,1102],{"type":13,"tag":21,"props":1086,"children":1088},{"className":1087},[],[1089],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1092,"children":1093},{"type":970},[],{"type":18,"value":1095}," not be ",{"type":13,"tag":21,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":18,"value":1077},{"type":18,"value":960},{"type":13,"tag":21,"props":1103,"children":1105},{"className":1104},[],[1106],{"type":18,"value":1107},"VK_IMAGE_LAYOUT_PREINITIALIZED",{"type":13,"tag":1031,"props":1109,"children":1111},{"name":1110},"VUID-VkAttachmentDescription2-format-03280",[1112],{"type":13,"tag":14,"props":1113,"children":1114},{},[1115,1116,1121,1123,1128,1129,1132,1133,1139,1140],{"type":18,"value":946},{"type":13,"tag":21,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":18,"value":694},{"type":18,"value":1122}," is a color format, ",{"type":13,"tag":21,"props":1124,"children":1126},{"className":1125},[],[1127],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1130,"children":1131},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":18,"value":1138},"VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL",{"type":18,"value":960},{"type":13,"tag":21,"props":1141,"children":1143},{"className":1142},[],[1144],{"type":18,"value":1145},"VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL",{"type":13,"tag":1031,"props":1147,"children":1149},{"name":1148},"VUID-VkAttachmentDescription2-format-03281",[1150],{"type":13,"tag":14,"props":1151,"children":1152},{},[1153,1154,1159,1161,1166,1167,1170,1172],{"type":18,"value":946},{"type":13,"tag":21,"props":1155,"children":1157},{"className":1156},[],[1158],{"type":18,"value":694},{"type":18,"value":1160}," is a depth/stencil format, ",{"type":13,"tag":21,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1168,"children":1169},{"type":970},[],{"type":18,"value":1171}," not\nbe ",{"type":13,"tag":21,"props":1173,"children":1175},{"className":1174},[],[1176],{"type":18,"value":1177},"VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL",{"type":13,"tag":1031,"props":1179,"children":1181},{"name":1180},"VUID-VkAttachmentDescription2-format-03282",[1182],{"type":13,"tag":14,"props":1183,"children":1184},{},[1185,1186,1191,1192,1197,1198,1201,1202,1207,1208],{"type":18,"value":946},{"type":13,"tag":21,"props":1187,"children":1189},{"className":1188},[],[1190],{"type":18,"value":694},{"type":18,"value":1122},{"type":13,"tag":21,"props":1193,"children":1195},{"className":1194},[],[1196],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1199,"children":1200},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1203,"children":1205},{"className":1204},[],[1206],{"type":18,"value":1138},{"type":18,"value":960},{"type":13,"tag":21,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":18,"value":1145},{"type":13,"tag":1031,"props":1214,"children":1216},{"name":1215},"VUID-VkAttachmentDescription2-format-03283",[1217],{"type":13,"tag":14,"props":1218,"children":1219},{},[1220,1221,1226,1227,1232,1233,1236,1237],{"type":18,"value":946},{"type":13,"tag":21,"props":1222,"children":1224},{"className":1223},[],[1225],{"type":18,"value":694},{"type":18,"value":1160},{"type":13,"tag":21,"props":1228,"children":1230},{"className":1229},[],[1231],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1234,"children":1235},{"type":970},[],{"type":18,"value":1171},{"type":13,"tag":21,"props":1238,"children":1240},{"className":1239},[],[1241],{"type":18,"value":1177},{"type":13,"tag":1031,"props":1243,"children":1245},{"name":1244},"VUID-VkAttachmentDescription2-format-06487",[1246],{"type":13,"tag":14,"props":1247,"children":1248},{},[1249,1250,1255,1256,1261,1262,1265,1266,1272,1273],{"type":18,"value":946},{"type":13,"tag":21,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":18,"value":694},{"type":18,"value":1122},{"type":13,"tag":21,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1263,"children":1264},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1267,"children":1269},{"className":1268},[],[1270],{"type":18,"value":1271},"VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL",{"type":18,"value":960},{"type":13,"tag":21,"props":1274,"children":1276},{"className":1275},[],[1277],{"type":18,"value":1278},"VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL",{"type":13,"tag":1031,"props":1280,"children":1282},{"name":1281},"VUID-VkAttachmentDescription2-format-06488",[1283],{"type":13,"tag":14,"props":1284,"children":1285},{},[1286,1287,1292,1293,1298,1299,1302,1303,1308,1309],{"type":18,"value":946},{"type":13,"tag":21,"props":1288,"children":1290},{"className":1289},[],[1291],{"type":18,"value":694},{"type":18,"value":1122},{"type":13,"tag":21,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1300,"children":1301},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1304,"children":1306},{"className":1305},[],[1307],{"type":18,"value":1271},{"type":18,"value":960},{"type":13,"tag":21,"props":1310,"children":1312},{"className":1311},[],[1313],{"type":18,"value":1278},{"type":13,"tag":1031,"props":1315,"children":1317},{"name":1316},"VUID-VkAttachmentDescription2-separateDepthStencilLayouts-03284",[1318],{"type":13,"tag":14,"props":1319,"children":1320},{},[1321,1322,1330,1332,1337,1338,1341,1342,1348,1349,1355,1356,1362,1364,1370],{"type":18,"value":829},{"type":13,"tag":640,"props":1323,"children":1324},{"href":832},[1325],{"type":13,"tag":21,"props":1326,"children":1328},{"className":1327},[],[1329],{"type":18,"value":839},{"type":18,"value":1331}," feature is not enabled,\n",{"type":13,"tag":21,"props":1333,"children":1335},{"className":1334},[],[1336],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1339,"children":1340},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1343,"children":1345},{"className":1344},[],[1346],{"type":18,"value":1347},"VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL",{"type":18,"value":250},{"type":13,"tag":21,"props":1350,"children":1352},{"className":1351},[],[1353],{"type":18,"value":1354},"VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL",{"type":18,"value":250},{"type":13,"tag":21,"props":1357,"children":1359},{"className":1358},[],[1360],{"type":18,"value":1361},"VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL",{"type":18,"value":1363},", or\n",{"type":13,"tag":21,"props":1365,"children":1367},{"className":1366},[],[1368],{"type":18,"value":1369},"VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL",{"type":18,"value":1371},",",{"type":13,"tag":1031,"props":1373,"children":1375},{"name":1374},"VUID-VkAttachmentDescription2-separateDepthStencilLayouts-03285",[1376],{"type":13,"tag":14,"props":1377,"children":1378},{},[1379,1380,1388,1389,1394,1395,1398,1399,1404,1405,1410,1411,1416,1417,1422],{"type":18,"value":829},{"type":13,"tag":640,"props":1381,"children":1382},{"href":832},[1383],{"type":13,"tag":21,"props":1384,"children":1386},{"className":1385},[],[1387],{"type":18,"value":839},{"type":18,"value":1331},{"type":13,"tag":21,"props":1390,"children":1392},{"className":1391},[],[1393],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1396,"children":1397},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1400,"children":1402},{"className":1401},[],[1403],{"type":18,"value":1347},{"type":18,"value":250},{"type":13,"tag":21,"props":1406,"children":1408},{"className":1407},[],[1409],{"type":18,"value":1354},{"type":18,"value":250},{"type":13,"tag":21,"props":1412,"children":1414},{"className":1413},[],[1415],{"type":18,"value":1361},{"type":18,"value":1363},{"type":13,"tag":21,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":18,"value":1369},{"type":18,"value":1371},{"type":13,"tag":1031,"props":1424,"children":1426},{"name":1425},"VUID-VkAttachmentDescription2-format-03286",[1427],{"type":13,"tag":14,"props":1428,"children":1429},{},[1430,1431,1436,1437,1442,1443,1446,1447,1452,1453,1458,1459,1464,1465],{"type":18,"value":946},{"type":13,"tag":21,"props":1432,"children":1434},{"className":1433},[],[1435],{"type":18,"value":694},{"type":18,"value":1122},{"type":13,"tag":21,"props":1438,"children":1440},{"className":1439},[],[1441],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1444,"children":1445},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1448,"children":1450},{"className":1449},[],[1451],{"type":18,"value":1347},{"type":18,"value":250},{"type":13,"tag":21,"props":1454,"children":1456},{"className":1455},[],[1457],{"type":18,"value":1354},{"type":18,"value":250},{"type":13,"tag":21,"props":1460,"children":1462},{"className":1461},[],[1463],{"type":18,"value":1361},{"type":18,"value":1363},{"type":13,"tag":21,"props":1466,"children":1468},{"className":1467},[],[1469],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1471,"children":1473},{"name":1472},"VUID-VkAttachmentDescription2-format-03287",[1474],{"type":13,"tag":14,"props":1475,"children":1476},{},[1477,1478,1483,1484,1489,1490,1493,1494,1499,1500,1505,1506,1511,1512],{"type":18,"value":946},{"type":13,"tag":21,"props":1479,"children":1481},{"className":1480},[],[1482],{"type":18,"value":694},{"type":18,"value":1122},{"type":13,"tag":21,"props":1485,"children":1487},{"className":1486},[],[1488],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1491,"children":1492},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1495,"children":1497},{"className":1496},[],[1498],{"type":18,"value":1347},{"type":18,"value":250},{"type":13,"tag":21,"props":1501,"children":1503},{"className":1502},[],[1504],{"type":18,"value":1354},{"type":18,"value":250},{"type":13,"tag":21,"props":1507,"children":1509},{"className":1508},[],[1510],{"type":18,"value":1361},{"type":18,"value":1363},{"type":13,"tag":21,"props":1513,"children":1515},{"className":1514},[],[1516],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1518,"children":1520},{"name":1519},"VUID-VkAttachmentDescription2-format-06906",[1521],{"type":13,"tag":14,"props":1522,"children":1523},{},[1524,1525,1530,1532,1537,1538,1541,1542,1547,1548],{"type":18,"value":946},{"type":13,"tag":21,"props":1526,"children":1528},{"className":1527},[],[1529],{"type":18,"value":694},{"type":18,"value":1531}," is a depth/stencil format which includes both depth and\nstencil components, ",{"type":13,"tag":21,"props":1533,"children":1535},{"className":1534},[],[1536],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1539,"children":1540},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1543,"children":1545},{"className":1544},[],[1546],{"type":18,"value":1361},{"type":18,"value":960},{"type":13,"tag":21,"props":1549,"children":1551},{"className":1550},[],[1552],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1554,"children":1556},{"name":1555},"VUID-VkAttachmentDescription2-format-06907",[1557],{"type":13,"tag":14,"props":1558,"children":1559},{},[1560,1561,1566,1567,1572,1573,1576,1577,1582,1583],{"type":18,"value":946},{"type":13,"tag":21,"props":1562,"children":1564},{"className":1563},[],[1565],{"type":18,"value":694},{"type":18,"value":1531},{"type":13,"tag":21,"props":1568,"children":1570},{"className":1569},[],[1571],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1574,"children":1575},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1578,"children":1580},{"className":1579},[],[1581],{"type":18,"value":1361},{"type":18,"value":960},{"type":13,"tag":21,"props":1584,"children":1586},{"className":1585},[],[1587],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1589,"children":1591},{"name":1590},"VUID-VkAttachmentDescription2-format-03290",[1592],{"type":13,"tag":14,"props":1593,"children":1594},{},[1595,1596,1601,1603,1608,1609,1612,1613,1618,1619],{"type":18,"value":946},{"type":13,"tag":21,"props":1597,"children":1599},{"className":1598},[],[1600],{"type":18,"value":694},{"type":18,"value":1602}," is a depth/stencil format which includes only the depth\ncomponent, ",{"type":13,"tag":21,"props":1604,"children":1606},{"className":1605},[],[1607],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1610,"children":1611},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1614,"children":1616},{"className":1615},[],[1617],{"type":18,"value":1361},{"type":18,"value":960},{"type":13,"tag":21,"props":1620,"children":1622},{"className":1621},[],[1623],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1625,"children":1627},{"name":1626},"VUID-VkAttachmentDescription2-format-03291",[1628],{"type":13,"tag":14,"props":1629,"children":1630},{},[1631,1632,1637,1638,1643,1644,1647,1648,1653,1654],{"type":18,"value":946},{"type":13,"tag":21,"props":1633,"children":1635},{"className":1634},[],[1636],{"type":18,"value":694},{"type":18,"value":1602},{"type":13,"tag":21,"props":1639,"children":1641},{"className":1640},[],[1642],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1645,"children":1646},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1649,"children":1651},{"className":1650},[],[1652],{"type":18,"value":1361},{"type":18,"value":960},{"type":13,"tag":21,"props":1655,"children":1657},{"className":1656},[],[1658],{"type":18,"value":1369},{"type":13,"tag":1031,"props":1660,"children":1662},{"name":1661},"VUID-VkAttachmentDescription2-synchronization2-06908",[1663],{"type":13,"tag":14,"props":1664,"children":1665},{},[1666,1667,1677,1679,1684,1685,1688,1689,1695,1696],{"type":18,"value":829},{"type":13,"tag":640,"props":1668,"children":1670},{"href":1669},"/man/VkPhysicalDeviceSynchronization2Features#features-synchronization2",[1671],{"type":13,"tag":21,"props":1672,"children":1674},{"className":1673},[],[1675],{"type":18,"value":1676},"synchronization2",{"type":18,"value":1678}," feature is\nnot enabled, ",{"type":13,"tag":21,"props":1680,"children":1682},{"className":1681},[],[1683],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1686,"children":1687},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1690,"children":1692},{"className":1691},[],[1693],{"type":18,"value":1694},"VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR",{"type":18,"value":960},{"type":13,"tag":21,"props":1697,"children":1699},{"className":1698},[],[1700],{"type":18,"value":1701},"VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR",{"type":13,"tag":1031,"props":1703,"children":1705},{"name":1704},"VUID-VkAttachmentDescription2-synchronization2-06909",[1706],{"type":13,"tag":14,"props":1707,"children":1708},{},[1709,1710,1718,1719,1724,1725,1728,1729,1734,1735],{"type":18,"value":829},{"type":13,"tag":640,"props":1711,"children":1712},{"href":1669},[1713],{"type":13,"tag":21,"props":1714,"children":1716},{"className":1715},[],[1717],{"type":18,"value":1676},{"type":18,"value":1678},{"type":13,"tag":21,"props":1720,"children":1722},{"className":1721},[],[1723],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1726,"children":1727},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1730,"children":1732},{"className":1731},[],[1733],{"type":18,"value":1694},{"type":18,"value":960},{"type":13,"tag":21,"props":1736,"children":1738},{"className":1737},[],[1739],{"type":18,"value":1701},{"type":13,"tag":1031,"props":1741,"children":1743},{"name":1742},"VUID-VkAttachmentDescription2-attachmentFeedbackLoopLayout-07309",[1744],{"type":13,"tag":14,"props":1745,"children":1746},{},[1747,1748,1758,1759,1764,1765,1768,1769],{"type":18,"value":829},{"type":13,"tag":640,"props":1749,"children":1751},{"href":1750},"/man/VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT#features-attachmentFeedbackLoopLayout",[1752],{"type":13,"tag":21,"props":1753,"children":1755},{"className":1754},[],[1756],{"type":18,"value":1757},"attachmentFeedbackLoopLayout",{"type":18,"value":1331},{"type":13,"tag":21,"props":1760,"children":1762},{"className":1761},[],[1763],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1766,"children":1767},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1770,"children":1772},{"className":1771},[],[1773],{"type":18,"value":1774},"VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT",{"type":13,"tag":1031,"props":1776,"children":1778},{"name":1777},"VUID-VkAttachmentDescription2-attachmentFeedbackLoopLayout-07310",[1779],{"type":13,"tag":14,"props":1780,"children":1781},{},[1782,1783,1791,1792,1797,1798,1801,1802],{"type":18,"value":829},{"type":13,"tag":640,"props":1784,"children":1785},{"href":1750},[1786],{"type":13,"tag":21,"props":1787,"children":1789},{"className":1788},[],[1790],{"type":18,"value":1757},{"type":18,"value":1331},{"type":13,"tag":21,"props":1793,"children":1795},{"className":1794},[],[1796],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1799,"children":1800},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1803,"children":1805},{"className":1804},[],[1806],{"type":18,"value":1774},{"type":13,"tag":1031,"props":1808,"children":1810},{"name":1809},"VUID-VkAttachmentDescription2-samples-08745",[1811],{"type":13,"tag":14,"props":1812,"children":1813},{},[1814,1819,1820,1823,1825,1829,1831,1837,1839,1845,1847],{"type":13,"tag":21,"props":1815,"children":1817},{"className":1816},[],[1818],{"type":18,"value":712},{"type":18,"value":862},{"type":13,"tag":864,"props":1821,"children":1822},{"type":970},[],{"type":18,"value":1824}," be a valid ",{"type":13,"tag":640,"props":1826,"children":1827},{"href":716},[1828],{"type":18,"value":719},{"type":18,"value":1830}," value that is\nset in ",{"type":13,"tag":21,"props":1832,"children":1834},{"className":1833},[],[1835],{"type":18,"value":1836},"imageCreateSampleCounts",{"type":18,"value":1838}," (as defined in\n",{"type":13,"tag":640,"props":1840,"children":1842},{"href":1841},"/404#resources-image-creation-limits",[1843],{"type":18,"value":1844},"Image Creation Limits",{"type":18,"value":1846},") for the given\n",{"type":13,"tag":21,"props":1848,"children":1850},{"className":1849},[],[1851],{"type":18,"value":694},{"type":13,"tag":1031,"props":1853,"children":1855},{"name":1854},"VUID-VkAttachmentDescription2-dynamicRenderingLocalRead-09544",[1856],{"type":13,"tag":14,"props":1857,"children":1858},{},[1859,1860,1870,1871,1876,1877,1880,1881],{"type":18,"value":829},{"type":13,"tag":640,"props":1861,"children":1863},{"href":1862},"/man/VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR#features-dynamicRenderingLocalRead",[1864],{"type":13,"tag":21,"props":1865,"children":1867},{"className":1866},[],[1868],{"type":18,"value":1869},"dynamicRenderingLocalRead",{"type":18,"value":1331},{"type":13,"tag":21,"props":1872,"children":1874},{"className":1873},[],[1875],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1878,"children":1879},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1882,"children":1884},{"className":1883},[],[1885],{"type":18,"value":1886},"VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR",{"type":13,"tag":1031,"props":1888,"children":1890},{"name":1889},"VUID-VkAttachmentDescription2-dynamicRenderingLocalRead-09545",[1891],{"type":13,"tag":14,"props":1892,"children":1893},{},[1894,1895,1903,1904,1909,1910,1913,1914],{"type":18,"value":829},{"type":13,"tag":640,"props":1896,"children":1897},{"href":1862},[1898],{"type":13,"tag":21,"props":1899,"children":1901},{"className":1900},[],[1902],{"type":18,"value":1869},{"type":18,"value":1331},{"type":13,"tag":21,"props":1905,"children":1907},{"className":1906},[],[1908],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":1911,"children":1912},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1915,"children":1917},{"className":1916},[],[1918],{"type":18,"value":1886},{"type":13,"tag":1031,"props":1920,"children":1922},{"name":1921},"VUID-VkAttachmentDescription2-pNext-06704",[1923],{"type":13,"tag":14,"props":1924,"children":1925},{},[1926,1928,1933,1935,1939,1941,1946,1948,1953,1954,1959,1960,1965,1966,1969,1970],{"type":18,"value":1927},"If\nthe ",{"type":13,"tag":21,"props":1929,"children":1931},{"className":1930},[],[1932],{"type":18,"value":656},{"type":18,"value":1934}," chain does not include a\n",{"type":13,"tag":640,"props":1936,"children":1937},{"href":883},[1938],{"type":18,"value":886},{"type":18,"value":1940}," structure,\n",{"type":13,"tag":21,"props":1942,"children":1944},{"className":1943},[],[1945],{"type":18,"value":694},{"type":18,"value":1947}," includes a stencil component, and ",{"type":13,"tag":21,"props":1949,"children":1951},{"className":1950},[],[1952],{"type":18,"value":766},{"type":18,"value":1052},{"type":13,"tag":21,"props":1955,"children":1957},{"className":1956},[],[1958],{"type":18,"value":1058},{"type":18,"value":1060},{"type":13,"tag":21,"props":1961,"children":1963},{"className":1962},[],[1964],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":1967,"children":1968},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":1971,"children":1973},{"className":1972},[],[1974],{"type":18,"value":1077},{"type":13,"tag":1031,"props":1976,"children":1978},{"name":1977},"VUID-VkAttachmentDescription2-pNext-06705",[1979],{"type":13,"tag":14,"props":1980,"children":1981},{},[1982,1983,1988,1989,1993,1995,2000,2002,2007,2008,2013,2015,2019,2020,2025,2028,2029],{"type":18,"value":829},{"type":13,"tag":21,"props":1984,"children":1986},{"className":1985},[],[1987],{"type":18,"value":656},{"type":18,"value":880},{"type":13,"tag":640,"props":1990,"children":1991},{"href":883},[1992],{"type":18,"value":886},{"type":18,"value":1994}," structure, ",{"type":13,"tag":21,"props":1996,"children":1998},{"className":1997},[],[1999],{"type":18,"value":694},{"type":18,"value":2001},"\nincludes a stencil component, and ",{"type":13,"tag":21,"props":2003,"children":2005},{"className":2004},[],[2006],{"type":18,"value":766},{"type":18,"value":1052},{"type":13,"tag":21,"props":2009,"children":2011},{"className":2010},[],[2012],{"type":18,"value":1058},{"type":18,"value":2014},", then\n",{"type":13,"tag":640,"props":2016,"children":2017},{"href":883},[2018],{"type":18,"value":886},{"type":18,"value":240},{"type":13,"tag":21,"props":2021,"children":2023},{"className":2022},[],[2024],{"type":18,"value":894},{"type":13,"tag":864,"props":2026,"children":2027},{"type":970},[],{"type":18,"value":1095},{"type":13,"tag":21,"props":2030,"children":2032},{"className":2031},[],[2033],{"type":18,"value":1077},{"type":13,"tag":1031,"props":2035,"children":2037},{"name":2036},"VUID-VkAttachmentDescription2-format-06249",[2038],{"type":13,"tag":14,"props":2039,"children":2040},{},[2041,2042,2047,2049,2054,2055,2060,2061,2066,2068,2073,2075,2078,2080,2084],{"type":18,"value":946},{"type":13,"tag":21,"props":2043,"children":2045},{"className":2044},[],[2046],{"type":18,"value":694},{"type":18,"value":2048}," is a depth/stencil format which includes both depth and\nstencil components, and ",{"type":13,"tag":21,"props":2050,"children":2052},{"className":2051},[],[2053],{"type":18,"value":798},{"type":18,"value":1052},{"type":13,"tag":21,"props":2056,"children":2058},{"className":2057},[],[2059],{"type":18,"value":1347},{"type":18,"value":960},{"type":13,"tag":21,"props":2062,"children":2064},{"className":2063},[],[2065],{"type":18,"value":1354},{"type":18,"value":2067},", the ",{"type":13,"tag":21,"props":2069,"children":2071},{"className":2070},[],[2072],{"type":18,"value":656},{"type":18,"value":2074}," chain\n",{"type":13,"tag":864,"props":2076,"children":2077},{"type":970},[],{"type":18,"value":2079}," include a ",{"type":13,"tag":640,"props":2081,"children":2082},{"href":883},[2083],{"type":18,"value":886},{"type":18,"value":2085}," structure",{"type":13,"tag":1031,"props":2087,"children":2089},{"name":2088},"VUID-VkAttachmentDescription2-format-06250",[2090],{"type":13,"tag":14,"props":2091,"children":2092},{},[2093,2094,2099,2100,2105,2106,2111,2112,2117,2118,2123,2124,2127,2128,2132],{"type":18,"value":946},{"type":13,"tag":21,"props":2095,"children":2097},{"className":2096},[],[2098],{"type":18,"value":694},{"type":18,"value":2048},{"type":13,"tag":21,"props":2101,"children":2103},{"className":2102},[],[2104],{"type":18,"value":809},{"type":18,"value":1052},{"type":13,"tag":21,"props":2107,"children":2109},{"className":2108},[],[2110],{"type":18,"value":1347},{"type":18,"value":960},{"type":13,"tag":21,"props":2113,"children":2115},{"className":2114},[],[2116],{"type":18,"value":1354},{"type":18,"value":2067},{"type":13,"tag":21,"props":2119,"children":2121},{"className":2120},[],[2122],{"type":18,"value":656},{"type":18,"value":2074},{"type":13,"tag":864,"props":2125,"children":2126},{"type":970},[],{"type":18,"value":2079},{"type":13,"tag":640,"props":2129,"children":2130},{"href":883},[2131],{"type":18,"value":886},{"type":18,"value":2085},{"type":13,"tag":1031,"props":2134,"children":2136},{"name":2135},"VUID-VkAttachmentDescription2-format-06247",[2137],{"type":13,"tag":14,"props":2138,"children":2139},{},[2140,2141,2146,2147,2151,2153,2158,2160,2165,2166,2169,2170,2175,2176],{"type":18,"value":829},{"type":13,"tag":21,"props":2142,"children":2144},{"className":2143},[],[2145],{"type":18,"value":656},{"type":18,"value":1934},{"type":13,"tag":640,"props":2148,"children":2149},{"href":883},[2150],{"type":18,"value":886},{"type":18,"value":2152}," structure and ",{"type":13,"tag":21,"props":2154,"children":2156},{"className":2155},[],[2157],{"type":18,"value":694},{"type":18,"value":2159},"\nonly includes a stencil component, ",{"type":13,"tag":21,"props":2161,"children":2163},{"className":2162},[],[2164],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":2167,"children":2168},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":2171,"children":2173},{"className":2172},[],[2174],{"type":18,"value":1347},{"type":18,"value":960},{"type":13,"tag":21,"props":2177,"children":2179},{"className":2178},[],[2180],{"type":18,"value":1354},{"type":13,"tag":1031,"props":2182,"children":2184},{"name":2183},"VUID-VkAttachmentDescription2-format-06248",[2185],{"type":13,"tag":14,"props":2186,"children":2187},{},[2188,2189,2194,2195,2199,2200,2205,2206,2211,2212,2215,2216,2221,2222],{"type":18,"value":829},{"type":13,"tag":21,"props":2190,"children":2192},{"className":2191},[],[2193],{"type":18,"value":656},{"type":18,"value":1934},{"type":13,"tag":640,"props":2196,"children":2197},{"href":883},[2198],{"type":18,"value":886},{"type":18,"value":2152},{"type":13,"tag":21,"props":2201,"children":2203},{"className":2202},[],[2204],{"type":18,"value":694},{"type":18,"value":2159},{"type":13,"tag":21,"props":2207,"children":2209},{"className":2208},[],[2210],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":2213,"children":2214},{"type":970},[],{"type":18,"value":1071},{"type":13,"tag":21,"props":2217,"children":2219},{"className":2218},[],[2220],{"type":18,"value":1347},{"type":18,"value":960},{"type":13,"tag":21,"props":2223,"children":2225},{"className":2224},[],[2226],{"type":18,"value":1354},{"type":13,"tag":1031,"props":2228,"children":2230},{"name":2229},"VUID-VkAttachmentDescription2-format-09332",[2231],{"type":13,"tag":14,"props":2232,"children":2233},{},[2234,2235,2245,2247,2252,2253,2256,2257],{"type":18,"value":946},{"type":13,"tag":640,"props":2236,"children":2238},{"href":2237},"/man/VkPhysicalDeviceExternalFormatResolveFeaturesANDROID#features-externalFormatResolve",[2239],{"type":13,"tag":21,"props":2240,"children":2242},{"className":2241},[],[2243],{"type":18,"value":2244},"externalFormatResolve",{"type":18,"value":2246}," is not\nenabled,\n",{"type":13,"tag":21,"props":2248,"children":2250},{"className":2249},[],[2251],{"type":18,"value":694},{"type":18,"value":862},{"type":13,"tag":864,"props":2254,"children":2255},{"type":970},[],{"type":18,"value":1095},{"type":13,"tag":21,"props":2258,"children":2260},{"className":2259},[],[2261],{"type":18,"value":2262},"VK_FORMAT_UNDEFINED",{"type":13,"tag":1031,"props":2264,"children":2266},{"name":2265},"VUID-VkAttachmentDescription2-format-09334",[2267],{"type":13,"tag":14,"props":2268,"children":2269},{},[2270,2271,2276,2277,2282,2284,2287,2289,2295,2297,2302,2304,2310,2312],{"type":18,"value":946},{"type":13,"tag":21,"props":2272,"children":2274},{"className":2273},[],[2275],{"type":18,"value":694},{"type":18,"value":658},{"type":13,"tag":21,"props":2278,"children":2280},{"className":2279},[],[2281],{"type":18,"value":2262},{"type":18,"value":2283},", there ",{"type":13,"tag":864,"props":2285,"children":2286},{"type":970},[],{"type":18,"value":2288}," be a\n",{"type":13,"tag":640,"props":2290,"children":2292},{"href":2291},"/man/VkExternalFormatANDROID",[2293],{"type":18,"value":2294},"VkExternalFormatANDROID",{"type":18,"value":2296}," structure in the ",{"type":13,"tag":21,"props":2298,"children":2300},{"className":2299},[],[2301],{"type":18,"value":656},{"type":18,"value":2303}," chain with a\n",{"type":13,"tag":21,"props":2305,"children":2307},{"className":2306},[],[2308],{"type":18,"value":2309},"externalFormat",{"type":18,"value":2311}," that is not equal to ",{"type":13,"tag":21,"props":2313,"children":2315},{"className":2314},[],[2316],{"type":18,"value":2317},"0",{"type":13,"tag":1026,"props":2319,"children":2321},{"name":2320},"Valid Usage (Implicit)",[2322,2346,2391,2417,2441,2464,2486,2508,2530,2552,2574,2598],{"type":13,"tag":1031,"props":2323,"children":2325},{"name":2324},"VUID-VkAttachmentDescription2-sType-sType",[2326],{"type":13,"tag":14,"props":2327,"children":2328},{},[2329,2334,2335,2338,2340],{"type":13,"tag":21,"props":2330,"children":2332},{"className":2331},[],[2333],{"type":18,"value":636},{"type":18,"value":862},{"type":13,"tag":864,"props":2336,"children":2337},{"type":970},[],{"type":18,"value":2339}," be ",{"type":13,"tag":21,"props":2341,"children":2343},{"className":2342},[],[2344],{"type":18,"value":2345},"VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_2",{"type":13,"tag":1031,"props":2347,"children":2349},{"name":2348},"VUID-VkAttachmentDescription2-pNext-pNext",[2350],{"type":13,"tag":14,"props":2351,"children":2352},{},[2353,2355,2360,2362,2367,2369,2372,2374,2379,2381,2385,2387],{"type":18,"value":2354},"Each ",{"type":13,"tag":21,"props":2356,"children":2358},{"className":2357},[],[2359],{"type":18,"value":656},{"type":18,"value":2361}," member of any structure (including this one) in the ",{"type":13,"tag":21,"props":2363,"children":2365},{"className":2364},[],[2366],{"type":18,"value":656},{"type":18,"value":2368}," chain ",{"type":13,"tag":864,"props":2370,"children":2371},{"type":970},[],{"type":18,"value":2373}," be either ",{"type":13,"tag":21,"props":2375,"children":2377},{"className":2376},[],[2378],{"type":18,"value":664},{"type":18,"value":2380}," or a pointer to a valid instance of ",{"type":13,"tag":640,"props":2382,"children":2383},{"href":883},[2384],{"type":18,"value":886},{"type":18,"value":2386}," or ",{"type":13,"tag":640,"props":2388,"children":2389},{"href":2291},[2390],{"type":18,"value":2294},{"type":13,"tag":1031,"props":2392,"children":2394},{"name":2393},"VUID-VkAttachmentDescription2-sType-unique",[2395],{"type":13,"tag":14,"props":2396,"children":2397},{},[2398,2399,2404,2406,2411,2412,2415],{"type":18,"value":19},{"type":13,"tag":21,"props":2400,"children":2402},{"className":2401},[],[2403],{"type":18,"value":636},{"type":18,"value":2405}," value of each struct in the ",{"type":13,"tag":21,"props":2407,"children":2409},{"className":2408},[],[2410],{"type":18,"value":656},{"type":18,"value":2368},{"type":13,"tag":864,"props":2413,"children":2414},{"type":970},[],{"type":18,"value":2416}," be unique",{"type":13,"tag":1031,"props":2418,"children":2420},{"name":2419},"VUID-VkAttachmentDescription2-flags-parameter",[2421],{"type":13,"tag":14,"props":2422,"children":2423},{},[2424,2429,2430,2433,2435,2439],{"type":13,"tag":21,"props":2425,"children":2427},{"className":2426},[],[2428],{"type":18,"value":675},{"type":18,"value":862},{"type":13,"tag":864,"props":2431,"children":2432},{"type":970},[],{"type":18,"value":2434}," be a valid combination of ",{"type":13,"tag":640,"props":2436,"children":2437},{"href":680},[2438],{"type":18,"value":683},{"type":18,"value":2440}," values",{"type":13,"tag":1031,"props":2442,"children":2444},{"name":2443},"VUID-VkAttachmentDescription2-format-parameter",[2445],{"type":13,"tag":14,"props":2446,"children":2447},{},[2448,2453,2454,2457,2458,2462],{"type":13,"tag":21,"props":2449,"children":2451},{"className":2450},[],[2452],{"type":18,"value":694},{"type":18,"value":862},{"type":13,"tag":864,"props":2455,"children":2456},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2459,"children":2460},{"href":698},[2461],{"type":18,"value":701},{"type":18,"value":2463}," value",{"type":13,"tag":1031,"props":2465,"children":2467},{"name":2466},"VUID-VkAttachmentDescription2-samples-parameter",[2468],{"type":13,"tag":14,"props":2469,"children":2470},{},[2471,2476,2477,2480,2481,2485],{"type":13,"tag":21,"props":2472,"children":2474},{"className":2473},[],[2475],{"type":18,"value":712},{"type":18,"value":862},{"type":13,"tag":864,"props":2478,"children":2479},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2482,"children":2483},{"href":716},[2484],{"type":18,"value":719},{"type":18,"value":2463},{"type":13,"tag":1031,"props":2487,"children":2489},{"name":2488},"VUID-VkAttachmentDescription2-loadOp-parameter",[2490],{"type":13,"tag":14,"props":2491,"children":2492},{},[2493,2498,2499,2502,2503,2507],{"type":13,"tag":21,"props":2494,"children":2496},{"className":2495},[],[2497],{"type":18,"value":730},{"type":18,"value":862},{"type":13,"tag":864,"props":2500,"children":2501},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2504,"children":2505},{"href":734},[2506],{"type":18,"value":737},{"type":18,"value":2463},{"type":13,"tag":1031,"props":2509,"children":2511},{"name":2510},"VUID-VkAttachmentDescription2-storeOp-parameter",[2512],{"type":13,"tag":14,"props":2513,"children":2514},{},[2515,2520,2521,2524,2525,2529],{"type":13,"tag":21,"props":2516,"children":2518},{"className":2517},[],[2519],{"type":18,"value":748},{"type":18,"value":862},{"type":13,"tag":864,"props":2522,"children":2523},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2526,"children":2527},{"href":752},[2528],{"type":18,"value":755},{"type":18,"value":2463},{"type":13,"tag":1031,"props":2531,"children":2533},{"name":2532},"VUID-VkAttachmentDescription2-stencilLoadOp-parameter",[2534],{"type":13,"tag":14,"props":2535,"children":2536},{},[2537,2542,2543,2546,2547,2551],{"type":13,"tag":21,"props":2538,"children":2540},{"className":2539},[],[2541],{"type":18,"value":766},{"type":18,"value":862},{"type":13,"tag":864,"props":2544,"children":2545},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2548,"children":2549},{"href":734},[2550],{"type":18,"value":737},{"type":18,"value":2463},{"type":13,"tag":1031,"props":2553,"children":2555},{"name":2554},"VUID-VkAttachmentDescription2-stencilStoreOp-parameter",[2556],{"type":13,"tag":14,"props":2557,"children":2558},{},[2559,2564,2565,2568,2569,2573],{"type":13,"tag":21,"props":2560,"children":2562},{"className":2561},[],[2563],{"type":18,"value":782},{"type":18,"value":862},{"type":13,"tag":864,"props":2566,"children":2567},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2570,"children":2571},{"href":752},[2572],{"type":18,"value":755},{"type":18,"value":2463},{"type":13,"tag":1031,"props":2575,"children":2577},{"name":2576},"VUID-VkAttachmentDescription2-initialLayout-parameter",[2578],{"type":13,"tag":14,"props":2579,"children":2580},{},[2581,2586,2587,2590,2591,2597],{"type":13,"tag":21,"props":2582,"children":2584},{"className":2583},[],[2585],{"type":18,"value":798},{"type":18,"value":862},{"type":13,"tag":864,"props":2588,"children":2589},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2592,"children":2594},{"href":2593},"/man/VkImageLayout",[2595],{"type":18,"value":2596},"VkImageLayout",{"type":18,"value":2463},{"type":13,"tag":1031,"props":2599,"children":2601},{"name":2600},"VUID-VkAttachmentDescription2-finalLayout-parameter",[2602],{"type":13,"tag":14,"props":2603,"children":2604},{},[2605,2610,2611,2614,2615,2619],{"type":13,"tag":21,"props":2606,"children":2608},{"className":2607},[],[2609],{"type":18,"value":809},{"type":18,"value":862},{"type":13,"tag":864,"props":2612,"children":2613},{"type":970},[],{"type":18,"value":1824},{"type":13,"tag":640,"props":2616,"children":2617},{"href":2593},[2618],{"type":18,"value":2596},{"type":18,"value":2463},{"type":13,"tag":2621,"props":2622,"children":2623},"style",{},[2624],{"type":18,"value":2625},"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":2627},[],"markdown",1725732539168]