[{"data":1,"prerenderedAt":1012},["ShallowReactive",2],{"gd5h9QFbrx":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1011,"_id":4},"VkImageSubresourceRange","Structure specifying an image subresource range","VK_VERSION_1_0","structs",[],{"type":10,"children":11,"toc":1009},"root",[12,28,293,375,437,495,585,623,646,714,809,952,1003],{"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,138],{"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 VkImageSubresourceRange {\n VkImageAspectFlags aspectMask;\n uint32_t baseMipLevel;\n uint32_t levelCount;\n uint32_t baseArrayLayer;\n uint32_t layerCount;\n} VkImageSubresourceRange;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,90,103,116,129],{"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}," VkImageSubresourceRange {\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}," VkImageAspectFlags aspectMask;\n",{"type":13,"tag":45,"props":77,"children":79},{"class":47,"line":78},3,[80,85],{"type":13,"tag":45,"props":81,"children":82},{"style":52},[83],{"type":18,"value":84}," uint32_t",{"type":13,"tag":45,"props":86,"children":87},{"style":63},[88],{"type":18,"value":89}," baseMipLevel;\n",{"type":13,"tag":45,"props":91,"children":93},{"class":47,"line":92},4,[94,98],{"type":13,"tag":45,"props":95,"children":96},{"style":52},[97],{"type":18,"value":84},{"type":13,"tag":45,"props":99,"children":100},{"style":63},[101],{"type":18,"value":102}," levelCount;\n",{"type":13,"tag":45,"props":104,"children":106},{"class":47,"line":105},5,[107,111],{"type":13,"tag":45,"props":108,"children":109},{"style":52},[110],{"type":18,"value":84},{"type":13,"tag":45,"props":112,"children":113},{"style":63},[114],{"type":18,"value":115}," baseArrayLayer;\n",{"type":13,"tag":45,"props":117,"children":119},{"class":47,"line":118},6,[120,124],{"type":13,"tag":45,"props":121,"children":122},{"style":52},[123],{"type":18,"value":84},{"type":13,"tag":45,"props":125,"children":126},{"style":63},[127],{"type":18,"value":128}," layerCount;\n",{"type":13,"tag":45,"props":130,"children":132},{"class":47,"line":131},7,[133],{"type":13,"tag":45,"props":134,"children":135},{"style":63},[136],{"type":18,"value":137},"} VkImageSubresourceRange;\n",{"type":13,"tag":33,"props":139,"children":144},{"className":140,"code":141,"filename":142,"language":143,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct ImageSubresourceRange {\n aspect_mask: vk::ImageAspectFlags,\n base_mip_level: u32,\n level_count: u32,\n base_array_layer: u32,\n layer_count: u32,\n}\n","Rust","rs",[145],{"type":13,"tag":21,"props":146,"children":147},{"__ignoreMap":39},[148,171,204,225,245,265,285],{"type":13,"tag":45,"props":149,"children":150},{"class":47,"line":48},[151,156,160,166],{"type":13,"tag":45,"props":152,"children":153},{"style":52},[154],{"type":18,"value":155},"pub",{"type":13,"tag":45,"props":157,"children":158},{"style":52},[159],{"type":18,"value":60},{"type":13,"tag":45,"props":161,"children":163},{"style":162},"--shiki-default:#953800;--shiki-dark:#FFA657",[164],{"type":18,"value":165}," ImageSubresourceRange",{"type":13,"tag":45,"props":167,"children":168},{"style":63},[169],{"type":18,"value":170}," {\n",{"type":13,"tag":45,"props":172,"children":173},{"class":47,"line":69},[174,179,184,189,194,199],{"type":13,"tag":45,"props":175,"children":176},{"style":63},[177],{"type":18,"value":178}," aspect_mask",{"type":13,"tag":45,"props":180,"children":181},{"style":52},[182],{"type":18,"value":183},":",{"type":13,"tag":45,"props":185,"children":186},{"style":162},[187],{"type":18,"value":188}," vk",{"type":13,"tag":45,"props":190,"children":191},{"style":52},[192],{"type":18,"value":193},"::",{"type":13,"tag":45,"props":195,"children":196},{"style":162},[197],{"type":18,"value":198},"ImageAspectFlags",{"type":13,"tag":45,"props":200,"children":201},{"style":63},[202],{"type":18,"value":203},",\n",{"type":13,"tag":45,"props":205,"children":206},{"class":47,"line":78},[207,212,216,221],{"type":13,"tag":45,"props":208,"children":209},{"style":63},[210],{"type":18,"value":211}," base_mip_level",{"type":13,"tag":45,"props":213,"children":214},{"style":52},[215],{"type":18,"value":183},{"type":13,"tag":45,"props":217,"children":218},{"style":162},[219],{"type":18,"value":220}," u32",{"type":13,"tag":45,"props":222,"children":223},{"style":63},[224],{"type":18,"value":203},{"type":13,"tag":45,"props":226,"children":227},{"class":47,"line":92},[228,233,237,241],{"type":13,"tag":45,"props":229,"children":230},{"style":63},[231],{"type":18,"value":232}," level_count",{"type":13,"tag":45,"props":234,"children":235},{"style":52},[236],{"type":18,"value":183},{"type":13,"tag":45,"props":238,"children":239},{"style":162},[240],{"type":18,"value":220},{"type":13,"tag":45,"props":242,"children":243},{"style":63},[244],{"type":18,"value":203},{"type":13,"tag":45,"props":246,"children":247},{"class":47,"line":105},[248,253,257,261],{"type":13,"tag":45,"props":249,"children":250},{"style":63},[251],{"type":18,"value":252}," base_array_layer",{"type":13,"tag":45,"props":254,"children":255},{"style":52},[256],{"type":18,"value":183},{"type":13,"tag":45,"props":258,"children":259},{"style":162},[260],{"type":18,"value":220},{"type":13,"tag":45,"props":262,"children":263},{"style":63},[264],{"type":18,"value":203},{"type":13,"tag":45,"props":266,"children":267},{"class":47,"line":118},[268,273,277,281],{"type":13,"tag":45,"props":269,"children":270},{"style":63},[271],{"type":18,"value":272}," layer_count",{"type":13,"tag":45,"props":274,"children":275},{"style":52},[276],{"type":18,"value":183},{"type":13,"tag":45,"props":278,"children":279},{"style":162},[280],{"type":18,"value":220},{"type":13,"tag":45,"props":282,"children":283},{"style":63},[284],{"type":18,"value":203},{"type":13,"tag":45,"props":286,"children":287},{"class":47,"line":131},[288],{"type":13,"tag":45,"props":289,"children":290},{"style":63},[291],{"type":18,"value":292},"}\n",{"type":13,"tag":294,"props":295,"children":296},"ul",{},[297,318,329,347,358],{"type":13,"tag":298,"props":299,"children":300},"li",{},[301,307,309,316],{"type":13,"tag":21,"props":302,"children":304},{"className":303},[],[305],{"type":18,"value":306},"aspectMask",{"type":18,"value":308}," is a bitmask of ",{"type":13,"tag":310,"props":311,"children":313},"a",{"href":312},"/man/VkImageAspectFlagBits",[314],{"type":18,"value":315},"VkImageAspectFlagBits",{"type":18,"value":317}," specifying\nwhich aspect(s) of the image are included in the view.",{"type":13,"tag":298,"props":319,"children":320},{},[321,327],{"type":13,"tag":21,"props":322,"children":324},{"className":323},[],[325],{"type":18,"value":326},"baseMipLevel",{"type":18,"value":328}," is the first mipmap level accessible to the view.",{"type":13,"tag":298,"props":330,"children":331},{},[332,338,340,345],{"type":13,"tag":21,"props":333,"children":335},{"className":334},[],[336],{"type":18,"value":337},"levelCount",{"type":18,"value":339}," is the number of mipmap levels (starting from\n",{"type":13,"tag":21,"props":341,"children":343},{"className":342},[],[344],{"type":18,"value":326},{"type":18,"value":346},") accessible to the view.",{"type":13,"tag":298,"props":348,"children":349},{},[350,356],{"type":13,"tag":21,"props":351,"children":353},{"className":352},[],[354],{"type":18,"value":355},"baseArrayLayer",{"type":18,"value":357}," is the first array layer accessible to the view.",{"type":13,"tag":298,"props":359,"children":360},{},[361,367,369,374],{"type":13,"tag":21,"props":362,"children":364},{"className":363},[],[365],{"type":18,"value":366},"layerCount",{"type":18,"value":368}," is the number of array layers (starting from\n",{"type":13,"tag":21,"props":370,"children":372},{"className":371},[],[373],{"type":18,"value":355},{"type":18,"value":346},{"type":13,"tag":14,"props":376,"children":377},{},[378,380,385,387,392,394,399,401,405,407,412,414,419,421,427,429,435],{"type":18,"value":379},"The number of mipmap levels and array layers ",{"type":13,"tag":381,"props":382,"children":384},"normative",{"type":383},"must",[],{"type":18,"value":386}," be a subset of the image\nsubresources in the image.\nIf an application wants to use all mip levels or layers in an image after\nthe ",{"type":13,"tag":21,"props":388,"children":390},{"className":389},[],[391],{"type":18,"value":326},{"type":18,"value":393}," or ",{"type":13,"tag":21,"props":395,"children":397},{"className":396},[],[398],{"type":18,"value":355},{"type":18,"value":400},", it ",{"type":13,"tag":381,"props":402,"children":404},{"type":403},"can",[],{"type":18,"value":406}," set ",{"type":13,"tag":21,"props":408,"children":410},{"className":409},[],[411],{"type":18,"value":337},{"type":18,"value":413},"\nand ",{"type":13,"tag":21,"props":415,"children":417},{"className":416},[],[418],{"type":18,"value":366},{"type":18,"value":420}," to the special values ",{"type":13,"tag":21,"props":422,"children":424},{"className":423},[],[425],{"type":18,"value":426},"VK_REMAINING_MIP_LEVELS",{"type":18,"value":428}," and\n",{"type":13,"tag":21,"props":430,"children":432},{"className":431},[],[433],{"type":18,"value":434},"VK_REMAINING_ARRAY_LAYERS",{"type":18,"value":436}," without knowing the exact number of mip\nlevels or layers.",{"type":13,"tag":14,"props":438,"children":439},{},[440,442,447,449,460,462,467,469,474,476,481,483,488,490,493],{"type":18,"value":441},"For cube and cube array image views, the layers of the image view starting\nat ",{"type":13,"tag":21,"props":443,"children":445},{"className":444},[],[446],{"type":18,"value":355},{"type":18,"value":448}," correspond to faces in the order +X, -X, +Y, -Y, +Z,\n-Z.\nFor cube arrays, each set of six sequential layers is a single cube, so the\nnumber of cube maps in a cube map array view is ",{"type":13,"tag":450,"props":451,"children":452},"em",{},[453,458],{"type":13,"tag":21,"props":454,"children":456},{"className":455},[],[457],{"type":18,"value":366},{"type":18,"value":459}," / 6",{"type":18,"value":461},", and\nimage array layer (",{"type":13,"tag":21,"props":463,"children":465},{"className":464},[],[466],{"type":18,"value":355},{"type":18,"value":468}," + i) is face index\n(i mod 6) of cube ",{"type":13,"tag":450,"props":470,"children":471},{},[472],{"type":18,"value":473},"i / 6",{"type":18,"value":475},".\nIf the number of layers in the view, whether set explicitly in\n",{"type":13,"tag":21,"props":477,"children":479},{"className":478},[],[480],{"type":18,"value":366},{"type":18,"value":482}," or implied by ",{"type":13,"tag":21,"props":484,"children":486},{"className":485},[],[487],{"type":18,"value":434},{"type":18,"value":489},", is not a\nmultiple of 6, the last cube map in the array ",{"type":13,"tag":381,"props":491,"children":492},{"type":383},[],{"type":18,"value":494}," not be accessed.",{"type":13,"tag":14,"props":496,"children":497},{},[498,503,505,508,510,516,517,523,524,530,532,538,540,545,547,553,555,560,561,564,566,571,573,578,580,583],{"type":13,"tag":21,"props":499,"children":501},{"className":500},[],[502],{"type":18,"value":306},{"type":18,"value":504}," ",{"type":13,"tag":381,"props":506,"children":507},{"type":383},[],{"type":18,"value":509}," be only ",{"type":13,"tag":21,"props":511,"children":513},{"className":512},[],[514],{"type":18,"value":515},"VK_IMAGE_ASPECT_COLOR_BIT",{"type":18,"value":203},{"type":13,"tag":21,"props":518,"children":520},{"className":519},[],[521],{"type":18,"value":522},"VK_IMAGE_ASPECT_DEPTH_BIT",{"type":18,"value":393},{"type":13,"tag":21,"props":525,"children":527},{"className":526},[],[528],{"type":18,"value":529},"VK_IMAGE_ASPECT_STENCIL_BIT",{"type":18,"value":531}," if\n",{"type":13,"tag":21,"props":533,"children":535},{"className":534},[],[536],{"type":18,"value":537},"format",{"type":18,"value":539}," is a color, depth-only or stencil-only format,\nrespectively, except if ",{"type":13,"tag":21,"props":541,"children":543},{"className":542},[],[544],{"type":18,"value":537},{"type":18,"value":546}," is a\n",{"type":13,"tag":310,"props":548,"children":550},{"href":549},"/chapters/formats#formats-requiring-sampler-ycbcr-conversion",[551],{"type":18,"value":552},"multi-planar format",{"type":18,"value":554},".\nIf using a depth/stencil format with both depth and stencil components,\n",{"type":13,"tag":21,"props":556,"children":558},{"className":557},[],[559],{"type":18,"value":306},{"type":18,"value":504},{"type":13,"tag":381,"props":562,"children":563},{"type":383},[],{"type":18,"value":565}," include at least one of\n",{"type":13,"tag":21,"props":567,"children":569},{"className":568},[],[570],{"type":18,"value":522},{"type":18,"value":572}," and ",{"type":13,"tag":21,"props":574,"children":576},{"className":575},[],[577],{"type":18,"value":529},{"type":18,"value":579},", and\n",{"type":13,"tag":381,"props":581,"children":582},{"type":403},[],{"type":18,"value":584}," include both.",{"type":13,"tag":14,"props":586,"children":587},{},[588,590,595,597,603,605,610,611,616,618,621],{"type":18,"value":589},"When the ",{"type":13,"tag":21,"props":591,"children":593},{"className":592},[],[594],{"type":18,"value":4},{"type":18,"value":596}," structure is used to select a subset\nof the slices of a 3D image’s mip level in order to create a 2D or 2D array\nimage view of a 3D image created with\n",{"type":13,"tag":21,"props":598,"children":600},{"className":599},[],[601],{"type":18,"value":602},"VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT",{"type":18,"value":604},", ",{"type":13,"tag":21,"props":606,"children":608},{"className":607},[],[609],{"type":18,"value":355},{"type":18,"value":428},{"type":13,"tag":21,"props":612,"children":614},{"className":613},[],[615],{"type":18,"value":366},{"type":18,"value":617}," specify the first slice index and the number of slices to\ninclude in the created image view.\nSuch an image view ",{"type":13,"tag":381,"props":619,"children":620},{"type":403},[],{"type":18,"value":622}," be used as a framebuffer attachment that refers only\nto the specified range of slices of the selected mip level.\nHowever, any layout transitions performed on such an attachment view during\na render pass instance still apply to the entire subresource referenced\nwhich includes all the slices of the selected mip level.",{"type":13,"tag":14,"props":624,"children":625},{},[626,628,633,634,637,639,644],{"type":18,"value":627},"When using an image view of a depth/stencil image to populate a descriptor\nset (e.g. for sampling in the shader, or for use as an input attachment),\nthe ",{"type":13,"tag":21,"props":629,"children":631},{"className":630},[],[632],{"type":18,"value":306},{"type":18,"value":504},{"type":13,"tag":381,"props":635,"children":636},{"type":383},[],{"type":18,"value":638}," only include one bit, which selects whether the\nimage view is used for depth reads (i.e. using a floating-point sampler or\ninput attachment in the shader) or stencil reads (i.e. using an unsigned\ninteger sampler or input attachment in the shader).\nWhen an image view of a depth/stencil image is used as a depth/stencil\nframebuffer attachment, the ",{"type":13,"tag":21,"props":640,"children":642},{"className":641},[],[643],{"type":18,"value":306},{"type":18,"value":645}," is ignored and both depth and\nstencil image subresources are used.",{"type":13,"tag":14,"props":647,"children":648},{},[649,651,657,659,679,681,686,688,694,696,701,702,705,707,712],{"type":18,"value":650},"When creating a ",{"type":13,"tag":21,"props":652,"children":654},{"className":653},[],[655],{"type":18,"value":656},"VkImageView",{"type":18,"value":658},", if ",{"type":13,"tag":310,"props":660,"children":662},{"href":661},"/chapters/samplers#samplers-YCbCr-conversion",[663,665,671,672,677],{"type":18,"value":664},"sampler\nY′C",{"type":13,"tag":666,"props":667,"children":668},"sub",{},[669],{"type":18,"value":670},"B",{"type":18,"value":37},{"type":13,"tag":666,"props":673,"children":674},{},[675],{"type":18,"value":676},"R",{"type":18,"value":678}," conversion",{"type":18,"value":680}," is enabled in the sampler, the ",{"type":13,"tag":21,"props":682,"children":684},{"className":683},[],[685],{"type":18,"value":306},{"type":18,"value":687}," of a\n",{"type":13,"tag":21,"props":689,"children":691},{"className":690},[],[692],{"type":18,"value":693},"subresourceRange",{"type":18,"value":695}," used by the ",{"type":13,"tag":21,"props":697,"children":699},{"className":698},[],[700],{"type":18,"value":656},{"type":18,"value":504},{"type":13,"tag":381,"props":703,"children":704},{"type":383},[],{"type":18,"value":706}," be\n",{"type":13,"tag":21,"props":708,"children":710},{"className":709},[],[711],{"type":18,"value":515},{"type":18,"value":713},".",{"type":13,"tag":14,"props":715,"children":716},{},[717,718,723,725,729,730,734,736,741,743,748,750,753,755,761,763,768,770,775,777,782,783,786,787,793,794,800,802,808],{"type":18,"value":650},{"type":13,"tag":21,"props":719,"children":721},{"className":720},[],[722],{"type":18,"value":656},{"type":18,"value":724},", if sampler Y′C",{"type":13,"tag":666,"props":726,"children":727},{},[728],{"type":18,"value":670},{"type":18,"value":37},{"type":13,"tag":666,"props":731,"children":732},{},[733],{"type":18,"value":676},{"type":18,"value":735}," conversion is not\nenabled in the sampler and the image ",{"type":13,"tag":21,"props":737,"children":739},{"className":738},[],[740],{"type":18,"value":537},{"type":18,"value":742}," is\n",{"type":13,"tag":310,"props":744,"children":745},{"href":549},[746],{"type":18,"value":747},"multi-planar",{"type":18,"value":749},", the image ",{"type":13,"tag":381,"props":751,"children":752},{"type":383},[],{"type":18,"value":754},"\nhave been created with ",{"type":13,"tag":21,"props":756,"children":758},{"className":757},[],[759],{"type":18,"value":760},"VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT",{"type":18,"value":762},", and the\n",{"type":13,"tag":21,"props":764,"children":766},{"className":765},[],[767],{"type":18,"value":306},{"type":18,"value":769}," of the ",{"type":13,"tag":21,"props":771,"children":773},{"className":772},[],[774],{"type":18,"value":656},{"type":18,"value":776},"’s ",{"type":13,"tag":21,"props":778,"children":780},{"className":779},[],[781],{"type":18,"value":693},{"type":18,"value":504},{"type":13,"tag":381,"props":784,"children":785},{"type":383},[],{"type":18,"value":706},{"type":13,"tag":21,"props":788,"children":790},{"className":789},[],[791],{"type":18,"value":792},"VK_IMAGE_ASPECT_PLANE_0_BIT",{"type":18,"value":604},{"type":13,"tag":21,"props":795,"children":797},{"className":796},[],[798],{"type":18,"value":799},"VK_IMAGE_ASPECT_PLANE_1_BIT",{"type":18,"value":801}," or\n",{"type":13,"tag":21,"props":803,"children":805},{"className":804},[],[806],{"type":18,"value":807},"VK_IMAGE_ASPECT_PLANE_2_BIT",{"type":18,"value":713},{"type":13,"tag":810,"props":811,"children":813},"validity-group",{"name":812},"Valid Usage",[814,848,877,922],{"type":13,"tag":815,"props":816,"children":818},"validity-field",{"name":817},"VUID-VkImageSubresourceRange-levelCount-01720",[819],{"type":13,"tag":14,"props":820,"children":821},{},[822,824,829,831,836,837,840,842],{"type":18,"value":823},"If ",{"type":13,"tag":21,"props":825,"children":827},{"className":826},[],[828],{"type":18,"value":337},{"type":18,"value":830}," is not ",{"type":13,"tag":21,"props":832,"children":834},{"className":833},[],[835],{"type":18,"value":426},{"type":18,"value":400},{"type":13,"tag":381,"props":838,"children":839},{"type":383},[],{"type":18,"value":841}," be\ngreater than ",{"type":13,"tag":21,"props":843,"children":845},{"className":844},[],[846],{"type":18,"value":847},"0",{"type":13,"tag":815,"props":849,"children":851},{"name":850},"VUID-VkImageSubresourceRange-layerCount-01721",[852],{"type":13,"tag":14,"props":853,"children":854},{},[855,856,861,862,867,868,871,872],{"type":18,"value":823},{"type":13,"tag":21,"props":857,"children":859},{"className":858},[],[860],{"type":18,"value":366},{"type":18,"value":830},{"type":13,"tag":21,"props":863,"children":865},{"className":864},[],[866],{"type":18,"value":434},{"type":18,"value":400},{"type":13,"tag":381,"props":869,"children":870},{"type":383},[],{"type":18,"value":841},{"type":13,"tag":21,"props":873,"children":875},{"className":874},[],[876],{"type":18,"value":847},{"type":13,"tag":815,"props":878,"children":880},{"name":879},"VUID-VkImageSubresourceRange-aspectMask-01670",[881],{"type":13,"tag":14,"props":882,"children":883},{},[884,885,890,892,897,899,902,904,909,910,915,917],{"type":18,"value":823},{"type":13,"tag":21,"props":886,"children":888},{"className":887},[],[889],{"type":18,"value":306},{"type":18,"value":891}," includes ",{"type":13,"tag":21,"props":893,"children":895},{"className":894},[],[896],{"type":18,"value":515},{"type":18,"value":898},", then it\n",{"type":13,"tag":381,"props":900,"children":901},{"type":383},[],{"type":18,"value":903}," not include any of ",{"type":13,"tag":21,"props":905,"children":907},{"className":906},[],[908],{"type":18,"value":792},{"type":18,"value":203},{"type":13,"tag":21,"props":911,"children":913},{"className":912},[],[914],{"type":18,"value":799},{"type":18,"value":916},", or ",{"type":13,"tag":21,"props":918,"children":920},{"className":919},[],[921],{"type":18,"value":807},{"type":13,"tag":815,"props":923,"children":925},{"name":924},"VUID-VkImageSubresourceRange-aspectMask-02278",[926],{"type":13,"tag":14,"props":927,"children":928},{},[929,934,935,938,940,946,948],{"type":13,"tag":21,"props":930,"children":932},{"className":931},[],[933],{"type":18,"value":306},{"type":18,"value":504},{"type":13,"tag":381,"props":936,"children":937},{"type":383},[],{"type":18,"value":939}," not include\nVK_IMAGE_ASPECT_MEMORY_PLANE",{"type":13,"tag":941,"props":942,"children":943},"strong",{},[944],{"type":18,"value":945},"i",{"type":18,"value":947},"BIT_EXT for any index ",{"type":13,"tag":450,"props":949,"children":950},{},[951],{"type":18,"value":945},{"type":13,"tag":810,"props":953,"children":955},{"name":954},"Valid Usage (Implicit)",[956,980],{"type":13,"tag":815,"props":957,"children":959},{"name":958},"VUID-VkImageSubresourceRange-aspectMask-parameter",[960],{"type":13,"tag":14,"props":961,"children":962},{},[963,968,969,972,974,978],{"type":13,"tag":21,"props":964,"children":966},{"className":965},[],[967],{"type":18,"value":306},{"type":18,"value":504},{"type":13,"tag":381,"props":970,"children":971},{"type":383},[],{"type":18,"value":973}," be a valid combination of ",{"type":13,"tag":310,"props":975,"children":976},{"href":312},[977],{"type":18,"value":315},{"type":18,"value":979}," values",{"type":13,"tag":815,"props":981,"children":983},{"name":982},"VUID-VkImageSubresourceRange-aspectMask-requiredbitmask",[984],{"type":13,"tag":14,"props":985,"children":986},{},[987,992,993,996,998],{"type":13,"tag":21,"props":988,"children":990},{"className":989},[],[991],{"type":18,"value":306},{"type":18,"value":504},{"type":13,"tag":381,"props":994,"children":995},{"type":383},[],{"type":18,"value":997}," not be ",{"type":13,"tag":21,"props":999,"children":1001},{"className":1000},[],[1002],{"type":18,"value":847},{"type":13,"tag":1004,"props":1005,"children":1006},"style",{},[1007],{"type":18,"value":1008},"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":1010},[],"markdown",1725732558439]