[{"data":1,"prerenderedAt":7248},["ShallowReactive",2],{"086Mpi1N13":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":7247,"_id":4},"VkImageViewCreateInfo","Structure specifying parameters of a newly created image view","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":7245},"root",[12,28,428,581,586,692,813,844,931,935,990,1035,1089,1139,1234,1238,1320,1349,1471,1566,1836,6967,7239],{"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,158],{"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 VkImageViewCreateInfo {\n VkStructureType sType;\n const void* pNext;\n VkImageViewCreateFlags flags;\n VkImage image;\n VkImageViewType viewType;\n VkFormat format;\n VkComponentMapping components;\n VkImageSubresourceRange subresourceRange;\n} VkImageViewCreateInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,122,131,140,149],{"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}," VkImageViewCreateInfo {\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}," VkImageViewCreateFlags 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}," VkImage image;\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}," VkImageViewType viewType;\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}," VkFormat format;\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}," VkComponentMapping components;\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}," VkImageSubresourceRange subresourceRange;\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},"} VkImageViewCreateInfo;\n",{"type":13,"tag":33,"props":159,"children":164},{"className":160,"code":161,"filename":162,"language":163,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ImageViewCreateInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::ImageViewCreateFlags,\n image: vk::Image,\n view_type: vk::ImageViewType,\n format: vk::Format,\n components: vk::ComponentMapping,\n subresource_range: vk::ImageSubresourceRange,\n}\n","Rust","rs",[165],{"type":13,"tag":21,"props":166,"children":167},{"__ignoreMap":39},[168,191,224,246,275,304,333,362,391,420],{"type":13,"tag":45,"props":169,"children":170},{"class":47,"line":48},[171,176,180,186],{"type":13,"tag":45,"props":172,"children":173},{"style":52},[174],{"type":18,"value":175},"pub",{"type":13,"tag":45,"props":177,"children":178},{"style":52},[179],{"type":18,"value":60},{"type":13,"tag":45,"props":181,"children":183},{"style":182},"--shiki-default:#953800;--shiki-dark:#FFA657",[184],{"type":18,"value":185}," ImageViewCreateInfo",{"type":13,"tag":45,"props":187,"children":188},{"style":63},[189],{"type":18,"value":190}," {\n",{"type":13,"tag":45,"props":192,"children":193},{"class":47,"line":69},[194,199,204,209,214,219],{"type":13,"tag":45,"props":195,"children":196},{"style":63},[197],{"type":18,"value":198}," s_type",{"type":13,"tag":45,"props":200,"children":201},{"style":52},[202],{"type":18,"value":203},":",{"type":13,"tag":45,"props":205,"children":206},{"style":182},[207],{"type":18,"value":208}," vk",{"type":13,"tag":45,"props":210,"children":211},{"style":52},[212],{"type":18,"value":213},"::",{"type":13,"tag":45,"props":215,"children":216},{"style":182},[217],{"type":18,"value":218},"StructureType",{"type":13,"tag":45,"props":220,"children":221},{"style":63},[222],{"type":18,"value":223},",\n",{"type":13,"tag":45,"props":225,"children":226},{"class":47,"line":78},[227,232,236,241],{"type":13,"tag":45,"props":228,"children":229},{"style":63},[230],{"type":18,"value":231}," p_next",{"type":13,"tag":45,"props":233,"children":234},{"style":52},[235],{"type":18,"value":203},{"type":13,"tag":45,"props":237,"children":238},{"style":52},[239],{"type":18,"value":240}," *const",{"type":13,"tag":45,"props":242,"children":243},{"style":63},[244],{"type":18,"value":245}," c_void,\n",{"type":13,"tag":45,"props":247,"children":248},{"class":47,"line":97},[249,254,258,262,266,271],{"type":13,"tag":45,"props":250,"children":251},{"style":63},[252],{"type":18,"value":253}," flags",{"type":13,"tag":45,"props":255,"children":256},{"style":52},[257],{"type":18,"value":203},{"type":13,"tag":45,"props":259,"children":260},{"style":182},[261],{"type":18,"value":208},{"type":13,"tag":45,"props":263,"children":264},{"style":52},[265],{"type":18,"value":213},{"type":13,"tag":45,"props":267,"children":268},{"style":182},[269],{"type":18,"value":270},"ImageViewCreateFlags",{"type":13,"tag":45,"props":272,"children":273},{"style":63},[274],{"type":18,"value":223},{"type":13,"tag":45,"props":276,"children":277},{"class":47,"line":106},[278,283,287,291,295,300],{"type":13,"tag":45,"props":279,"children":280},{"style":63},[281],{"type":18,"value":282}," image",{"type":13,"tag":45,"props":284,"children":285},{"style":52},[286],{"type":18,"value":203},{"type":13,"tag":45,"props":288,"children":289},{"style":182},[290],{"type":18,"value":208},{"type":13,"tag":45,"props":292,"children":293},{"style":52},[294],{"type":18,"value":213},{"type":13,"tag":45,"props":296,"children":297},{"style":182},[298],{"type":18,"value":299},"Image",{"type":13,"tag":45,"props":301,"children":302},{"style":63},[303],{"type":18,"value":223},{"type":13,"tag":45,"props":305,"children":306},{"class":47,"line":115},[307,312,316,320,324,329],{"type":13,"tag":45,"props":308,"children":309},{"style":63},[310],{"type":18,"value":311}," view_type",{"type":13,"tag":45,"props":313,"children":314},{"style":52},[315],{"type":18,"value":203},{"type":13,"tag":45,"props":317,"children":318},{"style":182},[319],{"type":18,"value":208},{"type":13,"tag":45,"props":321,"children":322},{"style":52},[323],{"type":18,"value":213},{"type":13,"tag":45,"props":325,"children":326},{"style":182},[327],{"type":18,"value":328},"ImageViewType",{"type":13,"tag":45,"props":330,"children":331},{"style":63},[332],{"type":18,"value":223},{"type":13,"tag":45,"props":334,"children":335},{"class":47,"line":124},[336,341,345,349,353,358],{"type":13,"tag":45,"props":337,"children":338},{"style":63},[339],{"type":18,"value":340}," format",{"type":13,"tag":45,"props":342,"children":343},{"style":52},[344],{"type":18,"value":203},{"type":13,"tag":45,"props":346,"children":347},{"style":182},[348],{"type":18,"value":208},{"type":13,"tag":45,"props":350,"children":351},{"style":52},[352],{"type":18,"value":213},{"type":13,"tag":45,"props":354,"children":355},{"style":182},[356],{"type":18,"value":357},"Format",{"type":13,"tag":45,"props":359,"children":360},{"style":63},[361],{"type":18,"value":223},{"type":13,"tag":45,"props":363,"children":364},{"class":47,"line":133},[365,370,374,378,382,387],{"type":13,"tag":45,"props":366,"children":367},{"style":63},[368],{"type":18,"value":369}," components",{"type":13,"tag":45,"props":371,"children":372},{"style":52},[373],{"type":18,"value":203},{"type":13,"tag":45,"props":375,"children":376},{"style":182},[377],{"type":18,"value":208},{"type":13,"tag":45,"props":379,"children":380},{"style":52},[381],{"type":18,"value":213},{"type":13,"tag":45,"props":383,"children":384},{"style":182},[385],{"type":18,"value":386},"ComponentMapping",{"type":13,"tag":45,"props":388,"children":389},{"style":63},[390],{"type":18,"value":223},{"type":13,"tag":45,"props":392,"children":393},{"class":47,"line":142},[394,399,403,407,411,416],{"type":13,"tag":45,"props":395,"children":396},{"style":63},[397],{"type":18,"value":398}," subresource_range",{"type":13,"tag":45,"props":400,"children":401},{"style":52},[402],{"type":18,"value":203},{"type":13,"tag":45,"props":404,"children":405},{"style":182},[406],{"type":18,"value":208},{"type":13,"tag":45,"props":408,"children":409},{"style":52},[410],{"type":18,"value":213},{"type":13,"tag":45,"props":412,"children":413},{"style":182},[414],{"type":18,"value":415},"ImageSubresourceRange",{"type":13,"tag":45,"props":417,"children":418},{"style":63},[419],{"type":18,"value":223},{"type":13,"tag":45,"props":421,"children":422},{"class":47,"line":151},[423],{"type":13,"tag":45,"props":424,"children":425},{"style":63},[426],{"type":18,"value":427},"}\n",{"type":13,"tag":429,"props":430,"children":431},"ul",{},[432,453,472,491,509,527,545,563],{"type":13,"tag":433,"props":434,"children":435},"li",{},[436,442,444,451],{"type":13,"tag":21,"props":437,"children":439},{"className":438},[],[440],{"type":18,"value":441},"sType",{"type":18,"value":443}," is a ",{"type":13,"tag":445,"props":446,"children":448},"a",{"href":447},"/man/VkStructureType",[449],{"type":18,"value":450},"VkStructureType",{"type":18,"value":452}," value identifying this structure.",{"type":13,"tag":433,"props":454,"children":455},{},[456,462,464,470],{"type":13,"tag":21,"props":457,"children":459},{"className":458},[],[460],{"type":18,"value":461},"pNext",{"type":18,"value":463}," is ",{"type":13,"tag":21,"props":465,"children":467},{"className":466},[],[468],{"type":18,"value":469},"NULL",{"type":18,"value":471}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":433,"props":473,"children":474},{},[475,481,483,489],{"type":13,"tag":21,"props":476,"children":478},{"className":477},[],[479],{"type":18,"value":480},"flags",{"type":18,"value":482}," is a bitmask of ",{"type":13,"tag":445,"props":484,"children":486},{"href":485},"/man/VkImageViewCreateFlagBits",[487],{"type":18,"value":488},"VkImageViewCreateFlagBits",{"type":18,"value":490}," specifying\nadditional parameters of the image view.",{"type":13,"tag":433,"props":492,"children":493},{},[494,500,501,507],{"type":13,"tag":21,"props":495,"children":497},{"className":496},[],[498],{"type":18,"value":499},"image",{"type":18,"value":443},{"type":13,"tag":445,"props":502,"children":504},{"href":503},"/man/VkImage",[505],{"type":18,"value":506},"VkImage",{"type":18,"value":508}," on which the view will be created.",{"type":13,"tag":433,"props":510,"children":511},{},[512,518,519,525],{"type":13,"tag":21,"props":513,"children":515},{"className":514},[],[516],{"type":18,"value":517},"viewType",{"type":18,"value":443},{"type":13,"tag":445,"props":520,"children":522},{"href":521},"/man/VkImageViewType",[523],{"type":18,"value":524},"VkImageViewType",{"type":18,"value":526}," value specifying the type of\nthe image view.",{"type":13,"tag":433,"props":528,"children":529},{},[530,536,537,543],{"type":13,"tag":21,"props":531,"children":533},{"className":532},[],[534],{"type":18,"value":535},"format",{"type":18,"value":443},{"type":13,"tag":445,"props":538,"children":540},{"href":539},"/man/VkFormat",[541],{"type":18,"value":542},"VkFormat",{"type":18,"value":544}," specifying the format and type used to\ninterpret texel blocks of the image.",{"type":13,"tag":433,"props":546,"children":547},{},[548,554,555,561],{"type":13,"tag":21,"props":549,"children":551},{"className":550},[],[552],{"type":18,"value":553},"components",{"type":18,"value":443},{"type":13,"tag":445,"props":556,"children":558},{"href":557},"/man/VkComponentMapping",[559],{"type":18,"value":560},"VkComponentMapping",{"type":18,"value":562}," structure specifying a\nremapping of color components (or of depth or stencil components after\nthey have been converted into color components).",{"type":13,"tag":433,"props":564,"children":565},{},[566,572,573,579],{"type":13,"tag":21,"props":567,"children":569},{"className":568},[],[570],{"type":18,"value":571},"subresourceRange",{"type":18,"value":443},{"type":13,"tag":445,"props":574,"children":576},{"href":575},"/man/VkImageSubresourceRange",[577],{"type":18,"value":578},"VkImageSubresourceRange",{"type":18,"value":580}," structure\nselecting the set of mipmap levels and array layers to be accessible to\nthe view.",{"type":13,"tag":582,"props":583,"children":585},"anchor",{"id":584},"resources-image-inherited-usage",[],{"type":13,"tag":14,"props":587,"children":588},{},[589,591,596,598,604,606,611,613,619,621,626,628,633,635,641,643,648,650,654,656,661,663,669,671,676,678,682,684,690],{"type":18,"value":590},"Some of the ",{"type":13,"tag":21,"props":592,"children":594},{"className":593},[],[595],{"type":18,"value":499},{"type":18,"value":597}," creation parameters are inherited by the view.\nIn particular, image view creation inherits the implicit parameter\n",{"type":13,"tag":21,"props":599,"children":601},{"className":600},[],[602],{"type":18,"value":603},"usage",{"type":18,"value":605}," specifying the allowed usages of the image view that, by\ndefault, takes the value of the corresponding ",{"type":13,"tag":21,"props":607,"children":609},{"className":608},[],[610],{"type":18,"value":603},{"type":18,"value":612}," parameter\nspecified in ",{"type":13,"tag":445,"props":614,"children":616},{"href":615},"/man/VkImageCreateInfo",[617],{"type":18,"value":618},"VkImageCreateInfo",{"type":18,"value":620}," at image creation time.\nThe implicit ",{"type":13,"tag":21,"props":622,"children":624},{"className":623},[],[625],{"type":18,"value":603},{"type":18,"value":627}," ",{"type":13,"tag":629,"props":630,"children":632},"normative",{"type":631},"can",[],{"type":18,"value":634}," be overridden by adding a\n",{"type":13,"tag":445,"props":636,"children":638},{"href":637},"/man/VkImageViewUsageCreateInfo",[639],{"type":18,"value":640},"VkImageViewUsageCreateInfo",{"type":18,"value":642}," structure to the ",{"type":13,"tag":21,"props":644,"children":646},{"className":645},[],[647],{"type":18,"value":461},{"type":18,"value":649}," chain, but the\nview usage ",{"type":13,"tag":629,"props":651,"children":653},{"type":652},"must",[],{"type":18,"value":655}," be a subset of the image usage.\nIf ",{"type":13,"tag":21,"props":657,"children":659},{"className":658},[],[660],{"type":18,"value":499},{"type":18,"value":662}," has a depth-stencil format and was created with a\n",{"type":13,"tag":445,"props":664,"children":666},{"href":665},"/man/VkImageStencilUsageCreateInfo",[667],{"type":18,"value":668},"VkImageStencilUsageCreateInfo",{"type":18,"value":670}," structure included in the ",{"type":13,"tag":21,"props":672,"children":674},{"className":673},[],[675],{"type":18,"value":461},{"type":18,"value":677},"\nchain of ",{"type":13,"tag":445,"props":679,"children":680},{"href":615},[681],{"type":18,"value":618},{"type":18,"value":683},", the usage is calculated based on the\n",{"type":13,"tag":21,"props":685,"children":687},{"className":686},[],[688],{"type":18,"value":689},"subresource.aspectMask",{"type":18,"value":691}," provided:",{"type":13,"tag":429,"props":693,"children":694},{},[695,736,771],{"type":13,"tag":433,"props":696,"children":697},{},[698,700,706,708,714,716,721,723,727,728,734],{"type":18,"value":699},"If ",{"type":13,"tag":21,"props":701,"children":703},{"className":702},[],[704],{"type":18,"value":705},"aspectMask",{"type":18,"value":707}," includes only ",{"type":13,"tag":21,"props":709,"children":711},{"className":710},[],[712],{"type":18,"value":713},"VK_IMAGE_ASPECT_STENCIL_BIT",{"type":18,"value":715},", the\nimplicit ",{"type":13,"tag":21,"props":717,"children":719},{"className":718},[],[720],{"type":18,"value":603},{"type":18,"value":722}," is equal to\n",{"type":13,"tag":445,"props":724,"children":725},{"href":665},[726],{"type":18,"value":668},{"type":18,"value":213},{"type":13,"tag":21,"props":729,"children":731},{"className":730},[],[732],{"type":18,"value":733},"stencilUsage",{"type":18,"value":735},".",{"type":13,"tag":433,"props":737,"children":738},{},[739,740,745,746,752,753,758,760,764,765,770],{"type":18,"value":699},{"type":13,"tag":21,"props":741,"children":743},{"className":742},[],[744],{"type":18,"value":705},{"type":18,"value":707},{"type":13,"tag":21,"props":747,"children":749},{"className":748},[],[750],{"type":18,"value":751},"VK_IMAGE_ASPECT_DEPTH_BIT",{"type":18,"value":715},{"type":13,"tag":21,"props":754,"children":756},{"className":755},[],[757],{"type":18,"value":603},{"type":18,"value":759}," is equal to ",{"type":13,"tag":445,"props":761,"children":762},{"href":615},[763],{"type":18,"value":618},{"type":18,"value":213},{"type":13,"tag":21,"props":766,"children":768},{"className":767},[],[769],{"type":18,"value":603},{"type":18,"value":735},{"type":13,"tag":433,"props":772,"children":773},{},[774,776,781,783,788,790,794,795,800,802,806,807,812],{"type":18,"value":775},"If both aspects are included in ",{"type":13,"tag":21,"props":777,"children":779},{"className":778},[],[780],{"type":18,"value":705},{"type":18,"value":782},", the implicit\n",{"type":13,"tag":21,"props":784,"children":786},{"className":785},[],[787],{"type":18,"value":603},{"type":18,"value":789}," is equal to the intersection of\n",{"type":13,"tag":445,"props":791,"children":792},{"href":615},[793],{"type":18,"value":618},{"type":18,"value":213},{"type":13,"tag":21,"props":796,"children":798},{"className":797},[],[799],{"type":18,"value":603},{"type":18,"value":801}," and\n",{"type":13,"tag":445,"props":803,"children":804},{"href":665},[805],{"type":18,"value":668},{"type":18,"value":213},{"type":13,"tag":21,"props":808,"children":810},{"className":809},[],[811],{"type":18,"value":733},{"type":18,"value":735},{"type":13,"tag":14,"props":814,"children":815},{},[816,817,822,824,827,829,835,837,842],{"type":18,"value":699},{"type":13,"tag":21,"props":818,"children":820},{"className":819},[],[821],{"type":18,"value":499},{"type":18,"value":823}," is a 3D image, its Z range ",{"type":13,"tag":629,"props":825,"children":826},{"type":631},[],{"type":18,"value":828}," be restricted to a subset by\nadding a ",{"type":13,"tag":445,"props":830,"children":832},{"href":831},"/man/VkImageViewSlicedCreateInfoEXT",[833],{"type":18,"value":834},"VkImageViewSlicedCreateInfoEXT",{"type":18,"value":836}," to the ",{"type":13,"tag":21,"props":838,"children":840},{"className":839},[],[841],{"type":18,"value":461},{"type":18,"value":843}," chain.",{"type":13,"tag":14,"props":845,"children":846},{},[847,848,853,855,861,863,868,870,876,877,882,883,886,888,893,895,901,903,906,908,914,916,922,924,929],{"type":18,"value":699},{"type":13,"tag":21,"props":849,"children":851},{"className":850},[],[852],{"type":18,"value":499},{"type":18,"value":854}," was created with the ",{"type":13,"tag":21,"props":856,"children":858},{"className":857},[],[859],{"type":18,"value":860},"VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT",{"type":18,"value":862},"\nflag,\nand if the ",{"type":13,"tag":21,"props":864,"children":866},{"className":865},[],[867],{"type":18,"value":535},{"type":18,"value":869}," of the image is not\n",{"type":13,"tag":445,"props":871,"children":873},{"href":872},"/chapters/formats#formats-requiring-sampler-ycbcr-conversion",[874],{"type":18,"value":875},"multi-planar",{"type":18,"value":223},{"type":13,"tag":21,"props":878,"children":880},{"className":879},[],[881],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":884,"children":885},{"type":631},[],{"type":18,"value":887}," be different from the image’s format, but if\n",{"type":13,"tag":21,"props":889,"children":891},{"className":890},[],[892],{"type":18,"value":499},{"type":18,"value":894}," was created without the\n",{"type":13,"tag":21,"props":896,"children":898},{"className":897},[],[899],{"type":18,"value":900},"VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT",{"type":18,"value":902}," flag and\nthey are not equal they ",{"type":13,"tag":629,"props":904,"children":905},{"type":652},[],{"type":18,"value":907}," be ",{"type":13,"tag":909,"props":910,"children":911},"em",{},[912],{"type":18,"value":913},"compatible",{"type":18,"value":915},".\nImage format compatibility is defined in the\n",{"type":13,"tag":445,"props":917,"children":919},{"href":918},"/chapters/formats#formats-compatibility-classes",[920],{"type":18,"value":921},"Format Compatibility Classes",{"type":18,"value":923}," section.\nViews of compatible formats will have the same mapping between texel\ncoordinates and memory locations irrespective of the ",{"type":13,"tag":21,"props":925,"children":927},{"className":926},[],[928],{"type":18,"value":535},{"type":18,"value":930},", with only\nthe interpretation of the bit pattern changing.",{"type":13,"tag":582,"props":932,"children":934},{"id":933},"image-views-plane-promotion",[],{"type":13,"tag":14,"props":936,"children":937},{},[938,939,944,946,950,952,957,959,965,966,972,974,980,982,988],{"type":18,"value":699},{"type":13,"tag":21,"props":940,"children":942},{"className":941},[],[943],{"type":18,"value":499},{"type":18,"value":945}," was created with a\n",{"type":13,"tag":445,"props":947,"children":948},{"href":872},[949],{"type":18,"value":875},{"type":18,"value":951}," format, and the\nimage view’s ",{"type":13,"tag":21,"props":953,"children":955},{"className":954},[],[956],{"type":18,"value":705},{"type":18,"value":958}," is one of ",{"type":13,"tag":21,"props":960,"children":962},{"className":961},[],[963],{"type":18,"value":964},"VK_IMAGE_ASPECT_PLANE_0_BIT",{"type":18,"value":223},{"type":13,"tag":21,"props":967,"children":969},{"className":968},[],[970],{"type":18,"value":971},"VK_IMAGE_ASPECT_PLANE_1_BIT",{"type":18,"value":973}," or ",{"type":13,"tag":21,"props":975,"children":977},{"className":976},[],[978],{"type":18,"value":979},"VK_IMAGE_ASPECT_PLANE_2_BIT",{"type":18,"value":981},", the\nview’s aspect mask is considered to be equivalent to\n",{"type":13,"tag":21,"props":983,"children":985},{"className":984},[],[986],{"type":18,"value":987},"VK_IMAGE_ASPECT_COLOR_BIT",{"type":18,"value":989}," when used as a framebuffer attachment.",{"type":13,"tag":991,"props":992,"children":993},"note",{},[994],{"type":13,"tag":14,"props":995,"children":996},{},[997,999,1003,1005,1008,1010,1016,1017,1020,1022,1026,1028,1034],{"type":18,"value":998},"Values intended to be used with one view format ",{"type":13,"tag":629,"props":1000,"children":1002},{"type":1001},"may",[],{"type":18,"value":1004}," not be exactly\npreserved when written or read through a different format.\nFor example, an integer value that happens to have the bit pattern of a\nfloating-point denorm or NaN ",{"type":13,"tag":629,"props":1006,"children":1007},{"type":1001},[],{"type":18,"value":1009}," be flushed or canonicalized when written\nor read through a view with a floating-point format.\nSimilarly, a value written through a signed normalized format that has a bit\npattern exactly equal to -2",{"type":13,"tag":1011,"props":1012,"children":1013},"sup",{},[1014],{"type":18,"value":1015},"b",{"type":18,"value":627},{"type":13,"tag":629,"props":1018,"children":1019},{"type":1001},[],{"type":18,"value":1021}," be changed to -2",{"type":13,"tag":1011,"props":1023,"children":1024},{},[1025],{"type":18,"value":1015},{"type":18,"value":1027}," + 1\nas described in ",{"type":13,"tag":445,"props":1029,"children":1031},{"href":1030},"/chapters/fundamentals#fundamentals-fixedfpconv",[1032],{"type":18,"value":1033},"Conversion from Normalized\nFixed-Point to Floating-Point",{"type":18,"value":735},{"type":13,"tag":14,"props":1036,"children":1037},{},[1038,1039,1044,1046,1051,1053,1058,1061,1062,1066,1068,1071,1073,1076,1078,1087],{"type":18,"value":699},{"type":13,"tag":21,"props":1040,"children":1042},{"className":1041},[],[1043],{"type":18,"value":499},{"type":18,"value":1045}," was created with the\n",{"type":13,"tag":21,"props":1047,"children":1049},{"className":1048},[],[1050],{"type":18,"value":900},{"type":18,"value":1052}," flag, ",{"type":13,"tag":21,"props":1054,"children":1056},{"className":1055},[],[1057],{"type":18,"value":535},{"type":13,"tag":629,"props":1059,"children":1060},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":909,"props":1063,"children":1064},{},[1065],{"type":18,"value":913},{"type":18,"value":1067}," with the image’s format as described above; or ",{"type":13,"tag":629,"props":1069,"children":1070},{"type":652},[],{"type":18,"value":1072},"\nbe an uncompressed format, in which case it ",{"type":13,"tag":629,"props":1074,"children":1075},{"type":652},[],{"type":18,"value":1077}," be\n",{"type":13,"tag":445,"props":1079,"children":1081},{"href":1080},"/chapters/formats#formats-size-compatibility",[1082],{"type":13,"tag":909,"props":1083,"children":1084},{},[1085],{"type":18,"value":1086},"size-compatible",{"type":18,"value":1088}," with the image’s format.\nIn this case, the resulting image view’s texel dimensions equal the\ndimensions of the selected mip level divided by the compressed texel block\nsize and rounded up.",{"type":13,"tag":14,"props":1090,"children":1091},{},[1092,1093,1097,1098,1103,1105,1108,1110,1116,1118,1138],{"type":18,"value":19},{"type":13,"tag":445,"props":1094,"children":1095},{"href":557},[1096],{"type":18,"value":560},{"type":18,"value":627},{"type":13,"tag":21,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":18,"value":553},{"type":18,"value":1104}," member describes a remapping\nfrom components of the image to components of the vector returned by shader\nimage instructions.\nThis remapping ",{"type":13,"tag":629,"props":1106,"children":1107},{"type":652},[],{"type":18,"value":1109}," be the identity swizzle for storage image descriptors,\ninput attachment descriptors,\nframebuffer attachments, and any ",{"type":13,"tag":21,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":18,"value":1115},"VkImageView",{"type":18,"value":1117}," used with a combined\nimage sampler that enables ",{"type":13,"tag":445,"props":1119,"children":1121},{"href":1120},"/chapters/samplers#samplers-YCbCr-conversion",[1122,1124,1130,1131,1136],{"type":18,"value":1123},"sampler Y′C",{"type":13,"tag":1125,"props":1126,"children":1127},"sub",{},[1128],{"type":18,"value":1129},"B",{"type":18,"value":37},{"type":13,"tag":1125,"props":1132,"children":1133},{},[1134],{"type":18,"value":1135},"R",{"type":18,"value":1137},"\nconversion",{"type":18,"value":735},{"type":13,"tag":14,"props":1140,"children":1141},{},[1142,1144,1159,1161,1166,1168,1174,1176,1179,1181,1187,1189,1195,1197,1202,1204,1209,1211,1215,1217,1221,1223,1227,1229,1232],{"type":18,"value":1143},"If the image view is to be used with a sampler which supports\n",{"type":13,"tag":445,"props":1145,"children":1146},{"href":1120},[1147,1148,1152,1153,1157],{"type":18,"value":1123},{"type":13,"tag":1125,"props":1149,"children":1150},{},[1151],{"type":18,"value":1129},{"type":18,"value":37},{"type":13,"tag":1125,"props":1154,"children":1155},{},[1156],{"type":18,"value":1135},{"type":18,"value":1158}," conversion",{"type":18,"value":1160},", an ",{"type":13,"tag":909,"props":1162,"children":1163},{},[1164],{"type":18,"value":1165},"identically\ndefined object",{"type":18,"value":1167}," of type ",{"type":13,"tag":445,"props":1169,"children":1171},{"href":1170},"/man/VkSamplerYcbcrConversion",[1172],{"type":18,"value":1173},"VkSamplerYcbcrConversion",{"type":18,"value":1175}," to that used to\ncreate the sampler ",{"type":13,"tag":629,"props":1177,"children":1178},{"type":652},[],{"type":18,"value":1180}," be passed to ",{"type":13,"tag":445,"props":1182,"children":1184},{"href":1183},"/man/vkCreateImageView",[1185],{"type":18,"value":1186},"vkCreateImageView",{"type":18,"value":1188}," in a\n",{"type":13,"tag":445,"props":1190,"children":1192},{"href":1191},"/man/VkSamplerYcbcrConversionInfo",[1193],{"type":18,"value":1194},"VkSamplerYcbcrConversionInfo",{"type":18,"value":1196}," included in the ",{"type":13,"tag":21,"props":1198,"children":1200},{"className":1199},[],[1201],{"type":18,"value":461},{"type":18,"value":1203}," chain of\n",{"type":13,"tag":445,"props":1205,"children":1207},{"href":1206},"/man/VkImageViewCreateInfo",[1208],{"type":18,"value":4},{"type":18,"value":1210},".\nConversely, if a ",{"type":13,"tag":445,"props":1212,"children":1213},{"href":1170},[1214],{"type":18,"value":1173},{"type":18,"value":1216}," object is passed to\n",{"type":13,"tag":445,"props":1218,"children":1219},{"href":1183},[1220],{"type":18,"value":1186},{"type":18,"value":1222},", an identically defined\n",{"type":13,"tag":445,"props":1224,"children":1225},{"href":1170},[1226],{"type":18,"value":1173},{"type":18,"value":1228}," object ",{"type":13,"tag":629,"props":1230,"children":1231},{"type":652},[],{"type":18,"value":1233}," be used when sampling the image.",{"type":13,"tag":582,"props":1235,"children":1237},{"id":1236},"image-views-requiring-sampler-ycbcr-conversion",[],{"type":13,"tag":14,"props":1239,"children":1240},{},[1241,1243,1247,1248,1253,1254,1260,1261,1266,1268,1273,1275,1281,1283,1288,1291,1293,1298,1300,1303,1305,1319],{"type":18,"value":1242},"If the image has a\n",{"type":13,"tag":445,"props":1244,"children":1245},{"href":872},[1246],{"type":18,"value":875},{"type":18,"value":627},{"type":13,"tag":21,"props":1249,"children":1251},{"className":1250},[],[1252],{"type":18,"value":535},{"type":18,"value":223},{"type":13,"tag":21,"props":1255,"children":1257},{"className":1256},[],[1258],{"type":18,"value":1259},"subresourceRange.aspectMask",{"type":18,"value":463},{"type":13,"tag":21,"props":1262,"children":1264},{"className":1263},[],[1265],{"type":18,"value":987},{"type":18,"value":1267},", and\n",{"type":13,"tag":21,"props":1269,"children":1271},{"className":1270},[],[1272],{"type":18,"value":603},{"type":18,"value":1274}," includes ",{"type":13,"tag":21,"props":1276,"children":1278},{"className":1277},[],[1279],{"type":18,"value":1280},"VK_IMAGE_USAGE_SAMPLED_BIT",{"type":18,"value":1282},", then the ",{"type":13,"tag":21,"props":1284,"children":1286},{"className":1285},[],[1287],{"type":18,"value":535},{"type":13,"tag":629,"props":1289,"children":1290},{"type":652},[],{"type":18,"value":1292}," be identical to the image ",{"type":13,"tag":21,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":18,"value":535},{"type":18,"value":1299}," and the sampler to be used with\nthe image view ",{"type":13,"tag":629,"props":1301,"children":1302},{"type":652},[],{"type":18,"value":1304}," enable ",{"type":13,"tag":445,"props":1306,"children":1307},{"href":1120},[1308,1309,1313,1314,1318],{"type":18,"value":1123},{"type":13,"tag":1125,"props":1310,"children":1311},{},[1312],{"type":18,"value":1129},{"type":18,"value":37},{"type":13,"tag":1125,"props":1315,"children":1316},{},[1317],{"type":18,"value":1135},{"type":18,"value":1137},{"type":18,"value":735},{"type":13,"tag":14,"props":1321,"children":1322},{},[1323,1325,1331,1333,1347],{"type":18,"value":1324},"When such an image is used in a ",{"type":13,"tag":445,"props":1326,"children":1328},{"href":1327},"/chapters/video-coding#video-coding",[1329],{"type":18,"value":1330},"video coding",{"type":18,"value":1332}," operation, the\n",{"type":13,"tag":445,"props":1334,"children":1335},{"href":1120},[1336,1337,1341,1342,1346],{"type":18,"value":1123},{"type":13,"tag":1125,"props":1338,"children":1339},{},[1340],{"type":18,"value":1129},{"type":18,"value":37},{"type":13,"tag":1125,"props":1343,"children":1344},{},[1345],{"type":18,"value":1135},{"type":18,"value":1158},{"type":18,"value":1348}," has no effect.",{"type":13,"tag":14,"props":1350,"children":1351},{},[1352,1353,1358,1359,1364,1366,1370,1371,1376,1378,1383,1385,1390,1392,1397,1399,1404,1405,1410,1411,1414,1415,1420,1422,1425,1427,1441,1443,1449,1451,1457,1459,1462,1464,1469],{"type":18,"value":699},{"type":13,"tag":21,"props":1354,"children":1356},{"className":1355},[],[1357],{"type":18,"value":499},{"type":18,"value":854},{"type":13,"tag":21,"props":1360,"children":1362},{"className":1361},[],[1363],{"type":18,"value":860},{"type":18,"value":1365},"\nand the image has a\n",{"type":13,"tag":445,"props":1367,"children":1368},{"href":872},[1369],{"type":18,"value":875},{"type":18,"value":627},{"type":13,"tag":21,"props":1372,"children":1374},{"className":1373},[],[1375],{"type":18,"value":535},{"type":18,"value":1377},",\nand if ",{"type":13,"tag":21,"props":1379,"children":1381},{"className":1380},[],[1382],{"type":18,"value":1259},{"type":18,"value":1384}," is\n",{"type":13,"tag":21,"props":1386,"children":1388},{"className":1387},[],[1389],{"type":18,"value":964},{"type":18,"value":1391},", ",{"type":13,"tag":21,"props":1393,"children":1395},{"className":1394},[],[1396],{"type":18,"value":971},{"type":18,"value":1398},", or\n",{"type":13,"tag":21,"props":1400,"children":1402},{"className":1401},[],[1403],{"type":18,"value":979},{"type":18,"value":1391},{"type":13,"tag":21,"props":1406,"children":1408},{"className":1407},[],[1409],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":1412,"children":1413},{"type":652},[],{"type":18,"value":1077},{"type":13,"tag":445,"props":1416,"children":1418},{"href":1417},"/chapters/formats#formats-compatible-planes",[1419],{"type":18,"value":913},{"type":18,"value":1421}," with the corresponding plane of the\nimage, and the sampler to be used with the image view ",{"type":13,"tag":629,"props":1423,"children":1424},{"type":652},[],{"type":18,"value":1426}," not enable\n",{"type":13,"tag":445,"props":1428,"children":1429},{"href":1120},[1430,1431,1435,1436,1440],{"type":18,"value":1123},{"type":13,"tag":1125,"props":1432,"children":1433},{},[1434],{"type":18,"value":1129},{"type":18,"value":37},{"type":13,"tag":1125,"props":1437,"children":1438},{},[1439],{"type":18,"value":1135},{"type":18,"value":1158},{"type":18,"value":1442},".\nThe ",{"type":13,"tag":21,"props":1444,"children":1446},{"className":1445},[],[1447],{"type":18,"value":1448},"width",{"type":18,"value":1450}," and ",{"type":13,"tag":21,"props":1452,"children":1454},{"className":1453},[],[1455],{"type":18,"value":1456},"height",{"type":18,"value":1458}," of the single-plane image view ",{"type":13,"tag":629,"props":1460,"children":1461},{"type":652},[],{"type":18,"value":1463}," be\nderived from the multi-planar image’s dimensions in the manner listed for\n",{"type":13,"tag":445,"props":1465,"children":1466},{"href":1417},[1467],{"type":18,"value":1468},"plane compatibility",{"type":18,"value":1470}," for the plane.",{"type":13,"tag":14,"props":1472,"children":1473},{},[1474,1476,1482,1484,1494,1495,1504,1506,1515,1516,1524,1526,1534,1535,1543,1545,1554,1555,1564],{"type":18,"value":1475},"Any view of an image plane will have the same mapping between texel\ncoordinates and memory locations as used by the components of the color\naspect, subject to the formulae relating texel coordinates to\nlower-resolution planes as described in ",{"type":13,"tag":445,"props":1477,"children":1479},{"href":1478},"/chapters/textures#textures-chroma-reconstruction",[1480],{"type":18,"value":1481},"Chroma Reconstruction",{"type":18,"value":1483},".\nThat is, if an R or B plane has a reduced resolution relative to the G plane\nof the multi-planar image, the image view operates using the (",{"type":13,"tag":909,"props":1485,"children":1486},{},[1487,1489],{"type":18,"value":1488},"u",{"type":13,"tag":1125,"props":1490,"children":1491},{},[1492],{"type":18,"value":1493},"plane",{"type":18,"value":223},{"type":13,"tag":909,"props":1496,"children":1497},{},[1498,1500],{"type":18,"value":1499},"v",{"type":13,"tag":1125,"props":1501,"children":1502},{},[1503],{"type":18,"value":1493},{"type":18,"value":1505},") unnormalized coordinates of the reduced-resolution plane, and\nthese coordinates access the same memory locations as the (",{"type":13,"tag":909,"props":1507,"children":1508},{},[1509,1510],{"type":18,"value":1488},{"type":13,"tag":1125,"props":1511,"children":1512},{},[1513],{"type":18,"value":1514},"color",{"type":18,"value":223},{"type":13,"tag":909,"props":1517,"children":1518},{},[1519,1520],{"type":18,"value":1499},{"type":13,"tag":1125,"props":1521,"children":1522},{},[1523],{"type":18,"value":1514},{"type":18,"value":1525},") unnormalized coordinates of the color aspect for which chroma\nreconstruction operations operate on the same (",{"type":13,"tag":909,"props":1527,"children":1528},{},[1529,1530],{"type":18,"value":1488},{"type":13,"tag":1125,"props":1531,"children":1532},{},[1533],{"type":18,"value":1493},{"type":18,"value":1391},{"type":13,"tag":909,"props":1536,"children":1537},{},[1538,1539],{"type":18,"value":1499},{"type":13,"tag":1125,"props":1540,"children":1541},{},[1542],{"type":18,"value":1493},{"type":18,"value":1544},") or\n(",{"type":13,"tag":909,"props":1546,"children":1547},{},[1548,1550],{"type":18,"value":1549},"i",{"type":13,"tag":1125,"props":1551,"children":1552},{},[1553],{"type":18,"value":1493},{"type":18,"value":1391},{"type":13,"tag":909,"props":1556,"children":1557},{},[1558,1560],{"type":18,"value":1559},"j",{"type":13,"tag":1125,"props":1561,"children":1562},{},[1563],{"type":18,"value":1493},{"type":18,"value":1565},") coordinates.",{"type":13,"tag":1567,"props":1568,"children":1575},"table",{"id":1569,"className":1570},"resources-image-views-compatibility",[1571,1572,1573,1574],"tableblock","frame-all","grid-all","stretch",[1576,1584,1597,1620],{"type":13,"tag":1577,"props":1578,"children":1581},"caption",{"className":1579},[1580],"title",[1582],{"type":18,"value":1583},"Table 1. Image type and image view type compatibility requirements",{"type":13,"tag":1585,"props":1586,"children":1587},"colgroup",{},[1588,1593],{"type":13,"tag":1589,"props":1590,"children":1592},"col",{"style":1591},"width: 41.1764%;",[],{"type":13,"tag":1589,"props":1594,"children":1596},{"style":1595},"width: 58.8236%;",[],{"type":13,"tag":1598,"props":1599,"children":1600},"thead",{},[1601],{"type":13,"tag":1602,"props":1603,"children":1604},"tr",{},[1605,1614],{"type":13,"tag":1606,"props":1607,"children":1611},"th",{"className":1608},[1571,1609,1610],"halign-left","valign-top",[1612],{"type":18,"value":1613},"Image View Type",{"type":13,"tag":1606,"props":1615,"children":1617},{"className":1616},[1571,1609,1610],[1618],{"type":18,"value":1619},"Compatible Image Types",{"type":13,"tag":1621,"props":1622,"children":1623},"tbody",{},[1624,1655,1683,1719,1752,1780,1808],{"type":13,"tag":1602,"props":1625,"children":1626},{},[1627,1642],{"type":13,"tag":1628,"props":1629,"children":1631},"td",{"className":1630},[1571,1609,1610],[1632],{"type":13,"tag":14,"props":1633,"children":1635},{"className":1634},[1571],[1636],{"type":13,"tag":1637,"props":1638,"children":1639},"literal",{},[1640],{"type":18,"value":1641},"VK_IMAGE_VIEW_TYPE_1D",{"type":13,"tag":1628,"props":1643,"children":1645},{"className":1644},[1571,1609,1610],[1646],{"type":13,"tag":14,"props":1647,"children":1649},{"className":1648},[1571],[1650],{"type":13,"tag":1637,"props":1651,"children":1652},{},[1653],{"type":18,"value":1654},"VK_IMAGE_TYPE_1D",{"type":13,"tag":1602,"props":1656,"children":1657},{},[1658,1671],{"type":13,"tag":1628,"props":1659,"children":1661},{"className":1660},[1571,1609,1610],[1662],{"type":13,"tag":14,"props":1663,"children":1665},{"className":1664},[1571],[1666],{"type":13,"tag":1637,"props":1667,"children":1668},{},[1669],{"type":18,"value":1670},"VK_IMAGE_VIEW_TYPE_1D_ARRAY",{"type":13,"tag":1628,"props":1672,"children":1674},{"className":1673},[1571,1609,1610],[1675],{"type":13,"tag":14,"props":1676,"children":1678},{"className":1677},[1571],[1679],{"type":13,"tag":1637,"props":1680,"children":1681},{},[1682],{"type":18,"value":1654},{"type":13,"tag":1602,"props":1684,"children":1685},{},[1686,1699],{"type":13,"tag":1628,"props":1687,"children":1689},{"className":1688},[1571,1609,1610],[1690],{"type":13,"tag":14,"props":1691,"children":1693},{"className":1692},[1571],[1694],{"type":13,"tag":1637,"props":1695,"children":1696},{},[1697],{"type":18,"value":1698},"VK_IMAGE_VIEW_TYPE_2D",{"type":13,"tag":1628,"props":1700,"children":1702},{"className":1701},[1571,1609,1610],[1703],{"type":13,"tag":14,"props":1704,"children":1706},{"className":1705},[1571],[1707,1712,1714],{"type":13,"tag":1637,"props":1708,"children":1709},{},[1710],{"type":18,"value":1711},"VK_IMAGE_TYPE_2D",{"type":18,"value":1713},"\n, ",{"type":13,"tag":1637,"props":1715,"children":1716},{},[1717],{"type":18,"value":1718},"VK_IMAGE_TYPE_3D",{"type":13,"tag":1602,"props":1720,"children":1721},{},[1722,1735],{"type":13,"tag":1628,"props":1723,"children":1725},{"className":1724},[1571,1609,1610],[1726],{"type":13,"tag":14,"props":1727,"children":1729},{"className":1728},[1571],[1730],{"type":13,"tag":1637,"props":1731,"children":1732},{},[1733],{"type":18,"value":1734},"VK_IMAGE_VIEW_TYPE_2D_ARRAY",{"type":13,"tag":1628,"props":1736,"children":1738},{"className":1737},[1571,1609,1610],[1739],{"type":13,"tag":14,"props":1740,"children":1742},{"className":1741},[1571],[1743,1747,1748],{"type":13,"tag":1637,"props":1744,"children":1745},{},[1746],{"type":18,"value":1711},{"type":18,"value":1713},{"type":13,"tag":1637,"props":1749,"children":1750},{},[1751],{"type":18,"value":1718},{"type":13,"tag":1602,"props":1753,"children":1754},{},[1755,1768],{"type":13,"tag":1628,"props":1756,"children":1758},{"className":1757},[1571,1609,1610],[1759],{"type":13,"tag":14,"props":1760,"children":1762},{"className":1761},[1571],[1763],{"type":13,"tag":1637,"props":1764,"children":1765},{},[1766],{"type":18,"value":1767},"VK_IMAGE_VIEW_TYPE_CUBE",{"type":13,"tag":1628,"props":1769,"children":1771},{"className":1770},[1571,1609,1610],[1772],{"type":13,"tag":14,"props":1773,"children":1775},{"className":1774},[1571],[1776],{"type":13,"tag":1637,"props":1777,"children":1778},{},[1779],{"type":18,"value":1711},{"type":13,"tag":1602,"props":1781,"children":1782},{},[1783,1796],{"type":13,"tag":1628,"props":1784,"children":1786},{"className":1785},[1571,1609,1610],[1787],{"type":13,"tag":14,"props":1788,"children":1790},{"className":1789},[1571],[1791],{"type":13,"tag":1637,"props":1792,"children":1793},{},[1794],{"type":18,"value":1795},"VK_IMAGE_VIEW_TYPE_CUBE_ARRAY",{"type":13,"tag":1628,"props":1797,"children":1799},{"className":1798},[1571,1609,1610],[1800],{"type":13,"tag":14,"props":1801,"children":1803},{"className":1802},[1571],[1804],{"type":13,"tag":1637,"props":1805,"children":1806},{},[1807],{"type":18,"value":1711},{"type":13,"tag":1602,"props":1809,"children":1810},{},[1811,1824],{"type":13,"tag":1628,"props":1812,"children":1814},{"className":1813},[1571,1609,1610],[1815],{"type":13,"tag":14,"props":1816,"children":1818},{"className":1817},[1571],[1819],{"type":13,"tag":1637,"props":1820,"children":1821},{},[1822],{"type":18,"value":1823},"VK_IMAGE_VIEW_TYPE_3D",{"type":13,"tag":1628,"props":1825,"children":1827},{"className":1826},[1571,1609,1610],[1828],{"type":13,"tag":14,"props":1829,"children":1831},{"className":1830},[1571],[1832],{"type":13,"tag":1637,"props":1833,"children":1834},{},[1835],{"type":18,"value":1718},{"type":13,"tag":1837,"props":1838,"children":1840},"validity-group",{"name":1839},"Valid Usage",[1841,1887,1924,1968,2018,2067,2142,2194,2227,2248,2286,2324,2370,2408,2459,2507,2545,2593,2641,2677,2699,2739,2798,2842,2918,3023,3107,3214,3291,3338,3389,3463,3534,3631,3655,3729,3791,3831,3862,3914,3967,3995,4026,4064,4113,4148,4184,4229,4262,4310,4365,4413,4476,4512,4546,4581,4647,4701,4776,4851,4940,5025,5081,5130,5179,5227,5269,5311,5363,5422,5480,5538,5577,5614,5654,5693,5735,5772,5806,5840,5880,5933,5982,6684,6735,6777,6830,6884,6935],{"type":13,"tag":1842,"props":1843,"children":1845},"validity-field",{"name":1844},"VUID-VkImageViewCreateInfo-image-01003",[1846],{"type":13,"tag":14,"props":1847,"children":1848},{},[1849,1850,1855,1857,1863,1865,1870,1871,1874,1876,1881,1882],{"type":18,"value":699},{"type":13,"tag":21,"props":1851,"children":1853},{"className":1852},[],[1854],{"type":18,"value":499},{"type":18,"value":1856}," was not created with\n",{"type":13,"tag":21,"props":1858,"children":1860},{"className":1859},[],[1861],{"type":18,"value":1862},"VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT",{"type":18,"value":1864}," then ",{"type":13,"tag":21,"props":1866,"children":1868},{"className":1867},[],[1869],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":1872,"children":1873},{"type":652},[],{"type":18,"value":1875}," not\nbe ",{"type":13,"tag":21,"props":1877,"children":1879},{"className":1878},[],[1880],{"type":18,"value":1767},{"type":18,"value":973},{"type":13,"tag":21,"props":1883,"children":1885},{"className":1884},[],[1886],{"type":18,"value":1795},{"type":13,"tag":1842,"props":1888,"children":1890},{"name":1889},"VUID-VkImageViewCreateInfo-viewType-01004",[1891],{"type":13,"tag":14,"props":1892,"children":1893},{},[1894,1896,1906,1908,1913,1914,1917,1919],{"type":18,"value":1895},"If the ",{"type":13,"tag":445,"props":1897,"children":1899},{"href":1898},"/man/VkPhysicalDeviceFeatures#features-imageCubeArray",[1900],{"type":13,"tag":21,"props":1901,"children":1903},{"className":1902},[],[1904],{"type":18,"value":1905},"imageCubeArray",{"type":18,"value":1907}," feature is not\nenabled, ",{"type":13,"tag":21,"props":1909,"children":1911},{"className":1910},[],[1912],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":1915,"children":1916},{"type":652},[],{"type":18,"value":1918}," not be ",{"type":13,"tag":21,"props":1920,"children":1922},{"className":1921},[],[1923],{"type":18,"value":1795},{"type":13,"tag":1842,"props":1925,"children":1927},{"name":1926},"VUID-VkImageViewCreateInfo-image-06723",[1928],{"type":13,"tag":14,"props":1929,"children":1930},{},[1931,1932,1937,1939,1944,1946,1952,1954,1959,1962,1963],{"type":18,"value":699},{"type":13,"tag":21,"props":1933,"children":1935},{"className":1934},[],[1936],{"type":18,"value":499},{"type":18,"value":1938}," was created with ",{"type":13,"tag":21,"props":1940,"children":1942},{"className":1941},[],[1943],{"type":18,"value":1718},{"type":18,"value":1945}," but without\n",{"type":13,"tag":21,"props":1947,"children":1949},{"className":1948},[],[1950],{"type":18,"value":1951},"VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT",{"type":18,"value":1953}," set then ",{"type":13,"tag":21,"props":1955,"children":1957},{"className":1956},[],[1958],{"type":18,"value":517},{"type":13,"tag":629,"props":1960,"children":1961},{"type":652},[],{"type":18,"value":1918},{"type":13,"tag":21,"props":1964,"children":1966},{"className":1965},[],[1967],{"type":18,"value":1734},{"type":13,"tag":1842,"props":1969,"children":1971},{"name":1970},"VUID-VkImageViewCreateInfo-image-06728",[1972],{"type":13,"tag":14,"props":1973,"children":1974},{},[1975,1976,1981,1982,1987,1988,1993,1995,2001,2003,2008,2009,2012,2013],{"type":18,"value":699},{"type":13,"tag":21,"props":1977,"children":1979},{"className":1978},[],[1980],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":1983,"children":1985},{"className":1984},[],[1986],{"type":18,"value":1718},{"type":18,"value":1945},{"type":13,"tag":21,"props":1989,"children":1991},{"className":1990},[],[1992],{"type":18,"value":1951},{"type":18,"value":1994}," or\n",{"type":13,"tag":21,"props":1996,"children":1998},{"className":1997},[],[1999],{"type":18,"value":2000},"VK_IMAGE_CREATE_2D_VIEW_COMPATIBLE_BIT_EXT",{"type":18,"value":2002}," set, then\n",{"type":13,"tag":21,"props":2004,"children":2006},{"className":2005},[],[2007],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":2010,"children":2011},{"type":652},[],{"type":18,"value":1918},{"type":13,"tag":21,"props":2014,"children":2016},{"className":2015},[],[2017],{"type":18,"value":1698},{"type":13,"tag":1842,"props":2019,"children":2021},{"name":2020},"VUID-VkImageViewCreateInfo-image-04970",[2022],{"type":13,"tag":14,"props":2023,"children":2024},{},[2025,2026,2031,2032,2037,2038,2043,2044,2049,2050,2055,2056,2062,2065],{"type":18,"value":699},{"type":13,"tag":21,"props":2027,"children":2029},{"className":2028},[],[2030],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":2033,"children":2035},{"className":2034},[],[2036],{"type":18,"value":1718},{"type":18,"value":801},{"type":13,"tag":21,"props":2039,"children":2041},{"className":2040},[],[2042],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":2045,"children":2047},{"className":2046},[],[2048],{"type":18,"value":1698},{"type":18,"value":1994},{"type":13,"tag":21,"props":2051,"children":2053},{"className":2052},[],[2054],{"type":18,"value":1734},{"type":18,"value":1864},{"type":13,"tag":21,"props":2057,"children":2059},{"className":2058},[],[2060],{"type":18,"value":2061},"subresourceRange.levelCount",{"type":13,"tag":629,"props":2063,"children":2064},{"type":652},[],{"type":18,"value":2066}," be 1",{"type":13,"tag":1842,"props":2068,"children":2070},{"name":2069},"VUID-VkImageViewCreateInfo-image-04971",[2071],{"type":13,"tag":14,"props":2072,"children":2073},{},[2074,2075,2080,2081,2086,2087,2092,2093,2098,2099,2104,2106,2110,2111,2116,2117,2120,2122,2128,2129,2135,2136],{"type":18,"value":699},{"type":13,"tag":21,"props":2076,"children":2078},{"className":2077},[],[2079],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":2082,"children":2084},{"className":2083},[],[2085],{"type":18,"value":1718},{"type":18,"value":801},{"type":13,"tag":21,"props":2088,"children":2090},{"className":2089},[],[2091],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":2094,"children":2096},{"className":2095},[],[2097],{"type":18,"value":1698},{"type":18,"value":1994},{"type":13,"tag":21,"props":2100,"children":2102},{"className":2101},[],[2103],{"type":18,"value":1734},{"type":18,"value":2105}," then\n",{"type":13,"tag":445,"props":2107,"children":2108},{"href":615},[2109],{"type":18,"value":618},{"type":18,"value":213},{"type":13,"tag":21,"props":2112,"children":2114},{"className":2113},[],[2115],{"type":18,"value":480},{"type":18,"value":627},{"type":13,"tag":629,"props":2118,"children":2119},{"type":652},[],{"type":18,"value":2121}," not contain any of\n",{"type":13,"tag":21,"props":2123,"children":2125},{"className":2124},[],[2126],{"type":18,"value":2127},"VK_IMAGE_CREATE_SPARSE_BINDING_BIT",{"type":18,"value":223},{"type":13,"tag":21,"props":2130,"children":2132},{"className":2131},[],[2133],{"type":18,"value":2134},"VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT",{"type":18,"value":1267},{"type":13,"tag":21,"props":2137,"children":2139},{"className":2138},[],[2140],{"type":18,"value":2141},"VK_IMAGE_CREATE_SPARSE_ALIASED_BIT",{"type":13,"tag":1842,"props":2143,"children":2145},{"name":2144},"VUID-VkImageViewCreateInfo-image-04972",[2146],{"type":13,"tag":14,"props":2147,"children":2148},{},[2149,2150,2155,2157,2163,2165,2171,2172,2177,2178,2181,2183,2188,2189],{"type":18,"value":699},{"type":13,"tag":21,"props":2151,"children":2153},{"className":2152},[],[2154],{"type":18,"value":499},{"type":18,"value":2156}," was created with a ",{"type":13,"tag":21,"props":2158,"children":2160},{"className":2159},[],[2161],{"type":18,"value":2162},"samples",{"type":18,"value":2164}," value not equal to\n",{"type":13,"tag":21,"props":2166,"children":2168},{"className":2167},[],[2169],{"type":18,"value":2170},"VK_SAMPLE_COUNT_1_BIT",{"type":18,"value":1864},{"type":13,"tag":21,"props":2173,"children":2175},{"className":2174},[],[2176],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":2179,"children":2180},{"type":652},[],{"type":18,"value":2182}," be either\n",{"type":13,"tag":21,"props":2184,"children":2186},{"className":2185},[],[2187],{"type":18,"value":1698},{"type":18,"value":973},{"type":13,"tag":21,"props":2190,"children":2192},{"className":2191},[],[2193],{"type":18,"value":1734},{"type":13,"tag":1842,"props":2195,"children":2197},{"name":2196},"VUID-VkImageViewCreateInfo-image-04441",[2198],{"type":13,"tag":14,"props":2199,"children":2200},{},[2201,2206,2207,2210,2212,2217,2219,2225],{"type":13,"tag":21,"props":2202,"children":2204},{"className":2203},[],[2205],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":2208,"children":2209},{"type":652},[],{"type":18,"value":2211}," have been created with a ",{"type":13,"tag":21,"props":2213,"children":2215},{"className":2214},[],[2216],{"type":18,"value":603},{"type":18,"value":2218}," value containing\nat least one of the usages defined in the ",{"type":13,"tag":445,"props":2220,"children":2222},{"href":2221},"/man/VkImageUsageFlags#valid-imageview-imageusage",[2223],{"type":18,"value":2224},"valid image usage",{"type":18,"value":2226}," list for image views",{"type":13,"tag":1842,"props":2228,"children":2230},{"name":2229},"VUID-VkImageViewCreateInfo-None-02273",[2231],{"type":13,"tag":14,"props":2232,"children":2233},{},[2234,2235,2241,2243,2246],{"type":18,"value":19},{"type":13,"tag":445,"props":2236,"children":2238},{"href":2237},"/chapters/resources#resources-image-view-format-features",[2239],{"type":18,"value":2240},"format features",{"type":18,"value":2242}," of the\nresultant image view ",{"type":13,"tag":629,"props":2244,"children":2245},{"type":652},[],{"type":18,"value":2247}," contain at least one bit",{"type":13,"tag":1842,"props":2249,"children":2251},{"name":2250},"VUID-VkImageViewCreateInfo-usage-02274",[2252],{"type":13,"tag":14,"props":2253,"children":2254},{},[2255,2256,2261,2263,2268,2270,2274,2275,2278,2280],{"type":18,"value":699},{"type":13,"tag":21,"props":2257,"children":2259},{"className":2258},[],[2260],{"type":18,"value":603},{"type":18,"value":2262}," contains ",{"type":13,"tag":21,"props":2264,"children":2266},{"className":2265},[],[2267],{"type":18,"value":1280},{"type":18,"value":2269},", then the\n",{"type":13,"tag":445,"props":2271,"children":2272},{"href":2237},[2273],{"type":18,"value":2240},{"type":18,"value":2242},{"type":13,"tag":629,"props":2276,"children":2277},{"type":652},[],{"type":18,"value":2279}," contain\n",{"type":13,"tag":21,"props":2281,"children":2283},{"className":2282},[],[2284],{"type":18,"value":2285},"VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT",{"type":13,"tag":1842,"props":2287,"children":2289},{"name":2288},"VUID-VkImageViewCreateInfo-usage-02275",[2290],{"type":13,"tag":14,"props":2291,"children":2292},{},[2293,2294,2299,2300,2306,2308,2312,2313,2316,2318],{"type":18,"value":699},{"type":13,"tag":21,"props":2295,"children":2297},{"className":2296},[],[2298],{"type":18,"value":603},{"type":18,"value":2262},{"type":13,"tag":21,"props":2301,"children":2303},{"className":2302},[],[2304],{"type":18,"value":2305},"VK_IMAGE_USAGE_STORAGE_BIT",{"type":18,"value":2307},", then the image\nview’s ",{"type":13,"tag":445,"props":2309,"children":2310},{"href":2237},[2311],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2314,"children":2315},{"type":652},[],{"type":18,"value":2317},"\ncontain ",{"type":13,"tag":21,"props":2319,"children":2321},{"className":2320},[],[2322],{"type":18,"value":2323},"VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT",{"type":13,"tag":1842,"props":2325,"children":2327},{"name":2326},"VUID-VkImageViewCreateInfo-usage-08931",[2328],{"type":13,"tag":14,"props":2329,"children":2330},{},[2331,2332,2337,2338,2344,2346,2351,2352,2355,2357,2363,2364],{"type":18,"value":699},{"type":13,"tag":21,"props":2333,"children":2335},{"className":2334},[],[2336],{"type":18,"value":603},{"type":18,"value":2262},{"type":13,"tag":21,"props":2339,"children":2341},{"className":2340},[],[2342],{"type":18,"value":2343},"VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT",{"type":18,"value":2345},", then\nthe image view’s ",{"type":13,"tag":445,"props":2347,"children":2348},{"href":2237},[2349],{"type":18,"value":2350},"format\nfeatures",{"type":18,"value":627},{"type":13,"tag":629,"props":2353,"children":2354},{"type":652},[],{"type":18,"value":2356}," contain ",{"type":13,"tag":21,"props":2358,"children":2360},{"className":2359},[],[2361],{"type":18,"value":2362},"VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT",{"type":18,"value":1994},{"type":13,"tag":21,"props":2365,"children":2367},{"className":2366},[],[2368],{"type":18,"value":2369},"VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV",{"type":13,"tag":1842,"props":2371,"children":2373},{"name":2372},"VUID-VkImageViewCreateInfo-usage-02277",[2374],{"type":13,"tag":14,"props":2375,"children":2376},{},[2377,2378,2383,2385,2391,2393,2397,2398,2401,2402],{"type":18,"value":699},{"type":13,"tag":21,"props":2379,"children":2381},{"className":2380},[],[2382],{"type":18,"value":603},{"type":18,"value":2384}," contains\n",{"type":13,"tag":21,"props":2386,"children":2388},{"className":2387},[],[2389],{"type":18,"value":2390},"VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT",{"type":18,"value":2392},", then the image view’s\n",{"type":13,"tag":445,"props":2394,"children":2395},{"href":2237},[2396],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2399,"children":2400},{"type":652},[],{"type":18,"value":2279},{"type":13,"tag":21,"props":2403,"children":2405},{"className":2404},[],[2406],{"type":18,"value":2407},"VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT",{"type":13,"tag":1842,"props":2409,"children":2411},{"name":2410},"VUID-VkImageViewCreateInfo-image-08333",[2412],{"type":13,"tag":14,"props":2413,"children":2414},{},[2415,2416,2421,2423,2429,2430,2435,2437,2443,2444,2448,2449,2452,2453],{"type":18,"value":699},{"type":13,"tag":21,"props":2417,"children":2419},{"className":2418},[],[2420],{"type":18,"value":499},{"type":18,"value":2422}," was created with\n",{"type":13,"tag":21,"props":2424,"children":2426},{"className":2425},[],[2427],{"type":18,"value":2428},"VK_IMAGE_CREATE_VIDEO_PROFILE_INDEPENDENT_BIT_KHR",{"type":18,"value":1450},{"type":13,"tag":21,"props":2431,"children":2433},{"className":2432},[],[2434],{"type":18,"value":603},{"type":18,"value":2436},"\ncontains ",{"type":13,"tag":21,"props":2438,"children":2440},{"className":2439},[],[2441],{"type":18,"value":2442},"VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR",{"type":18,"value":2307},{"type":13,"tag":445,"props":2445,"children":2446},{"href":2237},[2447],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2450,"children":2451},{"type":652},[],{"type":18,"value":2317},{"type":13,"tag":21,"props":2454,"children":2456},{"className":2455},[],[2457],{"type":18,"value":2458},"VK_FORMAT_FEATURE_VIDEO_DECODE_OUTPUT_BIT_KHR",{"type":13,"tag":1842,"props":2460,"children":2462},{"name":2461},"VUID-VkImageViewCreateInfo-image-08334",[2463],{"type":13,"tag":14,"props":2464,"children":2465},{},[2466,2467,2472,2473,2478,2479,2484,2485,2491,2492,2496,2497,2500,2501],{"type":18,"value":699},{"type":13,"tag":21,"props":2468,"children":2470},{"className":2469},[],[2471],{"type":18,"value":499},{"type":18,"value":2422},{"type":13,"tag":21,"props":2474,"children":2476},{"className":2475},[],[2477],{"type":18,"value":2428},{"type":18,"value":1450},{"type":13,"tag":21,"props":2480,"children":2482},{"className":2481},[],[2483],{"type":18,"value":603},{"type":18,"value":2436},{"type":13,"tag":21,"props":2486,"children":2488},{"className":2487},[],[2489],{"type":18,"value":2490},"VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR",{"type":18,"value":2307},{"type":13,"tag":445,"props":2493,"children":2494},{"href":2237},[2495],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2498,"children":2499},{"type":652},[],{"type":18,"value":2317},{"type":13,"tag":21,"props":2502,"children":2504},{"className":2503},[],[2505],{"type":18,"value":2506},"VK_FORMAT_FEATURE_VIDEO_DECODE_DPB_BIT_KHR",{"type":13,"tag":1842,"props":2508,"children":2510},{"name":2509},"VUID-VkImageViewCreateInfo-image-08335",[2511],{"type":13,"tag":14,"props":2512,"children":2513},{},[2514,2515,2520,2521,2526,2528,2533,2534,2537,2539],{"type":18,"value":699},{"type":13,"tag":21,"props":2516,"children":2518},{"className":2517},[],[2519],{"type":18,"value":499},{"type":18,"value":2422},{"type":13,"tag":21,"props":2522,"children":2524},{"className":2523},[],[2525],{"type":18,"value":2428},{"type":18,"value":2527},", then\n",{"type":13,"tag":21,"props":2529,"children":2531},{"className":2530},[],[2532],{"type":18,"value":603},{"type":18,"value":627},{"type":13,"tag":629,"props":2535,"children":2536},{"type":652},[],{"type":18,"value":2538}," not include\n",{"type":13,"tag":21,"props":2540,"children":2542},{"className":2541},[],[2543],{"type":18,"value":2544},"VK_IMAGE_USAGE_VIDEO_DECODE_SRC_BIT_KHR",{"type":13,"tag":1842,"props":2546,"children":2548},{"name":2547},"VUID-VkImageViewCreateInfo-image-08336",[2549],{"type":13,"tag":14,"props":2550,"children":2551},{},[2552,2553,2558,2559,2564,2565,2570,2571,2577,2578,2582,2583,2586,2587],{"type":18,"value":699},{"type":13,"tag":21,"props":2554,"children":2556},{"className":2555},[],[2557],{"type":18,"value":499},{"type":18,"value":2422},{"type":13,"tag":21,"props":2560,"children":2562},{"className":2561},[],[2563],{"type":18,"value":2428},{"type":18,"value":1450},{"type":13,"tag":21,"props":2566,"children":2568},{"className":2567},[],[2569],{"type":18,"value":603},{"type":18,"value":2436},{"type":13,"tag":21,"props":2572,"children":2574},{"className":2573},[],[2575],{"type":18,"value":2576},"VK_IMAGE_USAGE_VIDEO_ENCODE_SRC_BIT_KHR",{"type":18,"value":2307},{"type":13,"tag":445,"props":2579,"children":2580},{"href":2237},[2581],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2584,"children":2585},{"type":652},[],{"type":18,"value":2317},{"type":13,"tag":21,"props":2588,"children":2590},{"className":2589},[],[2591],{"type":18,"value":2592},"VK_FORMAT_FEATURE_VIDEO_ENCODE_INPUT_BIT_KHR",{"type":13,"tag":1842,"props":2594,"children":2596},{"name":2595},"VUID-VkImageViewCreateInfo-image-08337",[2597],{"type":13,"tag":14,"props":2598,"children":2599},{},[2600,2601,2606,2607,2612,2613,2618,2619,2625,2626,2630,2631,2634,2635],{"type":18,"value":699},{"type":13,"tag":21,"props":2602,"children":2604},{"className":2603},[],[2605],{"type":18,"value":499},{"type":18,"value":2422},{"type":13,"tag":21,"props":2608,"children":2610},{"className":2609},[],[2611],{"type":18,"value":2428},{"type":18,"value":1450},{"type":13,"tag":21,"props":2614,"children":2616},{"className":2615},[],[2617],{"type":18,"value":603},{"type":18,"value":2436},{"type":13,"tag":21,"props":2620,"children":2622},{"className":2621},[],[2623],{"type":18,"value":2624},"VK_IMAGE_USAGE_VIDEO_ENCODE_DPB_BIT_KHR",{"type":18,"value":2307},{"type":13,"tag":445,"props":2627,"children":2628},{"href":2237},[2629],{"type":18,"value":2240},{"type":18,"value":627},{"type":13,"tag":629,"props":2632,"children":2633},{"type":652},[],{"type":18,"value":2317},{"type":13,"tag":21,"props":2636,"children":2638},{"className":2637},[],[2639],{"type":18,"value":2640},"VK_FORMAT_FEATURE_VIDEO_ENCODE_DPB_BIT_KHR",{"type":13,"tag":1842,"props":2642,"children":2644},{"name":2643},"VUID-VkImageViewCreateInfo-image-08338",[2645],{"type":13,"tag":14,"props":2646,"children":2647},{},[2648,2649,2654,2655,2660,2661,2666,2667,2670,2671],{"type":18,"value":699},{"type":13,"tag":21,"props":2650,"children":2652},{"className":2651},[],[2653],{"type":18,"value":499},{"type":18,"value":2422},{"type":13,"tag":21,"props":2656,"children":2658},{"className":2657},[],[2659],{"type":18,"value":2428},{"type":18,"value":2527},{"type":13,"tag":21,"props":2662,"children":2664},{"className":2663},[],[2665],{"type":18,"value":603},{"type":18,"value":627},{"type":13,"tag":629,"props":2668,"children":2669},{"type":652},[],{"type":18,"value":2538},{"type":13,"tag":21,"props":2672,"children":2674},{"className":2673},[],[2675],{"type":18,"value":2676},"VK_IMAGE_USAGE_VIDEO_ENCODE_DST_BIT_KHR",{"type":13,"tag":1842,"props":2678,"children":2680},{"name":2679},"VUID-VkImageViewCreateInfo-usage-08932",[2681],{"type":13,"tag":14,"props":2682,"children":2683},{},[2684,2685,2690,2691,2697],{"type":18,"value":699},{"type":13,"tag":21,"props":2686,"children":2688},{"className":2687},[],[2689],{"type":18,"value":603},{"type":18,"value":2262},{"type":13,"tag":21,"props":2692,"children":2694},{"className":2693},[],[2695],{"type":18,"value":2696},"VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT",{"type":18,"value":2698},",\nand any of the following is true:",{"type":13,"tag":1842,"props":2700,"children":2702},{"name":2701},"VUID-VkImageViewCreateInfo-subresourceRange-01478",[2703],{"type":13,"tag":14,"props":2704,"children":2705},{},[2706,2712,2713,2716,2718,2724,2726,2730,2732,2737],{"type":13,"tag":21,"props":2707,"children":2709},{"className":2708},[],[2710],{"type":18,"value":2711},"subresourceRange.baseMipLevel",{"type":18,"value":627},{"type":13,"tag":629,"props":2714,"children":2715},{"type":652},[],{"type":18,"value":2717}," be less than the\n",{"type":13,"tag":21,"props":2719,"children":2721},{"className":2720},[],[2722],{"type":18,"value":2723},"mipLevels",{"type":18,"value":2725}," specified in ",{"type":13,"tag":445,"props":2727,"children":2728},{"href":615},[2729],{"type":18,"value":618},{"type":18,"value":2731}," when ",{"type":13,"tag":21,"props":2733,"children":2735},{"className":2734},[],[2736],{"type":18,"value":499},{"type":18,"value":2738},"\nwas created",{"type":13,"tag":1842,"props":2740,"children":2742},{"name":2741},"VUID-VkImageViewCreateInfo-subresourceRange-01718",[2743],{"type":13,"tag":14,"props":2744,"children":2745},{},[2746,2747,2752,2754,2760,2761,2766,2768,2773,2774,2777,2779,2784,2785,2789,2791,2796],{"type":18,"value":699},{"type":13,"tag":21,"props":2748,"children":2750},{"className":2749},[],[2751],{"type":18,"value":2061},{"type":18,"value":2753}," is not\n",{"type":13,"tag":21,"props":2755,"children":2757},{"className":2756},[],[2758],{"type":18,"value":2759},"VK_REMAINING_MIP_LEVELS",{"type":18,"value":1391},{"type":13,"tag":21,"props":2762,"children":2764},{"className":2763},[],[2765],{"type":18,"value":2711},{"type":18,"value":2767},"\n+ ",{"type":13,"tag":21,"props":2769,"children":2771},{"className":2770},[],[2772],{"type":18,"value":2061},{"type":18,"value":627},{"type":13,"tag":629,"props":2775,"children":2776},{"type":652},[],{"type":18,"value":2778}," be less than or equal to\nthe ",{"type":13,"tag":21,"props":2780,"children":2782},{"className":2781},[],[2783],{"type":18,"value":2723},{"type":18,"value":2725},{"type":13,"tag":445,"props":2786,"children":2787},{"href":615},[2788],{"type":18,"value":618},{"type":18,"value":2790}," when\n",{"type":13,"tag":21,"props":2792,"children":2794},{"className":2793},[],[2795],{"type":18,"value":499},{"type":18,"value":2797}," was created",{"type":13,"tag":1842,"props":2799,"children":2801},{"name":2800},"VUID-VkImageViewCreateInfo-image-02571",[2802],{"type":13,"tag":14,"props":2803,"children":2804},{},[2805,2806,2811,2812,2817,2819,2825,2826,2831,2832,2835,2836],{"type":18,"value":699},{"type":13,"tag":21,"props":2807,"children":2809},{"className":2808},[],[2810],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":2813,"children":2815},{"className":2814},[],[2816],{"type":18,"value":603},{"type":18,"value":2818}," containing\n",{"type":13,"tag":21,"props":2820,"children":2822},{"className":2821},[],[2823],{"type":18,"value":2824},"VK_IMAGE_USAGE_FRAGMENT_DENSITY_MAP_BIT_EXT",{"type":18,"value":223},{"type":13,"tag":21,"props":2827,"children":2829},{"className":2828},[],[2830],{"type":18,"value":2061},{"type":18,"value":627},{"type":13,"tag":629,"props":2833,"children":2834},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":2837,"children":2839},{"className":2838},[],[2840],{"type":18,"value":2841},"1",{"type":13,"tag":1842,"props":2843,"children":2845},{"name":2844},"VUID-VkImageViewCreateInfo-image-06724",[2846],{"type":13,"tag":14,"props":2847,"children":2848},{},[2849,2850,2855,2857,2862,2863,2868,2870,2875,2877,2882,2883,2888,2889,2895,2896,2899,2900,2906,2907,2911,2912,2917],{"type":18,"value":699},{"type":13,"tag":21,"props":2851,"children":2853},{"className":2852},[],[2854],{"type":18,"value":499},{"type":18,"value":2856}," is not a 3D image created with\n",{"type":13,"tag":21,"props":2858,"children":2860},{"className":2859},[],[2861],{"type":18,"value":1951},{"type":18,"value":1994},{"type":13,"tag":21,"props":2864,"children":2866},{"className":2865},[],[2867],{"type":18,"value":2000},{"type":18,"value":2869}," set, or ",{"type":13,"tag":21,"props":2871,"children":2873},{"className":2872},[],[2874],{"type":18,"value":517},{"type":18,"value":2876},"\nis not ",{"type":13,"tag":21,"props":2878,"children":2880},{"className":2879},[],[2881],{"type":18,"value":1698},{"type":18,"value":973},{"type":13,"tag":21,"props":2884,"children":2886},{"className":2885},[],[2887],{"type":18,"value":1734},{"type":18,"value":223},{"type":13,"tag":21,"props":2890,"children":2892},{"className":2891},[],[2893],{"type":18,"value":2894},"subresourceRange.baseArrayLayer",{"type":18,"value":627},{"type":13,"tag":629,"props":2897,"children":2898},{"type":652},[],{"type":18,"value":2717},{"type":13,"tag":21,"props":2901,"children":2903},{"className":2902},[],[2904],{"type":18,"value":2905},"arrayLayers",{"type":18,"value":2725},{"type":13,"tag":445,"props":2908,"children":2909},{"href":615},[2910],{"type":18,"value":618},{"type":18,"value":2731},{"type":13,"tag":21,"props":2913,"children":2915},{"className":2914},[],[2916],{"type":18,"value":499},{"type":18,"value":2738},{"type":13,"tag":1842,"props":2919,"children":2921},{"name":2920},"VUID-VkImageViewCreateInfo-subresourceRange-06725",[2922],{"type":13,"tag":14,"props":2923,"children":2924},{},[2925,2926,2932,2933,2939,2940,2945,2947,2952,2953,2958,2959,2964,2965,2970,2971,2976,2977,2982,2983,2986,2988,2993,2995,3000,3001,3004,3006,3011,3012,3016,3017,3022],{"type":18,"value":699},{"type":13,"tag":21,"props":2927,"children":2929},{"className":2928},[],[2930],{"type":18,"value":2931},"subresourceRange.layerCount",{"type":18,"value":2753},{"type":13,"tag":21,"props":2934,"children":2936},{"className":2935},[],[2937],{"type":18,"value":2938},"VK_REMAINING_ARRAY_LAYERS",{"type":18,"value":1391},{"type":13,"tag":21,"props":2941,"children":2943},{"className":2942},[],[2944],{"type":18,"value":499},{"type":18,"value":2946}," is not a 3D image created\nwith ",{"type":13,"tag":21,"props":2948,"children":2950},{"className":2949},[],[2951],{"type":18,"value":1951},{"type":18,"value":1994},{"type":13,"tag":21,"props":2954,"children":2956},{"className":2955},[],[2957],{"type":18,"value":2000},{"type":18,"value":2869},{"type":13,"tag":21,"props":2960,"children":2962},{"className":2961},[],[2963],{"type":18,"value":517},{"type":18,"value":2876},{"type":13,"tag":21,"props":2966,"children":2968},{"className":2967},[],[2969],{"type":18,"value":1698},{"type":18,"value":973},{"type":13,"tag":21,"props":2972,"children":2974},{"className":2973},[],[2975],{"type":18,"value":1734},{"type":18,"value":223},{"type":13,"tag":21,"props":2978,"children":2980},{"className":2979},[],[2981],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":2984,"children":2985},{"type":652},[],{"type":18,"value":2987}," be non-zero and\n",{"type":13,"tag":21,"props":2989,"children":2991},{"className":2990},[],[2992],{"type":18,"value":2894},{"type":18,"value":2994}," +\n",{"type":13,"tag":21,"props":2996,"children":2998},{"className":2997},[],[2999],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":3002,"children":3003},{"type":652},[],{"type":18,"value":3005}," be less than or equal to the\n",{"type":13,"tag":21,"props":3007,"children":3009},{"className":3008},[],[3010],{"type":18,"value":2905},{"type":18,"value":2725},{"type":13,"tag":445,"props":3013,"children":3014},{"href":615},[3015],{"type":18,"value":618},{"type":18,"value":2731},{"type":13,"tag":21,"props":3018,"children":3020},{"className":3019},[],[3021],{"type":18,"value":499},{"type":18,"value":2738},{"type":13,"tag":1842,"props":3024,"children":3026},{"name":3025},"VUID-VkImageViewCreateInfo-image-02724",[3027],{"type":13,"tag":14,"props":3028,"children":3029},{},[3030,3031,3036,3038,3043,3045,3050,3051,3056,3057,3062,3063,3068,3069,3072,3074,3080,3081,3087,3089,3093,3094,3099,3101],{"type":18,"value":699},{"type":13,"tag":21,"props":3032,"children":3034},{"className":3033},[],[3035],{"type":18,"value":499},{"type":18,"value":3037}," is a 3D image created with\n",{"type":13,"tag":21,"props":3039,"children":3041},{"className":3040},[],[3042],{"type":18,"value":1951},{"type":18,"value":3044}," set, and ",{"type":13,"tag":21,"props":3046,"children":3048},{"className":3047},[],[3049],{"type":18,"value":517},{"type":18,"value":1384},{"type":13,"tag":21,"props":3052,"children":3054},{"className":3053},[],[3055],{"type":18,"value":1698},{"type":18,"value":973},{"type":13,"tag":21,"props":3058,"children":3060},{"className":3059},[],[3061],{"type":18,"value":1734},{"type":18,"value":223},{"type":13,"tag":21,"props":3064,"children":3066},{"className":3065},[],[3067],{"type":18,"value":2894},{"type":18,"value":627},{"type":13,"tag":629,"props":3070,"children":3071},{"type":652},[],{"type":18,"value":3073}," be less than the depth\ncomputed from ",{"type":13,"tag":21,"props":3075,"children":3077},{"className":3076},[],[3078],{"type":18,"value":3079},"baseMipLevel",{"type":18,"value":1450},{"type":13,"tag":21,"props":3082,"children":3084},{"className":3083},[],[3085],{"type":18,"value":3086},"extent.depth",{"type":18,"value":3088}," specified in\n",{"type":13,"tag":445,"props":3090,"children":3091},{"href":615},[3092],{"type":18,"value":618},{"type":18,"value":2731},{"type":13,"tag":21,"props":3095,"children":3097},{"className":3096},[],[3098],{"type":18,"value":499},{"type":18,"value":3100}," was created, according to the\nformula defined in ",{"type":13,"tag":445,"props":3102,"children":3104},{"href":3103},"/chapters/resources#resources-image-mip-level-sizing",[3105],{"type":18,"value":3106},"Image Mip Level\nSizing",{"type":13,"tag":1842,"props":3108,"children":3110},{"name":3109},"VUID-VkImageViewCreateInfo-subresourceRange-02725",[3111],{"type":13,"tag":14,"props":3112,"children":3113},{},[3114,3115,3120,3121,3126,3127,3132,3133,3138,3139,3144,3145,3150,3151,3156,3157,3162,3163,3166,3167,3172,3173,3178,3179,3182,3184,3189,3190,3195,3197,3201,3202,3207,3209],{"type":18,"value":699},{"type":13,"tag":21,"props":3116,"children":3118},{"className":3117},[],[3119],{"type":18,"value":2931},{"type":18,"value":2753},{"type":13,"tag":21,"props":3122,"children":3124},{"className":3123},[],[3125],{"type":18,"value":2938},{"type":18,"value":1391},{"type":13,"tag":21,"props":3128,"children":3130},{"className":3129},[],[3131],{"type":18,"value":499},{"type":18,"value":3037},{"type":13,"tag":21,"props":3134,"children":3136},{"className":3135},[],[3137],{"type":18,"value":1951},{"type":18,"value":3044},{"type":13,"tag":21,"props":3140,"children":3142},{"className":3141},[],[3143],{"type":18,"value":517},{"type":18,"value":1384},{"type":13,"tag":21,"props":3146,"children":3148},{"className":3147},[],[3149],{"type":18,"value":1698},{"type":18,"value":973},{"type":13,"tag":21,"props":3152,"children":3154},{"className":3153},[],[3155],{"type":18,"value":1734},{"type":18,"value":223},{"type":13,"tag":21,"props":3158,"children":3160},{"className":3159},[],[3161],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":3164,"children":3165},{"type":652},[],{"type":18,"value":2987},{"type":13,"tag":21,"props":3168,"children":3170},{"className":3169},[],[3171],{"type":18,"value":2894},{"type":18,"value":2994},{"type":13,"tag":21,"props":3174,"children":3176},{"className":3175},[],[3177],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":3180,"children":3181},{"type":652},[],{"type":18,"value":3183}," be less than or equal to the\ndepth computed from ",{"type":13,"tag":21,"props":3185,"children":3187},{"className":3186},[],[3188],{"type":18,"value":3079},{"type":18,"value":1450},{"type":13,"tag":21,"props":3191,"children":3193},{"className":3192},[],[3194],{"type":18,"value":3086},{"type":18,"value":3196}," specified\nin ",{"type":13,"tag":445,"props":3198,"children":3199},{"href":615},[3200],{"type":18,"value":618},{"type":18,"value":2731},{"type":13,"tag":21,"props":3203,"children":3205},{"className":3204},[],[3206],{"type":18,"value":499},{"type":18,"value":3208}," was created, according to\nthe formula defined in ",{"type":13,"tag":445,"props":3210,"children":3211},{"href":3103},[3212],{"type":18,"value":3213},"Image Mip\nLevel Sizing",{"type":13,"tag":1842,"props":3215,"children":3217},{"name":3216},"VUID-VkImageViewCreateInfo-image-01761",[3218],{"type":13,"tag":14,"props":3219,"children":3220},{},[3221,3222,3227,3228,3233,3235,3240,3241,3246,3248,3253,3255,3259,3261,3266,3267,3270,3272,3277,3279,3284,3286],{"type":18,"value":699},{"type":13,"tag":21,"props":3223,"children":3225},{"className":3224},[],[3226],{"type":18,"value":499},{"type":18,"value":1045},{"type":13,"tag":21,"props":3229,"children":3231},{"className":3230},[],[3232],{"type":18,"value":860},{"type":18,"value":3234}," flag,\nbut without the ",{"type":13,"tag":21,"props":3236,"children":3238},{"className":3237},[],[3239],{"type":18,"value":900},{"type":18,"value":862},{"type":13,"tag":21,"props":3242,"children":3244},{"className":3243},[],[3245],{"type":18,"value":535},{"type":18,"value":3247}," of the ",{"type":13,"tag":21,"props":3249,"children":3251},{"className":3250},[],[3252],{"type":18,"value":499},{"type":18,"value":3254}," is not a\n",{"type":13,"tag":445,"props":3256,"children":3257},{"href":872},[3258],{"type":18,"value":875},{"type":18,"value":3260}," format,\n",{"type":13,"tag":21,"props":3262,"children":3264},{"className":3263},[],[3265],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":3268,"children":3269},{"type":652},[],{"type":18,"value":3271}," be compatible with the ",{"type":13,"tag":21,"props":3273,"children":3275},{"className":3274},[],[3276],{"type":18,"value":535},{"type":18,"value":3278}," used to create\n",{"type":13,"tag":21,"props":3280,"children":3282},{"className":3281},[],[3283],{"type":18,"value":499},{"type":18,"value":3285},", as defined in ",{"type":13,"tag":445,"props":3287,"children":3288},{"href":918},[3289],{"type":18,"value":3290},"Format\nCompatibility Classes",{"type":13,"tag":1842,"props":3292,"children":3294},{"name":3293},"VUID-VkImageViewCreateInfo-image-01583",[3295],{"type":13,"tag":14,"props":3296,"children":3297},{},[3298,3299,3304,3305,3310,3311,3316,3319,3321,3324,3326,3331,3333],{"type":18,"value":699},{"type":13,"tag":21,"props":3300,"children":3302},{"className":3301},[],[3303],{"type":18,"value":499},{"type":18,"value":1045},{"type":13,"tag":21,"props":3306,"children":3308},{"className":3307},[],[3309],{"type":18,"value":900},{"type":18,"value":1052},{"type":13,"tag":21,"props":3312,"children":3314},{"className":3313},[],[3315],{"type":18,"value":535},{"type":13,"tag":629,"props":3317,"children":3318},{"type":652},[],{"type":18,"value":3320}," be compatible with, or ",{"type":13,"tag":629,"props":3322,"children":3323},{"type":652},[],{"type":18,"value":3325}," be an uncompressed format that is\nsize-compatible with, the ",{"type":13,"tag":21,"props":3327,"children":3329},{"className":3328},[],[3330],{"type":18,"value":535},{"type":18,"value":3332}," used to create ",{"type":13,"tag":21,"props":3334,"children":3336},{"className":3335},[],[3337],{"type":18,"value":499},{"type":13,"tag":1842,"props":3339,"children":3341},{"name":3340},"VUID-VkImageViewCreateInfo-image-07072",[3342],{"type":13,"tag":14,"props":3343,"children":3344},{},[3345,3346,3351,3352,3357,3359,3364,3366,3372,3374,3379,3380,3383,3384],{"type":18,"value":699},{"type":13,"tag":21,"props":3347,"children":3349},{"className":3348},[],[3350],{"type":18,"value":499},{"type":18,"value":1045},{"type":13,"tag":21,"props":3353,"children":3355},{"className":3354},[],[3356],{"type":18,"value":900},{"type":18,"value":3358}," flag and\n",{"type":13,"tag":21,"props":3360,"children":3362},{"className":3361},[],[3363],{"type":18,"value":535},{"type":18,"value":3365}," is a non-compressed format, the ",{"type":13,"tag":21,"props":3367,"children":3369},{"className":3368},[],[3370],{"type":18,"value":3371},"levelCount",{"type":18,"value":3373}," member of\n",{"type":13,"tag":21,"props":3375,"children":3377},{"className":3376},[],[3378],{"type":18,"value":571},{"type":18,"value":627},{"type":13,"tag":629,"props":3381,"children":3382},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":3385,"children":3387},{"className":3386},[],[3388],{"type":18,"value":2841},{"type":13,"tag":1842,"props":3390,"children":3392},{"name":3391},"VUID-VkImageViewCreateInfo-image-09487",[3393],{"type":13,"tag":14,"props":3394,"children":3395},{},[3396,3397,3402,3403,3408,3410,3416,3417,3423,3425,3431,3433,3438,3440,3446,3448,3453,3454,3457,3458],{"type":18,"value":699},{"type":13,"tag":21,"props":3398,"children":3400},{"className":3399},[],[3401],{"type":18,"value":499},{"type":18,"value":1045},{"type":13,"tag":21,"props":3404,"children":3406},{"className":3405},[],[3407],{"type":18,"value":900},{"type":18,"value":3409}," flag,\nthe\n",{"type":13,"tag":21,"props":3411,"children":3413},{"className":3412},[],[3414],{"type":18,"value":3415},"VkPhysicalDeviceMaintenance6PropertiesKHR",{"type":18,"value":213},{"type":13,"tag":21,"props":3418,"children":3420},{"className":3419},[],[3421],{"type":18,"value":3422},"blockTexelViewCompatibleMultipleLayers",{"type":18,"value":3424},"\nproperty is not set to ",{"type":13,"tag":21,"props":3426,"children":3428},{"className":3427},[],[3429],{"type":18,"value":3430},"VK_TRUE",{"type":18,"value":3432},",\nand ",{"type":13,"tag":21,"props":3434,"children":3436},{"className":3435},[],[3437],{"type":18,"value":535},{"type":18,"value":3439}," is a non-compressed format, then the ",{"type":13,"tag":21,"props":3441,"children":3443},{"className":3442},[],[3444],{"type":18,"value":3445},"layerCount",{"type":18,"value":3447},"\nmember of ",{"type":13,"tag":21,"props":3449,"children":3451},{"className":3450},[],[3452],{"type":18,"value":571},{"type":18,"value":627},{"type":13,"tag":629,"props":3455,"children":3456},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":3459,"children":3461},{"className":3460},[],[3462],{"type":18,"value":2841},{"type":13,"tag":1842,"props":3464,"children":3466},{"name":3465},"VUID-VkImageViewCreateInfo-pNext-01585",[3467],{"type":13,"tag":14,"props":3468,"children":3469},{},[3470,3472,3478,3480,3485,3487,3491,3493,3498,3499,3503,3504,3510,3512,3517,3518,3521,3523,3527,3528],{"type":18,"value":3471},"If a ",{"type":13,"tag":445,"props":3473,"children":3475},{"href":3474},"/man/VkImageFormatListCreateInfo",[3476],{"type":18,"value":3477},"VkImageFormatListCreateInfo",{"type":18,"value":3479}," structure was included in the\n",{"type":13,"tag":21,"props":3481,"children":3483},{"className":3482},[],[3484],{"type":18,"value":461},{"type":18,"value":3486}," chain of the ",{"type":13,"tag":445,"props":3488,"children":3489},{"href":615},[3490],{"type":18,"value":618},{"type":18,"value":3492}," structure used when\ncreating ",{"type":13,"tag":21,"props":3494,"children":3496},{"className":3495},[],[3497],{"type":18,"value":499},{"type":18,"value":801},{"type":13,"tag":445,"props":3500,"children":3501},{"href":3474},[3502],{"type":18,"value":3477},{"type":18,"value":213},{"type":13,"tag":21,"props":3505,"children":3507},{"className":3506},[],[3508],{"type":18,"value":3509},"viewFormatCount",{"type":18,"value":3511}," is not zero\nthen ",{"type":13,"tag":21,"props":3513,"children":3515},{"className":3514},[],[3516],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":3519,"children":3520},{"type":652},[],{"type":18,"value":3522}," be one of the formats in\n",{"type":13,"tag":445,"props":3524,"children":3525},{"href":3474},[3526],{"type":18,"value":3477},{"type":18,"value":213},{"type":13,"tag":21,"props":3529,"children":3531},{"className":3530},[],[3532],{"type":18,"value":3533},"pViewFormats",{"type":13,"tag":1842,"props":3535,"children":3537},{"name":3536},"VUID-VkImageViewCreateInfo-image-01586",[3538],{"type":13,"tag":14,"props":3539,"children":3540},{},[3541,3542,3547,3548,3553,3555,3560,3562,3567,3569,3573,3575,3580,3582,3588,3590,3595,3596,3599,3600,3604,3606,3611,3612,3617,3619,3624,3626],{"type":18,"value":699},{"type":13,"tag":21,"props":3543,"children":3545},{"className":3544},[],[3546],{"type":18,"value":499},{"type":18,"value":1045},{"type":13,"tag":21,"props":3549,"children":3551},{"className":3550},[],[3552],{"type":18,"value":860},{"type":18,"value":3554}," flag, if the ",{"type":13,"tag":21,"props":3556,"children":3558},{"className":3557},[],[3559],{"type":18,"value":535},{"type":18,"value":3561}," of\nthe ",{"type":13,"tag":21,"props":3563,"children":3565},{"className":3564},[],[3566],{"type":18,"value":499},{"type":18,"value":3568}," is a\n",{"type":13,"tag":445,"props":3570,"children":3571},{"href":872},[3572],{"type":18,"value":875},{"type":18,"value":3574}," format, and\nif ",{"type":13,"tag":21,"props":3576,"children":3578},{"className":3577},[],[3579],{"type":18,"value":1259},{"type":18,"value":3581}," is one of the\n",{"type":13,"tag":445,"props":3583,"children":3585},{"href":3584},"/chapters/formats#formats-planes-image-aspect",[3586],{"type":18,"value":3587},"multi-planar aspect mask",{"type":18,"value":3589}," bits, then\n",{"type":13,"tag":21,"props":3591,"children":3593},{"className":3592},[],[3594],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":3597,"children":3598},{"type":652},[],{"type":18,"value":3271},{"type":13,"tag":445,"props":3601,"children":3602},{"href":539},[3603],{"type":18,"value":542},{"type":18,"value":3605}," for the plane\nof the ",{"type":13,"tag":21,"props":3607,"children":3609},{"className":3608},[],[3610],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":21,"props":3613,"children":3615},{"className":3614},[],[3616],{"type":18,"value":535},{"type":18,"value":3618}," indicated by\n",{"type":13,"tag":21,"props":3620,"children":3622},{"className":3621},[],[3623],{"type":18,"value":1259},{"type":18,"value":3625},", as defined in\n",{"type":13,"tag":445,"props":3627,"children":3628},{"href":1417},[3629],{"type":18,"value":3630},"Compatible Formats of Planes of Multi-Planar Formats",{"type":13,"tag":1842,"props":3632,"children":3634},{"name":3633},"VUID-VkImageViewCreateInfo-subresourceRange-07818",[3635],{"type":13,"tag":14,"props":3636,"children":3637},{},[3638,3643,3644,3647,3649,3653],{"type":13,"tag":21,"props":3639,"children":3641},{"className":3640},[],[3642],{"type":18,"value":1259},{"type":18,"value":627},{"type":13,"tag":629,"props":3645,"children":3646},{"type":652},[],{"type":18,"value":3648}," only have at most 1 valid\n",{"type":13,"tag":445,"props":3650,"children":3651},{"href":3584},[3652],{"type":18,"value":3587},{"type":18,"value":3654}," bit",{"type":13,"tag":1842,"props":3656,"children":3658},{"name":3657},"VUID-VkImageViewCreateInfo-image-01762",[3659],{"type":13,"tag":14,"props":3660,"children":3661},{},[3662,3663,3668,3670,3675,3677,3682,3683,3688,3689,3693,3695,3700,3701,3706,3707,3712,3713,3716,3718,3723,3724],{"type":18,"value":699},{"type":13,"tag":21,"props":3664,"children":3666},{"className":3665},[],[3667],{"type":18,"value":499},{"type":18,"value":3669}," was not created with the\n",{"type":13,"tag":21,"props":3671,"children":3673},{"className":3672},[],[3674],{"type":18,"value":860},{"type":18,"value":3676}," flag,\nor if the ",{"type":13,"tag":21,"props":3678,"children":3680},{"className":3679},[],[3681],{"type":18,"value":535},{"type":18,"value":3247},{"type":13,"tag":21,"props":3684,"children":3686},{"className":3685},[],[3687],{"type":18,"value":499},{"type":18,"value":3568},{"type":13,"tag":445,"props":3690,"children":3691},{"href":872},[3692],{"type":18,"value":875},{"type":18,"value":3694}," format and\nif ",{"type":13,"tag":21,"props":3696,"children":3698},{"className":3697},[],[3699],{"type":18,"value":1259},{"type":18,"value":463},{"type":13,"tag":21,"props":3702,"children":3704},{"className":3703},[],[3705],{"type":18,"value":987},{"type":18,"value":223},{"type":13,"tag":21,"props":3708,"children":3710},{"className":3709},[],[3711],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":3714,"children":3715},{"type":652},[],{"type":18,"value":3717}," be identical to the ",{"type":13,"tag":21,"props":3719,"children":3721},{"className":3720},[],[3722],{"type":18,"value":535},{"type":18,"value":3278},{"type":13,"tag":21,"props":3725,"children":3727},{"className":3726},[],[3728],{"type":18,"value":499},{"type":13,"tag":1842,"props":3730,"children":3732},{"name":3731},"VUID-VkImageViewCreateInfo-format-06415",[3733],{"type":13,"tag":14,"props":3734,"children":3735},{},[3736,3738,3754,3755,3760,3761,3766,3767,3772,3774,3777,3779,3783,3785],{"type":18,"value":3737},"If the image view ",{"type":13,"tag":445,"props":3739,"children":3741},{"href":3740},"/man/VkImageViewCreateInfo#image-views-requiring-sampler-ycbcr-conversion",[3742,3744,3748,3749,3753],{"type":18,"value":3743},"requires a sampler Y′C",{"type":13,"tag":1125,"props":3745,"children":3746},{},[3747],{"type":18,"value":1129},{"type":18,"value":37},{"type":13,"tag":1125,"props":3750,"children":3751},{},[3752],{"type":18,"value":1135},{"type":18,"value":1158},{"type":18,"value":1450},{"type":13,"tag":21,"props":3756,"children":3758},{"className":3757},[],[3759],{"type":18,"value":603},{"type":18,"value":2384},{"type":13,"tag":21,"props":3762,"children":3764},{"className":3763},[],[3765],{"type":18,"value":1280},{"type":18,"value":1282},{"type":13,"tag":21,"props":3768,"children":3770},{"className":3769},[],[3771],{"type":18,"value":461},{"type":18,"value":3773}," chain ",{"type":13,"tag":629,"props":3775,"children":3776},{"type":652},[],{"type":18,"value":3778},"\ninclude a ",{"type":13,"tag":445,"props":3780,"children":3781},{"href":1191},[3782],{"type":18,"value":1194},{"type":18,"value":3784}," structure with a conversion\nvalue other than ",{"type":13,"tag":445,"props":3786,"children":3788},{"href":3787},"/man/VK_NULL_HANDLE",[3789],{"type":18,"value":3790},"VK_NULL_HANDLE",{"type":13,"tag":1842,"props":3792,"children":3794},{"name":3793},"VUID-VkImageViewCreateInfo-format-04714",[3795],{"type":13,"tag":14,"props":3796,"children":3797},{},[3798,3799,3804,3806,3812,3813,3819,3821,3826,3829],{"type":18,"value":699},{"type":13,"tag":21,"props":3800,"children":3802},{"className":3801},[],[3803],{"type":18,"value":535},{"type":18,"value":3805}," has a ",{"type":13,"tag":21,"props":3807,"children":3809},{"className":3808},[],[3810],{"type":18,"value":3811},"_422",{"type":18,"value":973},{"type":13,"tag":21,"props":3814,"children":3816},{"className":3815},[],[3817],{"type":18,"value":3818},"_420",{"type":18,"value":3820}," suffix then ",{"type":13,"tag":21,"props":3822,"children":3824},{"className":3823},[],[3825],{"type":18,"value":499},{"type":13,"tag":629,"props":3827,"children":3828},{"type":652},[],{"type":18,"value":3830}," have been created with a width that is a multiple of 2",{"type":13,"tag":1842,"props":3832,"children":3834},{"name":3833},"VUID-VkImageViewCreateInfo-format-04715",[3835],{"type":13,"tag":14,"props":3836,"children":3837},{},[3838,3839,3844,3845,3850,3851,3856,3857,3860],{"type":18,"value":699},{"type":13,"tag":21,"props":3840,"children":3842},{"className":3841},[],[3843],{"type":18,"value":535},{"type":18,"value":3805},{"type":13,"tag":21,"props":3846,"children":3848},{"className":3847},[],[3849],{"type":18,"value":3818},{"type":18,"value":3820},{"type":13,"tag":21,"props":3852,"children":3854},{"className":3853},[],[3855],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":3858,"children":3859},{"type":652},[],{"type":18,"value":3861}," have been\ncreated with a height that is a multiple of 2",{"type":13,"tag":1842,"props":3863,"children":3865},{"name":3864},"VUID-VkImageViewCreateInfo-pNext-01970",[3866],{"type":13,"tag":14,"props":3867,"children":3868},{},[3869,3870,3875,3877,3881,3883,3889,3891,3895,3897,3902,3903,3906,3908],{"type":18,"value":1895},{"type":13,"tag":21,"props":3871,"children":3873},{"className":3872},[],[3874],{"type":18,"value":461},{"type":18,"value":3876}," chain includes a ",{"type":13,"tag":445,"props":3878,"children":3879},{"href":1191},[3880],{"type":18,"value":1194},{"type":18,"value":3882},"\nstructure with a ",{"type":13,"tag":21,"props":3884,"children":3886},{"className":3885},[],[3887],{"type":18,"value":3888},"conversion",{"type":18,"value":3890}," value other than ",{"type":13,"tag":445,"props":3892,"children":3893},{"href":3787},[3894],{"type":18,"value":3790},{"type":18,"value":3896},",\nall members of ",{"type":13,"tag":21,"props":3898,"children":3900},{"className":3899},[],[3901],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":3904,"children":3905},{"type":652},[],{"type":18,"value":3907}," have the\n",{"type":13,"tag":445,"props":3909,"children":3911},{"href":3910},"/man/VkComponentSwizzle#resources-image-views-identity-mappings",[3912],{"type":18,"value":3913},"identity swizzle",{"type":13,"tag":1842,"props":3915,"children":3917},{"name":3916},"VUID-VkImageViewCreateInfo-pNext-06658",[3918],{"type":13,"tag":14,"props":3919,"children":3920},{},[3921,3922,3927,3928,3932,3933,3938,3939,3943,3944,3949,3950,3953,3955,3961,3962],{"type":18,"value":1895},{"type":13,"tag":21,"props":3923,"children":3925},{"className":3924},[],[3926],{"type":18,"value":461},{"type":18,"value":3876},{"type":13,"tag":445,"props":3929,"children":3930},{"href":1191},[3931],{"type":18,"value":1194},{"type":18,"value":3882},{"type":13,"tag":21,"props":3934,"children":3936},{"className":3935},[],[3937],{"type":18,"value":3888},{"type":18,"value":3890},{"type":13,"tag":445,"props":3940,"children":3941},{"href":3787},[3942],{"type":18,"value":3790},{"type":18,"value":223},{"type":13,"tag":21,"props":3945,"children":3947},{"className":3946},[],[3948],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":3951,"children":3952},{"type":652},[],{"type":18,"value":3954}," be the same used in\n",{"type":13,"tag":445,"props":3956,"children":3958},{"href":3957},"/man/VkSamplerYcbcrConversionCreateInfo",[3959],{"type":18,"value":3960},"VkSamplerYcbcrConversionCreateInfo",{"type":18,"value":213},{"type":13,"tag":21,"props":3963,"children":3965},{"className":3964},[],[3966],{"type":18,"value":535},{"type":13,"tag":1842,"props":3968,"children":3970},{"name":3969},"VUID-VkImageViewCreateInfo-image-01020",[3971],{"type":13,"tag":14,"props":3972,"children":3973},{},[3974,3975,3980,3982,3985,3987,3993],{"type":18,"value":699},{"type":13,"tag":21,"props":3976,"children":3978},{"className":3977},[],[3979],{"type":18,"value":499},{"type":18,"value":3981}," is non-sparse then it ",{"type":13,"tag":629,"props":3983,"children":3984},{"type":652},[],{"type":18,"value":3986}," be bound completely and\ncontiguously to a single ",{"type":13,"tag":21,"props":3988,"children":3990},{"className":3989},[],[3991],{"type":18,"value":3992},"VkDeviceMemory",{"type":18,"value":3994}," object",{"type":13,"tag":1842,"props":3996,"children":3998},{"name":3997},"VUID-VkImageViewCreateInfo-subResourceRange-01021",[3999],{"type":13,"tag":14,"props":4000,"children":4001},{},[4002,4007,4008,4011,4013,4018,4020],{"type":13,"tag":21,"props":4003,"children":4005},{"className":4004},[],[4006],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":4009,"children":4010},{"type":652},[],{"type":18,"value":4012}," be compatible with the type of ",{"type":13,"tag":21,"props":4014,"children":4016},{"className":4015},[],[4017],{"type":18,"value":499},{"type":18,"value":4019}," as shown\nin the ",{"type":13,"tag":445,"props":4021,"children":4023},{"href":4022},"/man/VkImageViewCreateInfo#resources-image-views-compatibility",[4024],{"type":18,"value":4025},"view type compatibility\ntable",{"type":13,"tag":1842,"props":4027,"children":4029},{"name":4028},"VUID-VkImageViewCreateInfo-image-02399",[4030],{"type":13,"tag":14,"props":4031,"children":4032},{},[4033,4034,4039,4041,4047,4048,4053,4054,4057,4058],{"type":18,"value":699},{"type":13,"tag":21,"props":4035,"children":4037},{"className":4036},[],[4038],{"type":18,"value":499},{"type":18,"value":4040}," has an\n",{"type":13,"tag":445,"props":4042,"children":4044},{"href":4043},"/chapters/memory#memory-external-android-hardware-buffer-external-formats",[4045],{"type":18,"value":4046},"Android\nexternal format",{"type":18,"value":1391},{"type":13,"tag":21,"props":4049,"children":4051},{"className":4050},[],[4052],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":4055,"children":4056},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":4059,"children":4061},{"className":4060},[],[4062],{"type":18,"value":4063},"VK_FORMAT_UNDEFINED",{"type":13,"tag":1842,"props":4065,"children":4067},{"name":4066},"VUID-VkImageViewCreateInfo-image-02400",[4068],{"type":13,"tag":14,"props":4069,"children":4070},{},[4071,4072,4077,4078,4082,4084,4089,4090,4093,4095,4099,4101,4106,4108],{"type":18,"value":699},{"type":13,"tag":21,"props":4073,"children":4075},{"className":4074},[],[4076],{"type":18,"value":499},{"type":18,"value":4040},{"type":13,"tag":445,"props":4079,"children":4080},{"href":4043},[4081],{"type":18,"value":4046},{"type":18,"value":4083},", the ",{"type":13,"tag":21,"props":4085,"children":4087},{"className":4086},[],[4088],{"type":18,"value":461},{"type":18,"value":3773},{"type":13,"tag":629,"props":4091,"children":4092},{"type":652},[],{"type":18,"value":4094}," include a\n",{"type":13,"tag":445,"props":4096,"children":4097},{"href":1191},[4098],{"type":18,"value":1194},{"type":18,"value":4100}," structure with a ",{"type":13,"tag":21,"props":4102,"children":4104},{"className":4103},[],[4105],{"type":18,"value":3888},{"type":18,"value":4107},"\nobject created with the same external format as ",{"type":13,"tag":21,"props":4109,"children":4111},{"className":4110},[],[4112],{"type":18,"value":499},{"type":13,"tag":1842,"props":4114,"children":4116},{"name":4115},"VUID-VkImageViewCreateInfo-image-02401",[4117],{"type":13,"tag":14,"props":4118,"children":4119},{},[4120,4121,4126,4127,4131,4133,4138,4139,4142,4144],{"type":18,"value":699},{"type":13,"tag":21,"props":4122,"children":4124},{"className":4123},[],[4125],{"type":18,"value":499},{"type":18,"value":4040},{"type":13,"tag":445,"props":4128,"children":4129},{"href":4043},[4130],{"type":18,"value":4046},{"type":18,"value":4132},", all members of ",{"type":13,"tag":21,"props":4134,"children":4136},{"className":4135},[],[4137],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":4140,"children":4141},{"type":652},[],{"type":18,"value":4143}," be the\n",{"type":13,"tag":445,"props":4145,"children":4146},{"href":3910},[4147],{"type":18,"value":3913},{"type":13,"tag":1842,"props":4149,"children":4151},{"name":4150},"VUID-VkImageViewCreateInfo-image-08957",[4152],{"type":13,"tag":14,"props":4153,"children":4154},{},[4155,4156,4161,4162,4168,4169,4174,4175,4178,4179],{"type":18,"value":699},{"type":13,"tag":21,"props":4157,"children":4159},{"className":4158},[],[4160],{"type":18,"value":499},{"type":18,"value":4040},{"type":13,"tag":445,"props":4163,"children":4165},{"href":4164},"/chapters/memory#memory-external-screen-buffer-external-formats",[4166],{"type":18,"value":4167},"QNX Screen external\nformat",{"type":18,"value":1391},{"type":13,"tag":21,"props":4170,"children":4172},{"className":4171},[],[4173],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":4176,"children":4177},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":4180,"children":4182},{"className":4181},[],[4183],{"type":18,"value":4063},{"type":13,"tag":1842,"props":4185,"children":4187},{"name":4186},"VUID-VkImageViewCreateInfo-image-08958",[4188],{"type":13,"tag":14,"props":4189,"children":4190},{},[4191,4192,4197,4198,4202,4203,4208,4209,4212,4213,4217,4218,4223,4224],{"type":18,"value":699},{"type":13,"tag":21,"props":4193,"children":4195},{"className":4194},[],[4196],{"type":18,"value":499},{"type":18,"value":4040},{"type":13,"tag":445,"props":4199,"children":4200},{"href":4164},[4201],{"type":18,"value":4167},{"type":18,"value":4083},{"type":13,"tag":21,"props":4204,"children":4206},{"className":4205},[],[4207],{"type":18,"value":461},{"type":18,"value":3773},{"type":13,"tag":629,"props":4210,"children":4211},{"type":652},[],{"type":18,"value":4094},{"type":13,"tag":445,"props":4214,"children":4215},{"href":1191},[4216],{"type":18,"value":1194},{"type":18,"value":4100},{"type":13,"tag":21,"props":4219,"children":4221},{"className":4220},[],[4222],{"type":18,"value":3888},{"type":18,"value":4107},{"type":13,"tag":21,"props":4225,"children":4227},{"className":4226},[],[4228],{"type":18,"value":499},{"type":13,"tag":1842,"props":4230,"children":4232},{"name":4231},"VUID-VkImageViewCreateInfo-image-08959",[4233],{"type":13,"tag":14,"props":4234,"children":4235},{},[4236,4237,4242,4243,4247,4248,4253,4254,4257,4258],{"type":18,"value":699},{"type":13,"tag":21,"props":4238,"children":4240},{"className":4239},[],[4241],{"type":18,"value":499},{"type":18,"value":4040},{"type":13,"tag":445,"props":4244,"children":4245},{"href":4164},[4246],{"type":18,"value":4167},{"type":18,"value":4132},{"type":13,"tag":21,"props":4249,"children":4251},{"className":4250},[],[4252],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":4255,"children":4256},{"type":652},[],{"type":18,"value":4143},{"type":13,"tag":445,"props":4259,"children":4260},{"href":3910},[4261],{"type":18,"value":3913},{"type":13,"tag":1842,"props":4263,"children":4265},{"name":4264},"VUID-VkImageViewCreateInfo-image-02086",[4266],{"type":13,"tag":14,"props":4267,"children":4268},{},[4269,4270,4275,4276,4281,4282,4288,4289,4294,4295,4298,4299,4304,4305],{"type":18,"value":699},{"type":13,"tag":21,"props":4271,"children":4273},{"className":4272},[],[4274],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":4277,"children":4279},{"className":4278},[],[4280],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":4283,"children":4285},{"className":4284},[],[4286],{"type":18,"value":4287},"VK_IMAGE_USAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR",{"type":18,"value":223},{"type":13,"tag":21,"props":4290,"children":4292},{"className":4291},[],[4293],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":4296,"children":4297},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":4300,"children":4302},{"className":4301},[],[4303],{"type":18,"value":1698},{"type":18,"value":1994},{"type":13,"tag":21,"props":4306,"children":4308},{"className":4307},[],[4309],{"type":18,"value":1734},{"type":13,"tag":1842,"props":4311,"children":4313},{"name":4312},"VUID-VkImageViewCreateInfo-image-02087",[4314],{"type":13,"tag":14,"props":4315,"children":4316},{},[4317,4318,4328,4330,4335,4336,4341,4342,4348,4349,4354,4355,4358,4359],{"type":18,"value":1895},{"type":13,"tag":445,"props":4319,"children":4321},{"href":4320},"/man/VkPhysicalDeviceShadingRateImageFeaturesNV#features-shadingRateImage",[4322],{"type":13,"tag":21,"props":4323,"children":4325},{"className":4324},[],[4326],{"type":18,"value":4327},"shadingRateImage",{"type":18,"value":4329}," feature is\nenabled, and If ",{"type":13,"tag":21,"props":4331,"children":4333},{"className":4332},[],[4334],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":4337,"children":4339},{"className":4338},[],[4340],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":4343,"children":4345},{"className":4344},[],[4346],{"type":18,"value":4347},"VK_IMAGE_USAGE_SHADING_RATE_IMAGE_BIT_NV",{"type":18,"value":1391},{"type":13,"tag":21,"props":4350,"children":4352},{"className":4351},[],[4353],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":4356,"children":4357},{"type":652},[],{"type":18,"value":1077},{"type":13,"tag":21,"props":4360,"children":4362},{"className":4361},[],[4363],{"type":18,"value":4364},"VK_FORMAT_R8_UINT",{"type":13,"tag":1842,"props":4366,"children":4368},{"name":4367},"VUID-VkImageViewCreateInfo-usage-04550",[4369],{"type":13,"tag":14,"props":4370,"children":4371},{},[4372,4373,4383,4385,4390,4392,4397,4399,4403,4406,4407],{"type":18,"value":1895},{"type":13,"tag":445,"props":4374,"children":4376},{"href":4375},"/man/VkPhysicalDeviceFragmentShadingRateFeaturesKHR#features-attachmentFragmentShadingRate",[4377],{"type":13,"tag":21,"props":4378,"children":4380},{"className":4379},[],[4381],{"type":18,"value":4382},"attachmentFragmentShadingRate",{"type":18,"value":4384}," feature is enabled, and the\n",{"type":13,"tag":21,"props":4386,"children":4388},{"className":4387},[],[4389],{"type":18,"value":603},{"type":18,"value":4391}," for the image view includes\n",{"type":13,"tag":21,"props":4393,"children":4395},{"className":4394},[],[4396],{"type":18,"value":4287},{"type":18,"value":4398},", then the\nimage view’s ",{"type":13,"tag":445,"props":4400,"children":4401},{"href":2237},[4402],{"type":18,"value":2240},{"type":13,"tag":629,"props":4404,"children":4405},{"type":652},[],{"type":18,"value":2279},{"type":13,"tag":21,"props":4408,"children":4410},{"className":4409},[],[4411],{"type":18,"value":4412},"VK_FORMAT_FEATURE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR",{"type":13,"tag":1842,"props":4414,"children":4416},{"name":4415},"VUID-VkImageViewCreateInfo-usage-04551",[4417],{"type":13,"tag":14,"props":4418,"children":4419},{},[4420,4421,4429,4431,4436,4437,4442,4443,4453,4454,4460,4461,4466,4467,4470,4471],{"type":18,"value":1895},{"type":13,"tag":445,"props":4422,"children":4423},{"href":4375},[4424],{"type":13,"tag":21,"props":4425,"children":4427},{"className":4426},[],[4428],{"type":18,"value":4382},{"type":18,"value":4430}," feature is enabled, the\n",{"type":13,"tag":21,"props":4432,"children":4434},{"className":4433},[],[4435],{"type":18,"value":603},{"type":18,"value":4391},{"type":13,"tag":21,"props":4438,"children":4440},{"className":4439},[],[4441],{"type":18,"value":4287},{"type":18,"value":1267},{"type":13,"tag":445,"props":4444,"children":4446},{"href":4445},"/man/VkPhysicalDeviceFragmentShadingRatePropertiesKHR#limits-layeredShadingRateAttachments",[4447],{"type":13,"tag":21,"props":4448,"children":4450},{"className":4449},[],[4451],{"type":18,"value":4452},"layeredShadingRateAttachments",{"type":18,"value":463},{"type":13,"tag":21,"props":4455,"children":4457},{"className":4456},[],[4458],{"type":18,"value":4459},"VK_FALSE",{"type":18,"value":223},{"type":13,"tag":21,"props":4462,"children":4464},{"className":4463},[],[4465],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":4468,"children":4469},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":4472,"children":4474},{"className":4473},[],[4475],{"type":18,"value":2841},{"type":13,"tag":1842,"props":4477,"children":4479},{"name":4478},"VUID-VkImageViewCreateInfo-flags-02572",[4480],{"type":13,"tag":14,"props":4481,"children":4482},{},[4483,4484,4494,4496,4501,4504,4506],{"type":18,"value":1895},{"type":13,"tag":445,"props":4485,"children":4487},{"href":4486},"/man/VkPhysicalDeviceFragmentDensityMapFeaturesEXT#features-fragmentDensityMapDynamic",[4488],{"type":13,"tag":21,"props":4489,"children":4491},{"className":4490},[],[4492],{"type":18,"value":4493},"fragmentDensityMapDynamic",{"type":18,"value":4495}," feature is not enabled, ",{"type":13,"tag":21,"props":4497,"children":4499},{"className":4498},[],[4500],{"type":18,"value":480},{"type":13,"tag":629,"props":4502,"children":4503},{"type":652},[],{"type":18,"value":4505}," not contain\n",{"type":13,"tag":21,"props":4507,"children":4509},{"className":4508},[],[4510],{"type":18,"value":4511},"VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DYNAMIC_BIT_EXT",{"type":13,"tag":1842,"props":4513,"children":4515},{"name":4514},"VUID-VkImageViewCreateInfo-flags-03567",[4516],{"type":13,"tag":14,"props":4517,"children":4518},{},[4519,4520,4530,4531,4536,4539,4540],{"type":18,"value":1895},{"type":13,"tag":445,"props":4521,"children":4523},{"href":4522},"/man/VkPhysicalDeviceFragmentDensityMap2FeaturesEXT#features-fragmentDensityMapDeferred",[4524],{"type":13,"tag":21,"props":4525,"children":4527},{"className":4526},[],[4528],{"type":18,"value":4529},"fragmentDensityMapDeferred",{"type":18,"value":4495},{"type":13,"tag":21,"props":4532,"children":4534},{"className":4533},[],[4535],{"type":18,"value":480},{"type":13,"tag":629,"props":4537,"children":4538},{"type":652},[],{"type":18,"value":4505},{"type":13,"tag":21,"props":4541,"children":4543},{"className":4542},[],[4544],{"type":18,"value":4545},"VK_IMAGE_VIEW_CREATE_FRAGMENT_DENSITY_MAP_DEFERRED_BIT_EXT",{"type":13,"tag":1842,"props":4547,"children":4549},{"name":4548},"VUID-VkImageViewCreateInfo-flags-03568",[4550],{"type":13,"tag":14,"props":4551,"children":4552},{},[4553,4554,4559,4560,4565,4566,4571,4572,4575,4576],{"type":18,"value":699},{"type":13,"tag":21,"props":4555,"children":4557},{"className":4556},[],[4558],{"type":18,"value":480},{"type":18,"value":2384},{"type":13,"tag":21,"props":4561,"children":4563},{"className":4562},[],[4564],{"type":18,"value":4545},{"type":18,"value":223},{"type":13,"tag":21,"props":4567,"children":4569},{"className":4568},[],[4570],{"type":18,"value":480},{"type":18,"value":627},{"type":13,"tag":629,"props":4573,"children":4574},{"type":652},[],{"type":18,"value":4505},{"type":13,"tag":21,"props":4577,"children":4579},{"className":4578},[],[4580],{"type":18,"value":4511},{"type":13,"tag":1842,"props":4582,"children":4584},{"name":4583},"VUID-VkImageViewCreateInfo-image-03569",[4585],{"type":13,"tag":14,"props":4586,"children":4587},{},[4588,4589,4594,4595,4600,4601,4607,4608,4613,4614,4619,4620,4625,4628,4630],{"type":18,"value":699},{"type":13,"tag":21,"props":4590,"children":4592},{"className":4591},[],[4593],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":4596,"children":4598},{"className":4597},[],[4599],{"type":18,"value":480},{"type":18,"value":2818},{"type":13,"tag":21,"props":4602,"children":4604},{"className":4603},[],[4605],{"type":18,"value":4606},"VK_IMAGE_CREATE_SUBSAMPLED_BIT_EXT",{"type":18,"value":1450},{"type":13,"tag":21,"props":4609,"children":4611},{"className":4610},[],[4612],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":4615,"children":4617},{"className":4616},[],[4618],{"type":18,"value":1280},{"type":18,"value":1391},{"type":13,"tag":21,"props":4621,"children":4623},{"className":4622},[],[4624],{"type":18,"value":2931},{"type":13,"tag":629,"props":4626,"children":4627},{"type":652},[],{"type":18,"value":4629}," be less than or equal to ",{"type":13,"tag":445,"props":4631,"children":4633},{"href":4632},"/man/VkPhysicalDeviceFragmentDensityMap2PropertiesEXT#limits-maxSubsampledArrayLayers",[4634,4640,4641],{"type":13,"tag":21,"props":4635,"children":4637},{"className":4636},[],[4638],{"type":18,"value":4639},"VkPhysicalDeviceFragmentDensityMap2PropertiesEXT",{"type":18,"value":213},{"type":13,"tag":21,"props":4642,"children":4644},{"className":4643},[],[4645],{"type":18,"value":4646},"maxSubsampledArrayLayers",{"type":13,"tag":1842,"props":4648,"children":4650},{"name":4649},"VUID-VkImageViewCreateInfo-invocationMask-04993",[4651],{"type":13,"tag":14,"props":4652,"children":4653},{},[4654,4655,4665,4667,4672,4673,4678,4679,4685,4686,4691,4692,4695,4696],{"type":18,"value":1895},{"type":13,"tag":445,"props":4656,"children":4658},{"href":4657},"/man/VkPhysicalDeviceInvocationMaskFeaturesHUAWEI#features-invocationMask",[4659],{"type":13,"tag":21,"props":4660,"children":4662},{"className":4661},[],[4663],{"type":18,"value":4664},"invocationMask",{"type":18,"value":4666}," feature is\nenabled, and if ",{"type":13,"tag":21,"props":4668,"children":4670},{"className":4669},[],[4671],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":4674,"children":4676},{"className":4675},[],[4677],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":4680,"children":4682},{"className":4681},[],[4683],{"type":18,"value":4684},"VK_IMAGE_USAGE_INVOCATION_MASK_BIT_HUAWEI",{"type":18,"value":1391},{"type":13,"tag":21,"props":4687,"children":4689},{"className":4688},[],[4690],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":4693,"children":4694},{"type":652},[],{"type":18,"value":1077},{"type":13,"tag":21,"props":4697,"children":4699},{"className":4698},[],[4700],{"type":18,"value":4364},{"type":13,"tag":1842,"props":4702,"children":4704},{"name":4703},"VUID-VkImageViewCreateInfo-flags-04116",[4705],{"type":13,"tag":14,"props":4706,"children":4707},{},[4708,4709,4714,4716,4721,4722,4727,4728,4733,4734,4739,4741,4746,4747,4750,4752,4758,4759,4764,4765,4770,4771],{"type":18,"value":699},{"type":13,"tag":21,"props":4710,"children":4712},{"className":4711},[],[4713],{"type":18,"value":480},{"type":18,"value":4715}," does not contain\n",{"type":13,"tag":21,"props":4717,"children":4719},{"className":4718},[],[4720],{"type":18,"value":4511},{"type":18,"value":801},{"type":13,"tag":21,"props":4723,"children":4725},{"className":4724},[],[4726],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":4729,"children":4731},{"className":4730},[],[4732],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":4735,"children":4737},{"className":4736},[],[4738],{"type":18,"value":2824},{"type":18,"value":4740},", its ",{"type":13,"tag":21,"props":4742,"children":4744},{"className":4743},[],[4745],{"type":18,"value":480},{"type":18,"value":627},{"type":13,"tag":629,"props":4748,"children":4749},{"type":652},[],{"type":18,"value":4751},"\nnot contain any of ",{"type":13,"tag":21,"props":4753,"children":4755},{"className":4754},[],[4756],{"type":18,"value":4757},"VK_IMAGE_CREATE_PROTECTED_BIT",{"type":18,"value":223},{"type":13,"tag":21,"props":4760,"children":4762},{"className":4761},[],[4763],{"type":18,"value":2127},{"type":18,"value":223},{"type":13,"tag":21,"props":4766,"children":4768},{"className":4767},[],[4769],{"type":18,"value":2134},{"type":18,"value":1398},{"type":13,"tag":21,"props":4772,"children":4774},{"className":4773},[],[4775],{"type":18,"value":2141},{"type":13,"tag":1842,"props":4777,"children":4779},{"name":4778},"VUID-VkImageViewCreateInfo-pNext-02662",[4780],{"type":13,"tag":14,"props":4781,"children":4782},{},[4783,4784,4789,4790,4794,4796,4801,4803,4807,4809,4814,4816,4820,4821,4826,4828,4831,4833,4838,4840,4844,4846],{"type":18,"value":1895},{"type":13,"tag":21,"props":4785,"children":4787},{"className":4786},[],[4788],{"type":18,"value":461},{"type":18,"value":3876},{"type":13,"tag":445,"props":4791,"children":4792},{"href":637},[4793],{"type":18,"value":640},{"type":18,"value":4795},"\nstructure, and ",{"type":13,"tag":21,"props":4797,"children":4799},{"className":4798},[],[4800],{"type":18,"value":499},{"type":18,"value":4802}," was not created with a\n",{"type":13,"tag":445,"props":4804,"children":4805},{"href":665},[4806],{"type":18,"value":668},{"type":18,"value":4808}," structure included in the\n",{"type":13,"tag":21,"props":4810,"children":4812},{"className":4811},[],[4813],{"type":18,"value":461},{"type":18,"value":4815}," chain of ",{"type":13,"tag":445,"props":4817,"children":4818},{"href":615},[4819],{"type":18,"value":618},{"type":18,"value":4740},{"type":13,"tag":21,"props":4822,"children":4824},{"className":4823},[],[4825],{"type":18,"value":603},{"type":18,"value":4827}," member\n",{"type":13,"tag":629,"props":4829,"children":4830},{"type":652},[],{"type":18,"value":4832}," not include any bits that were not set in the ",{"type":13,"tag":21,"props":4834,"children":4836},{"className":4835},[],[4837],{"type":18,"value":603},{"type":18,"value":4839}," member\nof the ",{"type":13,"tag":445,"props":4841,"children":4842},{"href":615},[4843],{"type":18,"value":618},{"type":18,"value":4845}," structure used to create ",{"type":13,"tag":21,"props":4847,"children":4849},{"className":4848},[],[4850],{"type":18,"value":499},{"type":13,"tag":1842,"props":4852,"children":4854},{"name":4853},"VUID-VkImageViewCreateInfo-pNext-02663",[4855],{"type":13,"tag":14,"props":4856,"children":4857},{},[4858,4859,4864,4865,4869,4871,4876,4877,4881,4882,4887,4888,4892,4893,4898,4900,4905,4906,4911,4913,4917,4919,4922,4924,4929,4930,4934,4935],{"type":18,"value":1895},{"type":13,"tag":21,"props":4860,"children":4862},{"className":4861},[],[4863],{"type":18,"value":461},{"type":18,"value":3876},{"type":13,"tag":445,"props":4866,"children":4867},{"href":637},[4868],{"type":18,"value":640},{"type":18,"value":4870},"\nstructure, ",{"type":13,"tag":21,"props":4872,"children":4874},{"className":4873},[],[4875],{"type":18,"value":499},{"type":18,"value":945},{"type":13,"tag":445,"props":4878,"children":4879},{"href":665},[4880],{"type":18,"value":668},{"type":18,"value":4808},{"type":13,"tag":21,"props":4883,"children":4885},{"className":4884},[],[4886],{"type":18,"value":461},{"type":18,"value":4815},{"type":13,"tag":445,"props":4889,"children":4890},{"href":615},[4891],{"type":18,"value":618},{"type":18,"value":1267},{"type":13,"tag":21,"props":4894,"children":4896},{"className":4895},[],[4897],{"type":18,"value":1259},{"type":18,"value":4899}," includes\n",{"type":13,"tag":21,"props":4901,"children":4903},{"className":4902},[],[4904],{"type":18,"value":713},{"type":18,"value":4083},{"type":13,"tag":21,"props":4907,"children":4909},{"className":4908},[],[4910],{"type":18,"value":603},{"type":18,"value":4912}," member of the\n",{"type":13,"tag":445,"props":4914,"children":4915},{"href":637},[4916],{"type":18,"value":640},{"type":18,"value":4918}," structure ",{"type":13,"tag":629,"props":4920,"children":4921},{"type":652},[],{"type":18,"value":4923}," not include any bits\nthat were not set in the ",{"type":13,"tag":21,"props":4925,"children":4927},{"className":4926},[],[4928],{"type":18,"value":603},{"type":18,"value":4912},{"type":13,"tag":445,"props":4931,"children":4932},{"href":665},[4933],{"type":18,"value":668},{"type":18,"value":4845},{"type":13,"tag":21,"props":4936,"children":4938},{"className":4937},[],[4939],{"type":18,"value":499},{"type":13,"tag":1842,"props":4941,"children":4943},{"name":4942},"VUID-VkImageViewCreateInfo-pNext-02664",[4944],{"type":13,"tag":14,"props":4945,"children":4946},{},[4947,4948,4953,4954,4958,4959,4964,4965,4969,4970,4975,4976,4980,4981,4986,4988,4993,4994,4999,5000,5004,5005,5008,5009,5014,5015,5019,5020],{"type":18,"value":1895},{"type":13,"tag":21,"props":4949,"children":4951},{"className":4950},[],[4952],{"type":18,"value":461},{"type":18,"value":3876},{"type":13,"tag":445,"props":4955,"children":4956},{"href":637},[4957],{"type":18,"value":640},{"type":18,"value":4870},{"type":13,"tag":21,"props":4960,"children":4962},{"className":4961},[],[4963],{"type":18,"value":499},{"type":18,"value":945},{"type":13,"tag":445,"props":4966,"children":4967},{"href":665},[4968],{"type":18,"value":668},{"type":18,"value":4808},{"type":13,"tag":21,"props":4971,"children":4973},{"className":4972},[],[4974],{"type":18,"value":461},{"type":18,"value":4815},{"type":13,"tag":445,"props":4977,"children":4978},{"href":615},[4979],{"type":18,"value":618},{"type":18,"value":1267},{"type":13,"tag":21,"props":4982,"children":4984},{"className":4983},[],[4985],{"type":18,"value":1259},{"type":18,"value":4987}," includes bits other than\n",{"type":13,"tag":21,"props":4989,"children":4991},{"className":4990},[],[4992],{"type":18,"value":713},{"type":18,"value":4083},{"type":13,"tag":21,"props":4995,"children":4997},{"className":4996},[],[4998],{"type":18,"value":603},{"type":18,"value":4912},{"type":13,"tag":445,"props":5001,"children":5002},{"href":637},[5003],{"type":18,"value":640},{"type":18,"value":4918},{"type":13,"tag":629,"props":5006,"children":5007},{"type":652},[],{"type":18,"value":4923},{"type":13,"tag":21,"props":5010,"children":5012},{"className":5011},[],[5013],{"type":18,"value":603},{"type":18,"value":4912},{"type":13,"tag":445,"props":5016,"children":5017},{"href":615},[5018],{"type":18,"value":618},{"type":18,"value":4845},{"type":13,"tag":21,"props":5021,"children":5023},{"className":5022},[],[5024],{"type":18,"value":499},{"type":13,"tag":1842,"props":5026,"children":5028},{"name":5027},"VUID-VkImageViewCreateInfo-imageViewType-04973",[5029],{"type":13,"tag":14,"props":5030,"children":5031},{},[5032,5033,5038,5039,5044,5045,5050,5052,5057,5059,5064,5065,5070,5072,5077,5080],{"type":18,"value":699},{"type":13,"tag":21,"props":5034,"children":5036},{"className":5035},[],[5037],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5040,"children":5042},{"className":5041},[],[5043],{"type":18,"value":1641},{"type":18,"value":223},{"type":13,"tag":21,"props":5046,"children":5048},{"className":5047},[],[5049],{"type":18,"value":1698},{"type":18,"value":5051},", or ",{"type":13,"tag":21,"props":5053,"children":5055},{"className":5054},[],[5056],{"type":18,"value":1823},{"type":18,"value":5058},"; and\n",{"type":13,"tag":21,"props":5060,"children":5062},{"className":5061},[],[5063],{"type":18,"value":2931},{"type":18,"value":2753},{"type":13,"tag":21,"props":5066,"children":5068},{"className":5067},[],[5069],{"type":18,"value":2938},{"type":18,"value":5071},", then ",{"type":13,"tag":21,"props":5073,"children":5075},{"className":5074},[],[5076],{"type":18,"value":2931},{"type":13,"tag":629,"props":5078,"children":5079},{"type":652},[],{"type":18,"value":2066},{"type":13,"tag":1842,"props":5082,"children":5084},{"name":5083},"VUID-VkImageViewCreateInfo-imageViewType-04974",[5085],{"type":13,"tag":14,"props":5086,"children":5087},{},[5088,5089,5094,5095,5100,5101,5106,5107,5112,5113,5118,5119,5124,5126,5129],{"type":18,"value":699},{"type":13,"tag":21,"props":5090,"children":5092},{"className":5091},[],[5093],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5096,"children":5098},{"className":5097},[],[5099],{"type":18,"value":1641},{"type":18,"value":223},{"type":13,"tag":21,"props":5102,"children":5104},{"className":5103},[],[5105],{"type":18,"value":1698},{"type":18,"value":5051},{"type":13,"tag":21,"props":5108,"children":5110},{"className":5109},[],[5111],{"type":18,"value":1823},{"type":18,"value":5058},{"type":13,"tag":21,"props":5114,"children":5116},{"className":5115},[],[5117],{"type":18,"value":2931},{"type":18,"value":463},{"type":13,"tag":21,"props":5120,"children":5122},{"className":5121},[],[5123],{"type":18,"value":2938},{"type":18,"value":5125},",\nthen the remaining number of layers ",{"type":13,"tag":629,"props":5127,"children":5128},{"type":652},[],{"type":18,"value":2066},{"type":13,"tag":1842,"props":5131,"children":5133},{"name":5132},"VUID-VkImageViewCreateInfo-viewType-02960",[5134],{"type":13,"tag":14,"props":5135,"children":5136},{},[5137,5138,5143,5144,5149,5150,5155,5156,5161,5162,5167,5168,5171,5173],{"type":18,"value":699},{"type":13,"tag":21,"props":5139,"children":5141},{"className":5140},[],[5142],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5145,"children":5147},{"className":5146},[],[5148],{"type":18,"value":1767},{"type":18,"value":801},{"type":13,"tag":21,"props":5151,"children":5153},{"className":5152},[],[5154],{"type":18,"value":2931},{"type":18,"value":2753},{"type":13,"tag":21,"props":5157,"children":5159},{"className":5158},[],[5160],{"type":18,"value":2938},{"type":18,"value":1391},{"type":13,"tag":21,"props":5163,"children":5165},{"className":5164},[],[5166],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":5169,"children":5170},{"type":652},[],{"type":18,"value":5172},"\nbe ",{"type":13,"tag":21,"props":5174,"children":5176},{"className":5175},[],[5177],{"type":18,"value":5178},"6",{"type":13,"tag":1842,"props":5180,"children":5182},{"name":5181},"VUID-VkImageViewCreateInfo-viewType-02961",[5183],{"type":13,"tag":14,"props":5184,"children":5185},{},[5186,5187,5192,5193,5198,5199,5204,5205,5210,5211,5216,5217,5220,5222],{"type":18,"value":699},{"type":13,"tag":21,"props":5188,"children":5190},{"className":5189},[],[5191],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5194,"children":5196},{"className":5195},[],[5197],{"type":18,"value":1795},{"type":18,"value":801},{"type":13,"tag":21,"props":5200,"children":5202},{"className":5201},[],[5203],{"type":18,"value":2931},{"type":18,"value":2753},{"type":13,"tag":21,"props":5206,"children":5208},{"className":5207},[],[5209],{"type":18,"value":2938},{"type":18,"value":1391},{"type":13,"tag":21,"props":5212,"children":5214},{"className":5213},[],[5215],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":5218,"children":5219},{"type":652},[],{"type":18,"value":5221},"\nbe a multiple of ",{"type":13,"tag":21,"props":5223,"children":5225},{"className":5224},[],[5226],{"type":18,"value":5178},{"type":13,"tag":1842,"props":5228,"children":5230},{"name":5229},"VUID-VkImageViewCreateInfo-viewType-02962",[5231],{"type":13,"tag":14,"props":5232,"children":5233},{},[5234,5235,5240,5241,5246,5247,5252,5253,5258,5260,5263,5264],{"type":18,"value":699},{"type":13,"tag":21,"props":5236,"children":5238},{"className":5237},[],[5239],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5242,"children":5244},{"className":5243},[],[5245],{"type":18,"value":1767},{"type":18,"value":801},{"type":13,"tag":21,"props":5248,"children":5250},{"className":5249},[],[5251],{"type":18,"value":2931},{"type":18,"value":463},{"type":13,"tag":21,"props":5254,"children":5256},{"className":5255},[],[5257],{"type":18,"value":2938},{"type":18,"value":5259},",\nthe remaining number of layers ",{"type":13,"tag":629,"props":5261,"children":5262},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5265,"children":5267},{"className":5266},[],[5268],{"type":18,"value":5178},{"type":13,"tag":1842,"props":5270,"children":5272},{"name":5271},"VUID-VkImageViewCreateInfo-viewType-02963",[5273],{"type":13,"tag":14,"props":5274,"children":5275},{},[5276,5277,5282,5283,5288,5289,5294,5295,5300,5301,5304,5306],{"type":18,"value":699},{"type":13,"tag":21,"props":5278,"children":5280},{"className":5279},[],[5281],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5284,"children":5286},{"className":5285},[],[5287],{"type":18,"value":1795},{"type":18,"value":801},{"type":13,"tag":21,"props":5290,"children":5292},{"className":5291},[],[5293],{"type":18,"value":2931},{"type":18,"value":463},{"type":13,"tag":21,"props":5296,"children":5298},{"className":5297},[],[5299],{"type":18,"value":2938},{"type":18,"value":5259},{"type":13,"tag":629,"props":5302,"children":5303},{"type":652},[],{"type":18,"value":5305}," be a multiple of ",{"type":13,"tag":21,"props":5307,"children":5309},{"className":5308},[],[5310],{"type":18,"value":5178},{"type":13,"tag":1842,"props":5312,"children":5314},{"name":5313},"VUID-VkImageViewCreateInfo-imageViewFormatSwizzle-04465",[5315],{"type":13,"tag":14,"props":5316,"children":5317},{},[5318,5319,5325,5327,5333,5334,5340,5342,5347,5349,5354,5355,5358,5359],{"type":18,"value":1895},{"type":13,"tag":445,"props":5320,"children":5322},{"href":5321},"/extensions/VK_KHR_portability_subset",[5323],{"type":18,"value":5324},"VK_KHR_portability_subset",{"type":18,"value":5326}," extension is enabled, and\n",{"type":13,"tag":445,"props":5328,"children":5330},{"href":5329},"/man/VkPhysicalDevicePortabilitySubsetFeaturesKHR",[5331],{"type":18,"value":5332},"VkPhysicalDevicePortabilitySubsetFeaturesKHR",{"type":18,"value":213},{"type":13,"tag":21,"props":5335,"children":5337},{"className":5336},[],[5338],{"type":18,"value":5339},"imageViewFormatSwizzle",{"type":18,"value":5341},"\nis ",{"type":13,"tag":21,"props":5343,"children":5345},{"className":5344},[],[5346],{"type":18,"value":4459},{"type":18,"value":5348},", all elements of ",{"type":13,"tag":21,"props":5350,"children":5352},{"className":5351},[],[5353],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":5356,"children":5357},{"type":652},[],{"type":18,"value":3907},{"type":13,"tag":445,"props":5360,"children":5361},{"href":3910},[5362],{"type":18,"value":3913},{"type":13,"tag":1842,"props":5364,"children":5366},{"name":5365},"VUID-VkImageViewCreateInfo-imageViewFormatReinterpretation-04466",[5367],{"type":13,"tag":14,"props":5368,"children":5369},{},[5370,5371,5375,5376,5380,5381,5387,5388,5393,5394,5398,5400,5405,5406,5409,5411,5416,5417],{"type":18,"value":1895},{"type":13,"tag":445,"props":5372,"children":5373},{"href":5321},[5374],{"type":18,"value":5324},{"type":18,"value":5326},{"type":13,"tag":445,"props":5377,"children":5378},{"href":5329},[5379],{"type":18,"value":5332},{"type":18,"value":213},{"type":13,"tag":21,"props":5382,"children":5384},{"className":5383},[],[5385],{"type":18,"value":5386},"imageViewFormatReinterpretation",{"type":18,"value":5341},{"type":13,"tag":21,"props":5389,"children":5391},{"className":5390},[],[5392],{"type":18,"value":4459},{"type":18,"value":4083},{"type":13,"tag":445,"props":5395,"children":5396},{"href":539},[5397],{"type":18,"value":542},{"type":18,"value":5399}," in ",{"type":13,"tag":21,"props":5401,"children":5403},{"className":5402},[],[5404],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":5407,"children":5408},{"type":652},[],{"type":18,"value":5410}," not contain\na different number of components, or a different number of bits in each\ncomponent, than the format of the ",{"type":13,"tag":21,"props":5412,"children":5414},{"className":5413},[],[5415],{"type":18,"value":506},{"type":18,"value":5399},{"type":13,"tag":21,"props":5418,"children":5420},{"className":5419},[],[5421],{"type":18,"value":499},{"type":13,"tag":1842,"props":5423,"children":5425},{"name":5424},"VUID-VkImageViewCreateInfo-image-04817",[5426],{"type":13,"tag":14,"props":5427,"children":5428},{},[5429,5430,5435,5436,5441,5442,5447,5448,5453,5454,5459,5460,5465,5468,5469,5474,5475],{"type":18,"value":699},{"type":13,"tag":21,"props":5431,"children":5433},{"className":5432},[],[5434],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":5437,"children":5439},{"className":5438},[],[5440],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":5443,"children":5445},{"className":5444},[],[5446],{"type":18,"value":2442},{"type":18,"value":223},{"type":13,"tag":21,"props":5449,"children":5451},{"className":5450},[],[5452],{"type":18,"value":2544},{"type":18,"value":1398},{"type":13,"tag":21,"props":5455,"children":5457},{"className":5456},[],[5458],{"type":18,"value":2490},{"type":18,"value":1282},{"type":13,"tag":21,"props":5461,"children":5463},{"className":5462},[],[5464],{"type":18,"value":517},{"type":13,"tag":629,"props":5466,"children":5467},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5470,"children":5472},{"className":5471},[],[5473],{"type":18,"value":1698},{"type":18,"value":1994},{"type":13,"tag":21,"props":5476,"children":5478},{"className":5477},[],[5479],{"type":18,"value":1734},{"type":13,"tag":1842,"props":5481,"children":5483},{"name":5482},"VUID-VkImageViewCreateInfo-image-04818",[5484],{"type":13,"tag":14,"props":5485,"children":5486},{},[5487,5488,5493,5494,5499,5500,5505,5506,5511,5512,5517,5518,5523,5526,5527,5532,5533],{"type":18,"value":699},{"type":13,"tag":21,"props":5489,"children":5491},{"className":5490},[],[5492],{"type":18,"value":499},{"type":18,"value":1938},{"type":13,"tag":21,"props":5495,"children":5497},{"className":5496},[],[5498],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":5501,"children":5503},{"className":5502},[],[5504],{"type":18,"value":2676},{"type":18,"value":223},{"type":13,"tag":21,"props":5507,"children":5509},{"className":5508},[],[5510],{"type":18,"value":2576},{"type":18,"value":1398},{"type":13,"tag":21,"props":5513,"children":5515},{"className":5514},[],[5516],{"type":18,"value":2624},{"type":18,"value":1282},{"type":13,"tag":21,"props":5519,"children":5521},{"className":5520},[],[5522],{"type":18,"value":517},{"type":13,"tag":629,"props":5524,"children":5525},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5528,"children":5530},{"className":5529},[],[5531],{"type":18,"value":1698},{"type":18,"value":1994},{"type":13,"tag":21,"props":5534,"children":5536},{"className":5535},[],[5537],{"type":18,"value":1734},{"type":13,"tag":1842,"props":5539,"children":5541},{"name":5540},"VUID-VkImageViewCreateInfo-flags-08106",[5542],{"type":13,"tag":14,"props":5543,"children":5544},{},[5545,5546,5551,5552,5558,5560,5570,5572,5575],{"type":18,"value":699},{"type":13,"tag":21,"props":5547,"children":5549},{"className":5548},[],[5550],{"type":18,"value":480},{"type":18,"value":4899},{"type":13,"tag":21,"props":5553,"children":5555},{"className":5554},[],[5556],{"type":18,"value":5557},"VK_IMAGE_VIEW_CREATE_DESCRIPTOR_BUFFER_CAPTURE_REPLAY_BIT_EXT",{"type":18,"value":5559},", the\n",{"type":13,"tag":445,"props":5561,"children":5563},{"href":5562},"/man/VkPhysicalDeviceDescriptorBufferFeaturesEXT#features-descriptorBufferCaptureReplay",[5564],{"type":13,"tag":21,"props":5565,"children":5567},{"className":5566},[],[5568],{"type":18,"value":5569},"descriptorBufferCaptureReplay",{"type":18,"value":5571}," feature ",{"type":13,"tag":629,"props":5573,"children":5574},{"type":652},[],{"type":18,"value":5576}," be enabled",{"type":13,"tag":1842,"props":5578,"children":5580},{"name":5579},"VUID-VkImageViewCreateInfo-pNext-08107",[5581],{"type":13,"tag":14,"props":5582,"children":5583},{},[5584,5585,5590,5592,5598,5600,5605,5608,5609],{"type":18,"value":1895},{"type":13,"tag":21,"props":5586,"children":5588},{"className":5587},[],[5589],{"type":18,"value":461},{"type":18,"value":5591}," chain includes a\n",{"type":13,"tag":445,"props":5593,"children":5595},{"href":5594},"/man/VkOpaqueCaptureDescriptorDataCreateInfoEXT",[5596],{"type":18,"value":5597},"VkOpaqueCaptureDescriptorDataCreateInfoEXT",{"type":18,"value":5599}," structure, ",{"type":13,"tag":21,"props":5601,"children":5603},{"className":5602},[],[5604],{"type":18,"value":480},{"type":13,"tag":629,"props":5606,"children":5607},{"type":652},[],{"type":18,"value":2279},{"type":13,"tag":21,"props":5610,"children":5612},{"className":5611},[],[5613],{"type":18,"value":5557},{"type":13,"tag":1842,"props":5615,"children":5617},{"name":5616},"VUID-VkImageViewCreateInfo-pNext-06787",[5618],{"type":13,"tag":14,"props":5619,"children":5620},{},[5621,5622,5627,5628,5634,5636,5642,5644,5647,5648],{"type":18,"value":1895},{"type":13,"tag":21,"props":5623,"children":5625},{"className":5624},[],[5626],{"type":18,"value":461},{"type":18,"value":5591},{"type":13,"tag":445,"props":5629,"children":5631},{"href":5630},"/man/VkExportMetalObjectCreateInfoEXT",[5632],{"type":18,"value":5633},"VkExportMetalObjectCreateInfoEXT",{"type":18,"value":5635}," structure, its\n",{"type":13,"tag":21,"props":5637,"children":5639},{"className":5638},[],[5640],{"type":18,"value":5641},"exportObjectType",{"type":18,"value":5643}," member ",{"type":13,"tag":629,"props":5645,"children":5646},{"type":652},[],{"type":18,"value":1077},{"type":13,"tag":21,"props":5649,"children":5651},{"className":5650},[],[5652],{"type":18,"value":5653},"VK_EXPORT_METAL_OBJECT_TYPE_METAL_TEXTURE_BIT_EXT",{"type":13,"tag":1842,"props":5655,"children":5657},{"name":5656},"VUID-VkImageViewCreateInfo-pNext-06944",[5658],{"type":13,"tag":14,"props":5659,"children":5660},{},[5661,5662,5667,5669,5675,5677,5687,5689,5692],{"type":18,"value":1895},{"type":13,"tag":21,"props":5663,"children":5665},{"className":5664},[],[5666],{"type":18,"value":461},{"type":18,"value":5668}," chain includes\n",{"type":13,"tag":445,"props":5670,"children":5672},{"href":5671},"/man/VkImageViewSampleWeightCreateInfoQCOM",[5673],{"type":18,"value":5674},"VkImageViewSampleWeightCreateInfoQCOM",{"type":18,"value":5676}," structure, then\n",{"type":13,"tag":445,"props":5678,"children":5680},{"href":5679},"/man/VkPhysicalDeviceImageProcessingFeaturesQCOM#features-textureSampleWeighted",[5681],{"type":13,"tag":21,"props":5682,"children":5684},{"className":5683},[],[5685],{"type":18,"value":5686},"textureSampleWeighted",{"type":18,"value":5688}," feature\n",{"type":13,"tag":629,"props":5690,"children":5691},{"type":652},[],{"type":18,"value":5576},{"type":13,"tag":1842,"props":5694,"children":5696},{"name":5695},"VUID-VkImageViewCreateInfo-pNext-06945",[5697],{"type":13,"tag":14,"props":5698,"children":5699},{},[5700,5701,5706,5707,5711,5713,5718,5721,5723,5728,5729],{"type":18,"value":1895},{"type":13,"tag":21,"props":5702,"children":5704},{"className":5703},[],[5705],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5708,"children":5709},{"href":5671},[5710],{"type":18,"value":5674},{"type":18,"value":5712}," structure, then ",{"type":13,"tag":21,"props":5714,"children":5716},{"className":5715},[],[5717],{"type":18,"value":499},{"type":13,"tag":629,"props":5719,"children":5720},{"type":652},[],{"type":18,"value":5722}," have been created with ",{"type":13,"tag":21,"props":5724,"children":5726},{"className":5725},[],[5727],{"type":18,"value":603},{"type":18,"value":2818},{"type":13,"tag":21,"props":5730,"children":5732},{"className":5731},[],[5733],{"type":18,"value":5734},"VK_IMAGE_USAGE_SAMPLE_WEIGHT_BIT_QCOM",{"type":13,"tag":1842,"props":5736,"children":5738},{"name":5737},"VUID-VkImageViewCreateInfo-pNext-06946",[5739],{"type":13,"tag":14,"props":5740,"children":5741},{},[5742,5743,5748,5749,5753,5754,5759,5760,5763,5764,5770],{"type":18,"value":1895},{"type":13,"tag":21,"props":5744,"children":5746},{"className":5745},[],[5747],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5750,"children":5751},{"href":5671},[5752],{"type":18,"value":5674},{"type":18,"value":5676},{"type":13,"tag":21,"props":5755,"children":5757},{"className":5756},[],[5758],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":5761,"children":5762},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5765,"children":5767},{"className":5766},[],[5768],{"type":18,"value":5769},"VK_COMPONENT_SWIZZLE_IDENTITY",{"type":18,"value":5771}," for all\ncomponents",{"type":13,"tag":1842,"props":5773,"children":5775},{"name":5774},"VUID-VkImageViewCreateInfo-pNext-06947",[5776],{"type":13,"tag":14,"props":5777,"children":5778},{},[5779,5780,5785,5786,5790,5791,5796,5797,5800,5801],{"type":18,"value":1895},{"type":13,"tag":21,"props":5781,"children":5783},{"className":5782},[],[5784],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5787,"children":5788},{"href":5671},[5789],{"type":18,"value":5674},{"type":18,"value":5676},{"type":13,"tag":21,"props":5792,"children":5794},{"className":5793},[],[5795],{"type":18,"value":1259},{"type":18,"value":627},{"type":13,"tag":629,"props":5798,"children":5799},{"type":652},[],{"type":18,"value":1077},{"type":13,"tag":21,"props":5802,"children":5804},{"className":5803},[],[5805],{"type":18,"value":987},{"type":13,"tag":1842,"props":5807,"children":5809},{"name":5808},"VUID-VkImageViewCreateInfo-pNext-06948",[5810],{"type":13,"tag":14,"props":5811,"children":5812},{},[5813,5814,5819,5820,5824,5825,5830,5831,5834,5835],{"type":18,"value":1895},{"type":13,"tag":21,"props":5815,"children":5817},{"className":5816},[],[5818],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5821,"children":5822},{"href":5671},[5823],{"type":18,"value":5674},{"type":18,"value":5676},{"type":13,"tag":21,"props":5826,"children":5828},{"className":5827},[],[5829],{"type":18,"value":2061},{"type":18,"value":627},{"type":13,"tag":629,"props":5832,"children":5833},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5836,"children":5838},{"className":5837},[],[5839],{"type":18,"value":2841},{"type":13,"tag":1842,"props":5841,"children":5843},{"name":5842},"VUID-VkImageViewCreateInfo-pNext-06949",[5844],{"type":13,"tag":14,"props":5845,"children":5846},{},[5847,5848,5853,5854,5858,5859,5864,5865,5868,5869,5874,5875],{"type":18,"value":1895},{"type":13,"tag":21,"props":5849,"children":5851},{"className":5850},[],[5852],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5855,"children":5856},{"href":5671},[5857],{"type":18,"value":5674},{"type":18,"value":5676},{"type":13,"tag":21,"props":5860,"children":5862},{"className":5861},[],[5863],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":5866,"children":5867},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":5870,"children":5872},{"className":5871},[],[5873],{"type":18,"value":1670},{"type":18,"value":1994},{"type":13,"tag":21,"props":5876,"children":5878},{"className":5877},[],[5879],{"type":18,"value":1734},{"type":13,"tag":1842,"props":5881,"children":5883},{"name":5882},"VUID-VkImageViewCreateInfo-pNext-06950",[5884],{"type":13,"tag":14,"props":5885,"children":5886},{},[5887,5888,5893,5894,5898,5900,5905,5906,5911,5912,5917,5920,5921,5927,5928],{"type":18,"value":1895},{"type":13,"tag":21,"props":5889,"children":5891},{"className":5890},[],[5892],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5895,"children":5896},{"href":5671},[5897],{"type":18,"value":5674},{"type":18,"value":5899}," structure and if\n",{"type":13,"tag":21,"props":5901,"children":5903},{"className":5902},[],[5904],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":5907,"children":5909},{"className":5908},[],[5910],{"type":18,"value":1670},{"type":18,"value":5071},{"type":13,"tag":21,"props":5913,"children":5915},{"className":5914},[],[5916],{"type":18,"value":499},{"type":13,"tag":629,"props":5918,"children":5919},{"type":652},[],{"type":18,"value":5722},{"type":13,"tag":21,"props":5922,"children":5924},{"className":5923},[],[5925],{"type":18,"value":5926},"imageType",{"type":18,"value":627},{"type":13,"tag":21,"props":5929,"children":5931},{"className":5930},[],[5932],{"type":18,"value":1654},{"type":13,"tag":1842,"props":5934,"children":5936},{"name":5935},"VUID-VkImageViewCreateInfo-pNext-06951",[5937],{"type":13,"tag":14,"props":5938,"children":5939},{},[5940,5941,5946,5947,5951,5953,5958,5959,5964,5965,5970,5971,5974,5976],{"type":18,"value":1895},{"type":13,"tag":21,"props":5942,"children":5944},{"className":5943},[],[5945],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5948,"children":5949},{"href":5671},[5950],{"type":18,"value":5674},{"type":18,"value":5952}," structure and ",{"type":13,"tag":21,"props":5954,"children":5956},{"className":5955},[],[5957],{"type":18,"value":517},{"type":18,"value":5341},{"type":13,"tag":21,"props":5960,"children":5962},{"className":5961},[],[5963],{"type":18,"value":1670},{"type":18,"value":2527},{"type":13,"tag":21,"props":5966,"children":5968},{"className":5967},[],[5969],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":5972,"children":5973},{"type":652},[],{"type":18,"value":5975}," be equal to ",{"type":13,"tag":21,"props":5977,"children":5979},{"className":5978},[],[5980],{"type":18,"value":5981},"2",{"type":13,"tag":1842,"props":5983,"children":5985},{"name":5984},"VUID-VkImageViewCreateInfo-pNext-06952",[5986],{"type":13,"tag":14,"props":5987,"children":5988},{},[5989,5990,5995,5996,6000,6001,6006,6007,6012,6013,6018,6019,6022,6024,6029,6031],{"type":18,"value":1895},{"type":13,"tag":21,"props":5991,"children":5993},{"className":5992},[],[5994],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":5997,"children":5998},{"href":5671},[5999],{"type":18,"value":5674},{"type":18,"value":5952},{"type":13,"tag":21,"props":6002,"children":6004},{"className":6003},[],[6005],{"type":18,"value":517},{"type":18,"value":5341},{"type":13,"tag":21,"props":6008,"children":6010},{"className":6009},[],[6011],{"type":18,"value":1670},{"type":18,"value":5071},{"type":13,"tag":21,"props":6014,"children":6016},{"className":6015},[],[6017],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":6020,"children":6021},{"type":652},[],{"type":18,"value":6023}," have been\ncreated with ",{"type":13,"tag":21,"props":6025,"children":6027},{"className":6026},[],[6028],{"type":18,"value":1448},{"type":18,"value":6030}," equal to or greater than ",{"type":13,"tag":45,"props":6032,"children":6035},{"className":6033},[6034],"katex",[6036,6341],{"type":13,"tag":45,"props":6037,"children":6040},{"className":6038},[6039],"katex-mathml",[6041],{"type":13,"tag":6042,"props":6043,"children":6045},"math",{"xmlns":6044},"http://www.w3.org/1998/Math/MathML",[6046],{"type":13,"tag":6047,"props":6048,"children":6049},"semantics",{},[6050,6334],{"type":13,"tag":6051,"props":6052,"children":6053},"mrow",{},[6054,6061,6067,6071,6076,6081,6086,6090,6095,6100,6104,6109,6126,6330],{"type":13,"tag":6055,"props":6056,"children":6058},"mo",{"stretchy":6057},"false",[6059],{"type":18,"value":6060},"(",{"type":13,"tag":6062,"props":6063,"children":6064},"mi",{},[6065],{"type":18,"value":6066},"n",{"type":13,"tag":6062,"props":6068,"children":6069},{},[6070],{"type":18,"value":1488},{"type":13,"tag":6062,"props":6072,"children":6073},{},[6074],{"type":18,"value":6075},"m",{"type":13,"tag":6062,"props":6077,"children":6078},{},[6079],{"type":18,"value":6080},"P",{"type":13,"tag":6062,"props":6082,"children":6083},{},[6084],{"type":18,"value":6085},"h",{"type":13,"tag":6062,"props":6087,"children":6088},{},[6089],{"type":18,"value":445},{"type":13,"tag":6062,"props":6091,"children":6092},{},[6093],{"type":18,"value":6094},"s",{"type":13,"tag":6062,"props":6096,"children":6097},{},[6098],{"type":18,"value":6099},"e",{"type":13,"tag":6062,"props":6101,"children":6102},{},[6103],{"type":18,"value":6094},{"type":13,"tag":6055,"props":6105,"children":6106},{},[6107],{"type":18,"value":6108},"×",{"type":13,"tag":6055,"props":6110,"children":6112},{"lspace":6111,"rspace":6111},"0.22em",[6113,6117,6121],{"type":13,"tag":6062,"props":6114,"children":6115},{},[6116],{"type":18,"value":6075},{"type":13,"tag":6062,"props":6118,"children":6119},{},[6120],{"type":18,"value":445},{"type":13,"tag":6062,"props":6122,"children":6123},{},[6124],{"type":18,"value":6125},"x",{"type":13,"tag":6051,"props":6127,"children":6128},{},[6129,6134,6159,6254,6258,6262,6266,6270,6274,6278,6282,6286,6290,6294,6298,6302,6306,6310,6314,6318,6322,6326],{"type":13,"tag":6055,"props":6130,"children":6132},{"fence":6131},"true",[6133],{"type":18,"value":6060},{"type":13,"tag":6055,"props":6135,"children":6136},{"lspace":6111,"rspace":6111},[6137,6141,6146,6150,6155],{"type":13,"tag":6062,"props":6138,"children":6139},{},[6140],{"type":18,"value":445},{"type":13,"tag":6062,"props":6142,"children":6143},{},[6144],{"type":18,"value":6145},"l",{"type":13,"tag":6062,"props":6147,"children":6148},{},[6149],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6151,"children":6152},{},[6153],{"type":18,"value":6154},"g",{"type":13,"tag":6062,"props":6156,"children":6157},{},[6158],{"type":18,"value":6066},{"type":13,"tag":6051,"props":6160,"children":6161},{},[6162,6166,6171,6175,6179,6184,6188,6193,6198,6202,6207,6211,6216,6221,6225,6230,6234,6238,6243,6249],{"type":13,"tag":6055,"props":6163,"children":6164},{"fence":6131},[6165],{"type":18,"value":6060},{"type":13,"tag":6062,"props":6167,"children":6168},{},[6169],{"type":18,"value":6170},"f",{"type":13,"tag":6062,"props":6172,"children":6173},{},[6174],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6176,"children":6177},{},[6178],{"type":18,"value":6145},{"type":13,"tag":6062,"props":6180,"children":6181},{},[6182],{"type":18,"value":6183},"t",{"type":13,"tag":6062,"props":6185,"children":6186},{},[6187],{"type":18,"value":6099},{"type":13,"tag":6062,"props":6189,"children":6190},{},[6191],{"type":18,"value":6192},"r",{"type":13,"tag":6062,"props":6194,"children":6195},{},[6196],{"type":18,"value":6197},"S",{"type":13,"tag":6062,"props":6199,"children":6200},{},[6201],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6203,"children":6204},{},[6205],{"type":18,"value":6206},"z",{"type":13,"tag":6062,"props":6208,"children":6209},{},[6210],{"type":18,"value":6099},{"type":13,"tag":6062,"props":6212,"children":6214},{"mathvariant":6213},"normal",[6215],{"type":18,"value":735},{"type":13,"tag":6062,"props":6217,"children":6218},{},[6219],{"type":18,"value":6220},"w",{"type":13,"tag":6062,"props":6222,"children":6223},{},[6224],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6226,"children":6227},{},[6228],{"type":18,"value":6229},"d",{"type":13,"tag":6062,"props":6231,"children":6232},{},[6233],{"type":18,"value":6183},{"type":13,"tag":6062,"props":6235,"children":6236},{},[6237],{"type":18,"value":6085},{"type":13,"tag":6055,"props":6239,"children":6240},{"separator":6131},[6241],{"type":18,"value":6242},",",{"type":13,"tag":6244,"props":6245,"children":6246},"mn",{},[6247],{"type":18,"value":6248},"4",{"type":13,"tag":6055,"props":6250,"children":6251},{"fence":6131},[6252],{"type":18,"value":6253},")",{"type":13,"tag":6055,"props":6255,"children":6256},{"separator":6131},[6257],{"type":18,"value":6242},{"type":13,"tag":6062,"props":6259,"children":6260},{},[6261],{"type":18,"value":6170},{"type":13,"tag":6062,"props":6263,"children":6264},{},[6265],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6267,"children":6268},{},[6269],{"type":18,"value":6145},{"type":13,"tag":6062,"props":6271,"children":6272},{},[6273],{"type":18,"value":6183},{"type":13,"tag":6062,"props":6275,"children":6276},{},[6277],{"type":18,"value":6099},{"type":13,"tag":6062,"props":6279,"children":6280},{},[6281],{"type":18,"value":6192},{"type":13,"tag":6062,"props":6283,"children":6284},{},[6285],{"type":18,"value":6197},{"type":13,"tag":6062,"props":6287,"children":6288},{},[6289],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6291,"children":6292},{},[6293],{"type":18,"value":6206},{"type":13,"tag":6062,"props":6295,"children":6296},{},[6297],{"type":18,"value":6099},{"type":13,"tag":6062,"props":6299,"children":6300},{"mathvariant":6213},[6301],{"type":18,"value":735},{"type":13,"tag":6062,"props":6303,"children":6304},{},[6305],{"type":18,"value":6085},{"type":13,"tag":6062,"props":6307,"children":6308},{},[6309],{"type":18,"value":6099},{"type":13,"tag":6062,"props":6311,"children":6312},{},[6313],{"type":18,"value":1549},{"type":13,"tag":6062,"props":6315,"children":6316},{},[6317],{"type":18,"value":6154},{"type":13,"tag":6062,"props":6319,"children":6320},{},[6321],{"type":18,"value":6085},{"type":13,"tag":6062,"props":6323,"children":6324},{},[6325],{"type":18,"value":6183},{"type":13,"tag":6055,"props":6327,"children":6328},{"fence":6131},[6329],{"type":18,"value":6253},{"type":13,"tag":6055,"props":6331,"children":6332},{"stretchy":6057},[6333],{"type":18,"value":6253},{"type":13,"tag":6335,"props":6336,"children":6338},"annotation",{"encoding":6337},"application/x-tex",[6339],{"type":18,"value":6340},"(numPhases\n\\times \\mathbin{max}\\left(\n\\mathbin{align}\\left(filterSize.width,4\\right),\nfilterSize.height\\right))",{"type":13,"tag":45,"props":6342,"children":6345},{"className":6343,"ariaHidden":6131},[6344],"katex-html",[6346,6414],{"type":13,"tag":45,"props":6347,"children":6350},{"className":6348},[6349],"base",[6351,6357,6363,6370,6375,6380,6386,6392,6398,6404,6410],{"type":13,"tag":45,"props":6352,"children":6356},{"className":6353,"style":6355},[6354],"strut","height:1em;vertical-align:-0.25em;",[],{"type":13,"tag":45,"props":6358,"children":6361},{"className":6359},[6360],"mopen",[6362],{"type":18,"value":6060},{"type":13,"tag":45,"props":6364,"children":6368},{"className":6365},[6366,6367],"mord","mathnormal",[6369],{"type":18,"value":6066},{"type":13,"tag":45,"props":6371,"children":6373},{"className":6372},[6366,6367],[6374],{"type":18,"value":1488},{"type":13,"tag":45,"props":6376,"children":6378},{"className":6377},[6366,6367],[6379],{"type":18,"value":6075},{"type":13,"tag":45,"props":6381,"children":6384},{"className":6382,"style":6383},[6366,6367],"margin-right:0.13889em;",[6385],{"type":18,"value":6080},{"type":13,"tag":45,"props":6387,"children":6389},{"className":6388},[6366,6367],[6390],{"type":18,"value":6391},"ha",{"type":13,"tag":45,"props":6393,"children":6395},{"className":6394},[6366,6367],[6396],{"type":18,"value":6397},"ses",{"type":13,"tag":45,"props":6399,"children":6403},{"className":6400,"style":6402},[6401],"mspace","margin-right:0.2222em;",[],{"type":13,"tag":45,"props":6405,"children":6408},{"className":6406},[6407],"mbin",[6409],{"type":18,"value":6108},{"type":13,"tag":45,"props":6411,"children":6413},{"className":6412,"style":6402},[6401],[],{"type":13,"tag":45,"props":6415,"children":6417},{"className":6416},[6349],[6418,6422,6437,6442,6679],{"type":13,"tag":45,"props":6419,"children":6421},{"className":6420,"style":6355},[6354],[],{"type":13,"tag":45,"props":6423,"children":6425},{"className":6424},[6366],[6426,6432],{"type":13,"tag":45,"props":6427,"children":6429},{"className":6428},[6366,6367],[6430],{"type":18,"value":6431},"ma",{"type":13,"tag":45,"props":6433,"children":6435},{"className":6434},[6366,6367],[6436],{"type":18,"value":6125},{"type":13,"tag":45,"props":6438,"children":6441},{"className":6439,"style":6440},[6401],"margin-right:0.1667em;",[],{"type":13,"tag":45,"props":6443,"children":6446},{"className":6444},[6445],"minner",[6447,6454,6485,6489,6591,6595,6600,6604,6609,6614,6619,6624,6629,6634,6639,6644,6649,6654,6659,6664,6669,6674],{"type":13,"tag":45,"props":6448,"children":6452},{"className":6449,"style":6451},[6360,6450],"delimcenter","top:0em;",[6453],{"type":18,"value":6060},{"type":13,"tag":45,"props":6455,"children":6457},{"className":6456},[6366],[6458,6463,6469,6474,6480],{"type":13,"tag":45,"props":6459,"children":6461},{"className":6460},[6366,6367],[6462],{"type":18,"value":445},{"type":13,"tag":45,"props":6464,"children":6467},{"className":6465,"style":6466},[6366,6367],"margin-right:0.01968em;",[6468],{"type":18,"value":6145},{"type":13,"tag":45,"props":6470,"children":6472},{"className":6471},[6366,6367],[6473],{"type":18,"value":1549},{"type":13,"tag":45,"props":6475,"children":6478},{"className":6476,"style":6477},[6366,6367],"margin-right:0.03588em;",[6479],{"type":18,"value":6154},{"type":13,"tag":45,"props":6481,"children":6483},{"className":6482},[6366,6367],[6484],{"type":18,"value":6066},{"type":13,"tag":45,"props":6486,"children":6488},{"className":6487,"style":6440},[6401],[],{"type":13,"tag":45,"props":6490,"children":6492},{"className":6491},[6445],[6493,6498,6504,6509,6515,6522,6528,6533,6539,6544,6550,6555,6560,6565,6570,6576,6580,6585],{"type":13,"tag":45,"props":6494,"children":6496},{"className":6495,"style":6451},[6360,6450],[6497],{"type":18,"value":6060},{"type":13,"tag":45,"props":6499,"children":6502},{"className":6500,"style":6501},[6366,6367],"margin-right:0.10764em;",[6503],{"type":18,"value":6170},{"type":13,"tag":45,"props":6505,"children":6507},{"className":6506},[6366,6367],[6508],{"type":18,"value":1549},{"type":13,"tag":45,"props":6510,"children":6512},{"className":6511},[6366,6367],[6513],{"type":18,"value":6514},"lt",{"type":13,"tag":45,"props":6516,"children":6519},{"className":6517,"style":6518},[6366,6367],"margin-right:0.02778em;",[6520],{"type":18,"value":6521},"er",{"type":13,"tag":45,"props":6523,"children":6526},{"className":6524,"style":6525},[6366,6367],"margin-right:0.05764em;",[6527],{"type":18,"value":6197},{"type":13,"tag":45,"props":6529,"children":6531},{"className":6530},[6366,6367],[6532],{"type":18,"value":1549},{"type":13,"tag":45,"props":6534,"children":6536},{"className":6535},[6366,6367],[6537],{"type":18,"value":6538},"ze",{"type":13,"tag":45,"props":6540,"children":6542},{"className":6541},[6366],[6543],{"type":18,"value":735},{"type":13,"tag":45,"props":6545,"children":6548},{"className":6546,"style":6547},[6366,6367],"margin-right:0.02691em;",[6549],{"type":18,"value":6220},{"type":13,"tag":45,"props":6551,"children":6553},{"className":6552},[6366,6367],[6554],{"type":18,"value":1549},{"type":13,"tag":45,"props":6556,"children":6558},{"className":6557},[6366,6367],[6559],{"type":18,"value":6229},{"type":13,"tag":45,"props":6561,"children":6563},{"className":6562},[6366,6367],[6564],{"type":18,"value":6183},{"type":13,"tag":45,"props":6566,"children":6568},{"className":6567},[6366,6367],[6569],{"type":18,"value":6085},{"type":13,"tag":45,"props":6571,"children":6574},{"className":6572},[6573],"mpunct",[6575],{"type":18,"value":6242},{"type":13,"tag":45,"props":6577,"children":6579},{"className":6578,"style":6440},[6401],[],{"type":13,"tag":45,"props":6581,"children":6583},{"className":6582},[6366],[6584],{"type":18,"value":6248},{"type":13,"tag":45,"props":6586,"children":6589},{"className":6587,"style":6451},[6588,6450],"mclose",[6590],{"type":18,"value":6253},{"type":13,"tag":45,"props":6592,"children":6594},{"className":6593,"style":6440},[6401],[],{"type":13,"tag":45,"props":6596,"children":6598},{"className":6597},[6573],[6599],{"type":18,"value":6242},{"type":13,"tag":45,"props":6601,"children":6603},{"className":6602,"style":6440},[6401],[],{"type":13,"tag":45,"props":6605,"children":6607},{"className":6606,"style":6501},[6366,6367],[6608],{"type":18,"value":6170},{"type":13,"tag":45,"props":6610,"children":6612},{"className":6611},[6366,6367],[6613],{"type":18,"value":1549},{"type":13,"tag":45,"props":6615,"children":6617},{"className":6616},[6366,6367],[6618],{"type":18,"value":6514},{"type":13,"tag":45,"props":6620,"children":6622},{"className":6621,"style":6518},[6366,6367],[6623],{"type":18,"value":6521},{"type":13,"tag":45,"props":6625,"children":6627},{"className":6626,"style":6525},[6366,6367],[6628],{"type":18,"value":6197},{"type":13,"tag":45,"props":6630,"children":6632},{"className":6631},[6366,6367],[6633],{"type":18,"value":1549},{"type":13,"tag":45,"props":6635,"children":6637},{"className":6636},[6366,6367],[6638],{"type":18,"value":6538},{"type":13,"tag":45,"props":6640,"children":6642},{"className":6641},[6366],[6643],{"type":18,"value":735},{"type":13,"tag":45,"props":6645,"children":6647},{"className":6646},[6366,6367],[6648],{"type":18,"value":6085},{"type":13,"tag":45,"props":6650,"children":6652},{"className":6651},[6366,6367],[6653],{"type":18,"value":6099},{"type":13,"tag":45,"props":6655,"children":6657},{"className":6656},[6366,6367],[6658],{"type":18,"value":1549},{"type":13,"tag":45,"props":6660,"children":6662},{"className":6661,"style":6477},[6366,6367],[6663],{"type":18,"value":6154},{"type":13,"tag":45,"props":6665,"children":6667},{"className":6666},[6366,6367],[6668],{"type":18,"value":6085},{"type":13,"tag":45,"props":6670,"children":6672},{"className":6671},[6366,6367],[6673],{"type":18,"value":6183},{"type":13,"tag":45,"props":6675,"children":6677},{"className":6676,"style":6451},[6588,6450],[6678],{"type":18,"value":6253},{"type":13,"tag":45,"props":6680,"children":6682},{"className":6681},[6588],[6683],{"type":18,"value":6253},{"type":13,"tag":1842,"props":6685,"children":6687},{"name":6686},"VUID-VkImageViewCreateInfo-pNext-06953",[6688],{"type":13,"tag":14,"props":6689,"children":6690},{},[6691,6692,6697,6698,6702,6703,6708,6709,6714,6715,6720,6723,6724,6729,6730],{"type":18,"value":1895},{"type":13,"tag":21,"props":6693,"children":6695},{"className":6694},[],[6696],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":6699,"children":6700},{"href":5671},[6701],{"type":18,"value":5674},{"type":18,"value":5899},{"type":13,"tag":21,"props":6704,"children":6706},{"className":6705},[],[6707],{"type":18,"value":517},{"type":18,"value":463},{"type":13,"tag":21,"props":6710,"children":6712},{"className":6711},[],[6713],{"type":18,"value":1734},{"type":18,"value":5071},{"type":13,"tag":21,"props":6716,"children":6718},{"className":6717},[],[6719],{"type":18,"value":499},{"type":13,"tag":629,"props":6721,"children":6722},{"type":652},[],{"type":18,"value":5722},{"type":13,"tag":21,"props":6725,"children":6727},{"className":6726},[],[6728],{"type":18,"value":5926},{"type":18,"value":627},{"type":13,"tag":21,"props":6731,"children":6733},{"className":6732},[],[6734],{"type":18,"value":1711},{"type":13,"tag":1842,"props":6736,"children":6738},{"name":6737},"VUID-VkImageViewCreateInfo-pNext-06954",[6739],{"type":13,"tag":14,"props":6740,"children":6741},{},[6742,6743,6748,6749,6753,6754,6759,6760,6765,6766,6771,6772,6775],{"type":18,"value":1895},{"type":13,"tag":21,"props":6744,"children":6746},{"className":6745},[],[6747],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":6750,"children":6751},{"href":5671},[6752],{"type":18,"value":5674},{"type":18,"value":5952},{"type":13,"tag":21,"props":6755,"children":6757},{"className":6756},[],[6758],{"type":18,"value":517},{"type":18,"value":5341},{"type":13,"tag":21,"props":6761,"children":6763},{"className":6762},[],[6764],{"type":18,"value":1734},{"type":18,"value":2527},{"type":13,"tag":21,"props":6767,"children":6769},{"className":6768},[],[6770],{"type":18,"value":2931},{"type":18,"value":627},{"type":13,"tag":629,"props":6773,"children":6774},{"type":652},[],{"type":18,"value":6776}," be equal or greater than\nnumPhases",{"type":13,"tag":1842,"props":6778,"children":6780},{"name":6779},"VUID-VkImageViewCreateInfo-pNext-06955",[6781],{"type":13,"tag":14,"props":6782,"children":6783},{},[6784,6785,6790,6791,6795,6796,6801,6802,6807,6808,6813,6814,6817,6818,6823,6824],{"type":18,"value":1895},{"type":13,"tag":21,"props":6786,"children":6788},{"className":6787},[],[6789],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":6792,"children":6793},{"href":5671},[6794],{"type":18,"value":5674},{"type":18,"value":5952},{"type":13,"tag":21,"props":6797,"children":6799},{"className":6798},[],[6800],{"type":18,"value":517},{"type":18,"value":5341},{"type":13,"tag":21,"props":6803,"children":6805},{"className":6804},[],[6806],{"type":18,"value":1734},{"type":18,"value":5071},{"type":13,"tag":21,"props":6809,"children":6811},{"className":6810},[],[6812],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":6815,"children":6816},{"type":652},[],{"type":18,"value":6023},{"type":13,"tag":21,"props":6819,"children":6821},{"className":6820},[],[6822],{"type":18,"value":1448},{"type":18,"value":6030},{"type":13,"tag":21,"props":6825,"children":6827},{"className":6826},[],[6828],{"type":18,"value":6829},"filterSize.width",{"type":13,"tag":1842,"props":6831,"children":6833},{"name":6832},"VUID-VkImageViewCreateInfo-pNext-06956",[6834],{"type":13,"tag":14,"props":6835,"children":6836},{},[6837,6838,6843,6844,6848,6849,6854,6855,6860,6861,6866,6867,6870,6871,6876,6878],{"type":18,"value":1895},{"type":13,"tag":21,"props":6839,"children":6841},{"className":6840},[],[6842],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":6845,"children":6846},{"href":5671},[6847],{"type":18,"value":5674},{"type":18,"value":5952},{"type":13,"tag":21,"props":6850,"children":6852},{"className":6851},[],[6853],{"type":18,"value":517},{"type":18,"value":5341},{"type":13,"tag":21,"props":6856,"children":6858},{"className":6857},[],[6859],{"type":18,"value":1734},{"type":18,"value":5071},{"type":13,"tag":21,"props":6862,"children":6864},{"className":6863},[],[6865],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":6868,"children":6869},{"type":652},[],{"type":18,"value":6023},{"type":13,"tag":21,"props":6872,"children":6874},{"className":6873},[],[6875],{"type":18,"value":1456},{"type":18,"value":6877}," equal to or greater than\n",{"type":13,"tag":21,"props":6879,"children":6881},{"className":6880},[],[6882],{"type":18,"value":6883},"filterSize.height",{"type":13,"tag":1842,"props":6885,"children":6887},{"name":6886},"VUID-VkImageViewCreateInfo-pNext-06957",[6888],{"type":13,"tag":14,"props":6889,"children":6890},{},[6891,6892,6897,6898,6902,6904,6908,6909,6914,6917,6918],{"type":18,"value":1895},{"type":13,"tag":21,"props":6893,"children":6895},{"className":6894},[],[6896],{"type":18,"value":461},{"type":18,"value":5668},{"type":13,"tag":445,"props":6899,"children":6900},{"href":5671},[6901],{"type":18,"value":5674},{"type":18,"value":6903}," structure then\n",{"type":13,"tag":445,"props":6905,"children":6906},{"href":5671},[6907],{"type":18,"value":5674},{"type":18,"value":213},{"type":13,"tag":21,"props":6910,"children":6912},{"className":6911},[],[6913],{"type":18,"value":6883},{"type":13,"tag":629,"props":6915,"children":6916},{"type":652},[],{"type":18,"value":4629},{"type":13,"tag":445,"props":6919,"children":6921},{"href":6920},"/man/VkPhysicalDeviceImageProcessingPropertiesQCOM#limits-weightfilter-maxdimension",[6922,6928,6929],{"type":13,"tag":21,"props":6923,"children":6925},{"className":6924},[],[6926],{"type":18,"value":6927},"VkPhysicalDeviceImageProcessingPropertiesQCOM",{"type":18,"value":213},{"type":13,"tag":21,"props":6930,"children":6932},{"className":6931},[],[6933],{"type":18,"value":6934},"maxWeightFilterDimension.height",{"type":13,"tag":1842,"props":6936,"children":6938},{"name":6937},"VUID-VkImageViewCreateInfo-subresourceRange-09594",[6939],{"type":13,"tag":14,"props":6940,"children":6941},{},[6942,6947,6948,6951,6953,6958,6960,6965],{"type":13,"tag":21,"props":6943,"children":6945},{"className":6944},[],[6946],{"type":18,"value":1259},{"type":18,"value":627},{"type":13,"tag":629,"props":6949,"children":6950},{"type":652},[],{"type":18,"value":6952}," be valid for the ",{"type":13,"tag":21,"props":6954,"children":6956},{"className":6955},[],[6957],{"type":18,"value":535},{"type":18,"value":6959},"\nthe ",{"type":13,"tag":21,"props":6961,"children":6963},{"className":6962},[],[6964],{"type":18,"value":499},{"type":18,"value":6966}," was created with",{"type":13,"tag":1837,"props":6968,"children":6970},{"name":6969},"Valid Usage (Implicit)",[6971,6994,7071,7101,7125,7149,7172,7194,7217],{"type":13,"tag":1842,"props":6972,"children":6974},{"name":6973},"VUID-VkImageViewCreateInfo-sType-sType",[6975],{"type":13,"tag":14,"props":6976,"children":6977},{},[6978,6983,6984,6987,6988],{"type":13,"tag":21,"props":6979,"children":6981},{"className":6980},[],[6982],{"type":18,"value":441},{"type":18,"value":627},{"type":13,"tag":629,"props":6985,"children":6986},{"type":652},[],{"type":18,"value":907},{"type":13,"tag":21,"props":6989,"children":6991},{"className":6990},[],[6992],{"type":18,"value":6993},"VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO",{"type":13,"tag":1842,"props":6995,"children":6997},{"name":6996},"VUID-VkImageViewCreateInfo-pNext-pNext",[6998],{"type":13,"tag":14,"props":6999,"children":7000},{},[7001,7003,7008,7010,7015,7016,7019,7021,7026,7028,7032,7033,7039,7040,7046,7047,7051,7052,7056,7057,7061,7062,7066,7067],{"type":18,"value":7002},"Each ",{"type":13,"tag":21,"props":7004,"children":7006},{"className":7005},[],[7007],{"type":18,"value":461},{"type":18,"value":7009}," member of any structure (including this one) in the ",{"type":13,"tag":21,"props":7011,"children":7013},{"className":7012},[],[7014],{"type":18,"value":461},{"type":18,"value":3773},{"type":13,"tag":629,"props":7017,"children":7018},{"type":652},[],{"type":18,"value":7020}," be either ",{"type":13,"tag":21,"props":7022,"children":7024},{"className":7023},[],[7025],{"type":18,"value":469},{"type":18,"value":7027}," or a pointer to a valid instance of ",{"type":13,"tag":445,"props":7029,"children":7030},{"href":5630},[7031],{"type":18,"value":5633},{"type":18,"value":1391},{"type":13,"tag":445,"props":7034,"children":7036},{"href":7035},"/man/VkImageViewASTCDecodeModeEXT",[7037],{"type":18,"value":7038},"VkImageViewASTCDecodeModeEXT",{"type":18,"value":1391},{"type":13,"tag":445,"props":7041,"children":7043},{"href":7042},"/man/VkImageViewMinLodCreateInfoEXT",[7044],{"type":18,"value":7045},"VkImageViewMinLodCreateInfoEXT",{"type":18,"value":1391},{"type":13,"tag":445,"props":7048,"children":7049},{"href":5671},[7050],{"type":18,"value":5674},{"type":18,"value":1391},{"type":13,"tag":445,"props":7053,"children":7054},{"href":831},[7055],{"type":18,"value":834},{"type":18,"value":1391},{"type":13,"tag":445,"props":7058,"children":7059},{"href":637},[7060],{"type":18,"value":640},{"type":18,"value":1391},{"type":13,"tag":445,"props":7063,"children":7064},{"href":5594},[7065],{"type":18,"value":5597},{"type":18,"value":5051},{"type":13,"tag":445,"props":7068,"children":7069},{"href":1191},[7070],{"type":18,"value":1194},{"type":13,"tag":1842,"props":7072,"children":7074},{"name":7073},"VUID-VkImageViewCreateInfo-sType-unique",[7075],{"type":13,"tag":14,"props":7076,"children":7077},{},[7078,7079,7084,7086,7091,7092,7095,7097],{"type":18,"value":19},{"type":13,"tag":21,"props":7080,"children":7082},{"className":7081},[],[7083],{"type":18,"value":441},{"type":18,"value":7085}," value of each struct in the ",{"type":13,"tag":21,"props":7087,"children":7089},{"className":7088},[],[7090],{"type":18,"value":461},{"type":18,"value":3773},{"type":13,"tag":629,"props":7093,"children":7094},{"type":652},[],{"type":18,"value":7096}," be unique, with the exception of structures of type ",{"type":13,"tag":445,"props":7098,"children":7099},{"href":5630},[7100],{"type":18,"value":5633},{"type":13,"tag":1842,"props":7102,"children":7104},{"name":7103},"VUID-VkImageViewCreateInfo-flags-parameter",[7105],{"type":13,"tag":14,"props":7106,"children":7107},{},[7108,7113,7114,7117,7119,7123],{"type":13,"tag":21,"props":7109,"children":7111},{"className":7110},[],[7112],{"type":18,"value":480},{"type":18,"value":627},{"type":13,"tag":629,"props":7115,"children":7116},{"type":652},[],{"type":18,"value":7118}," be a valid combination of ",{"type":13,"tag":445,"props":7120,"children":7121},{"href":485},[7122],{"type":18,"value":488},{"type":18,"value":7124}," values",{"type":13,"tag":1842,"props":7126,"children":7128},{"name":7127},"VUID-VkImageViewCreateInfo-image-parameter",[7129],{"type":13,"tag":14,"props":7130,"children":7131},{},[7132,7137,7138,7141,7143,7147],{"type":13,"tag":21,"props":7133,"children":7135},{"className":7134},[],[7136],{"type":18,"value":499},{"type":18,"value":627},{"type":13,"tag":629,"props":7139,"children":7140},{"type":652},[],{"type":18,"value":7142}," be a valid ",{"type":13,"tag":445,"props":7144,"children":7145},{"href":503},[7146],{"type":18,"value":506},{"type":18,"value":7148}," handle",{"type":13,"tag":1842,"props":7150,"children":7152},{"name":7151},"VUID-VkImageViewCreateInfo-viewType-parameter",[7153],{"type":13,"tag":14,"props":7154,"children":7155},{},[7156,7161,7162,7165,7166,7170],{"type":13,"tag":21,"props":7157,"children":7159},{"className":7158},[],[7160],{"type":18,"value":517},{"type":18,"value":627},{"type":13,"tag":629,"props":7163,"children":7164},{"type":652},[],{"type":18,"value":7142},{"type":13,"tag":445,"props":7167,"children":7168},{"href":521},[7169],{"type":18,"value":524},{"type":18,"value":7171}," value",{"type":13,"tag":1842,"props":7173,"children":7175},{"name":7174},"VUID-VkImageViewCreateInfo-format-parameter",[7176],{"type":13,"tag":14,"props":7177,"children":7178},{},[7179,7184,7185,7188,7189,7193],{"type":13,"tag":21,"props":7180,"children":7182},{"className":7181},[],[7183],{"type":18,"value":535},{"type":18,"value":627},{"type":13,"tag":629,"props":7186,"children":7187},{"type":652},[],{"type":18,"value":7142},{"type":13,"tag":445,"props":7190,"children":7191},{"href":539},[7192],{"type":18,"value":542},{"type":18,"value":7171},{"type":13,"tag":1842,"props":7195,"children":7197},{"name":7196},"VUID-VkImageViewCreateInfo-components-parameter",[7198],{"type":13,"tag":14,"props":7199,"children":7200},{},[7201,7206,7207,7210,7211,7215],{"type":13,"tag":21,"props":7202,"children":7204},{"className":7203},[],[7205],{"type":18,"value":553},{"type":18,"value":627},{"type":13,"tag":629,"props":7208,"children":7209},{"type":652},[],{"type":18,"value":7142},{"type":13,"tag":445,"props":7212,"children":7213},{"href":557},[7214],{"type":18,"value":560},{"type":18,"value":7216}," structure",{"type":13,"tag":1842,"props":7218,"children":7220},{"name":7219},"VUID-VkImageViewCreateInfo-subresourceRange-parameter",[7221],{"type":13,"tag":14,"props":7222,"children":7223},{},[7224,7229,7230,7233,7234,7238],{"type":13,"tag":21,"props":7225,"children":7227},{"className":7226},[],[7228],{"type":18,"value":571},{"type":18,"value":627},{"type":13,"tag":629,"props":7231,"children":7232},{"type":652},[],{"type":18,"value":7142},{"type":13,"tag":445,"props":7235,"children":7236},{"href":575},[7237],{"type":18,"value":578},{"type":18,"value":7216},{"type":13,"tag":7240,"props":7241,"children":7242},"style",{},[7243],{"type":18,"value":7244},"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":7246},[],"markdown",1725732558960]