[{"data":1,"prerenderedAt":993},["ShallowReactive",2],{"mGrlD4MqZi":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":992,"_id":4},"VkFramebufferAttachmentImageInfo","Structure specifying parameters of an image that will be used with a framebuffer","VK_VERSION_1_2","structs",[],{"type":10,"children":11,"toc":990},"root",[12,28,478,483,548,757,780,820,984],{"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,198],{"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 VkFramebufferAttachmentImageInfo {\n VkStructureType sType;\n const void* pNext;\n VkImageCreateFlags flags;\n VkImageUsageFlags usage;\n uint32_t width;\n uint32_t height;\n uint32_t layerCount;\n uint32_t viewFormatCount;\n const VkFormat* pViewFormats;\n} VkFramebufferAttachmentImageInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,113,127,140,153,166,189],{"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}," VkFramebufferAttachmentImageInfo {\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}," VkImageCreateFlags 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}," VkImageUsageFlags usage;\n",{"type":13,"tag":45,"props":114,"children":116},{"class":47,"line":115},6,[117,122],{"type":13,"tag":45,"props":118,"children":119},{"style":52},[120],{"type":18,"value":121}," uint32_t",{"type":13,"tag":45,"props":123,"children":124},{"style":63},[125],{"type":18,"value":126}," width;\n",{"type":13,"tag":45,"props":128,"children":130},{"class":47,"line":129},7,[131,135],{"type":13,"tag":45,"props":132,"children":133},{"style":52},[134],{"type":18,"value":121},{"type":13,"tag":45,"props":136,"children":137},{"style":63},[138],{"type":18,"value":139}," height;\n",{"type":13,"tag":45,"props":141,"children":143},{"class":47,"line":142},8,[144,148],{"type":13,"tag":45,"props":145,"children":146},{"style":52},[147],{"type":18,"value":121},{"type":13,"tag":45,"props":149,"children":150},{"style":63},[151],{"type":18,"value":152}," layerCount;\n",{"type":13,"tag":45,"props":154,"children":156},{"class":47,"line":155},9,[157,161],{"type":13,"tag":45,"props":158,"children":159},{"style":52},[160],{"type":18,"value":121},{"type":13,"tag":45,"props":162,"children":163},{"style":63},[164],{"type":18,"value":165}," viewFormatCount;\n",{"type":13,"tag":45,"props":167,"children":169},{"class":47,"line":168},10,[170,174,179,184],{"type":13,"tag":45,"props":171,"children":172},{"style":52},[173],{"type":18,"value":84},{"type":13,"tag":45,"props":175,"children":176},{"style":63},[177],{"type":18,"value":178}," VkFormat",{"type":13,"tag":45,"props":180,"children":181},{"style":52},[182],{"type":18,"value":183},"*",{"type":13,"tag":45,"props":185,"children":186},{"style":63},[187],{"type":18,"value":188}," pViewFormats;\n",{"type":13,"tag":45,"props":190,"children":192},{"class":47,"line":191},11,[193],{"type":13,"tag":45,"props":194,"children":195},{"style":63},[196],{"type":18,"value":197},"} VkFramebufferAttachmentImageInfo;\n",{"type":13,"tag":33,"props":199,"children":204},{"className":200,"code":201,"filename":202,"language":203,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct FramebufferAttachmentImageInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::ImageCreateFlags, // Image creation flags\n usage: vk::ImageUsageFlags, // Image usage flags\n width: u32,\n height: u32,\n layer_count: u32,\n view_format_count: u32,\n p_view_formats: *const vk::Format,\n}\n","Rust","rs",[205],{"type":13,"tag":21,"props":206,"children":207},{"__ignoreMap":39},[208,231,264,286,322,356,377,397,417,437,470],{"type":13,"tag":45,"props":209,"children":210},{"class":47,"line":48},[211,216,220,226],{"type":13,"tag":45,"props":212,"children":213},{"style":52},[214],{"type":18,"value":215},"pub",{"type":13,"tag":45,"props":217,"children":218},{"style":52},[219],{"type":18,"value":60},{"type":13,"tag":45,"props":221,"children":223},{"style":222},"--shiki-default:#953800;--shiki-dark:#FFA657",[224],{"type":18,"value":225}," FramebufferAttachmentImageInfo",{"type":13,"tag":45,"props":227,"children":228},{"style":63},[229],{"type":18,"value":230}," {\n",{"type":13,"tag":45,"props":232,"children":233},{"class":47,"line":69},[234,239,244,249,254,259],{"type":13,"tag":45,"props":235,"children":236},{"style":63},[237],{"type":18,"value":238}," s_type",{"type":13,"tag":45,"props":240,"children":241},{"style":52},[242],{"type":18,"value":243},":",{"type":13,"tag":45,"props":245,"children":246},{"style":222},[247],{"type":18,"value":248}," vk",{"type":13,"tag":45,"props":250,"children":251},{"style":52},[252],{"type":18,"value":253},"::",{"type":13,"tag":45,"props":255,"children":256},{"style":222},[257],{"type":18,"value":258},"StructureType",{"type":13,"tag":45,"props":260,"children":261},{"style":63},[262],{"type":18,"value":263},",\n",{"type":13,"tag":45,"props":265,"children":266},{"class":47,"line":78},[267,272,276,281],{"type":13,"tag":45,"props":268,"children":269},{"style":63},[270],{"type":18,"value":271}," p_next",{"type":13,"tag":45,"props":273,"children":274},{"style":52},[275],{"type":18,"value":243},{"type":13,"tag":45,"props":277,"children":278},{"style":52},[279],{"type":18,"value":280}," *const",{"type":13,"tag":45,"props":282,"children":283},{"style":63},[284],{"type":18,"value":285}," c_void,\n",{"type":13,"tag":45,"props":287,"children":288},{"class":47,"line":97},[289,294,298,302,306,311,316],{"type":13,"tag":45,"props":290,"children":291},{"style":63},[292],{"type":18,"value":293}," flags",{"type":13,"tag":45,"props":295,"children":296},{"style":52},[297],{"type":18,"value":243},{"type":13,"tag":45,"props":299,"children":300},{"style":222},[301],{"type":18,"value":248},{"type":13,"tag":45,"props":303,"children":304},{"style":52},[305],{"type":18,"value":253},{"type":13,"tag":45,"props":307,"children":308},{"style":222},[309],{"type":18,"value":310},"ImageCreateFlags",{"type":13,"tag":45,"props":312,"children":313},{"style":63},[314],{"type":18,"value":315},", ",{"type":13,"tag":45,"props":317,"children":319},{"style":318},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[320],{"type":18,"value":321},"// Image creation flags\n",{"type":13,"tag":45,"props":323,"children":324},{"class":47,"line":106},[325,330,334,338,342,347,351],{"type":13,"tag":45,"props":326,"children":327},{"style":63},[328],{"type":18,"value":329}," usage",{"type":13,"tag":45,"props":331,"children":332},{"style":52},[333],{"type":18,"value":243},{"type":13,"tag":45,"props":335,"children":336},{"style":222},[337],{"type":18,"value":248},{"type":13,"tag":45,"props":339,"children":340},{"style":52},[341],{"type":18,"value":253},{"type":13,"tag":45,"props":343,"children":344},{"style":222},[345],{"type":18,"value":346},"ImageUsageFlags",{"type":13,"tag":45,"props":348,"children":349},{"style":63},[350],{"type":18,"value":315},{"type":13,"tag":45,"props":352,"children":353},{"style":318},[354],{"type":18,"value":355},"// Image usage flags\n",{"type":13,"tag":45,"props":357,"children":358},{"class":47,"line":115},[359,364,368,373],{"type":13,"tag":45,"props":360,"children":361},{"style":63},[362],{"type":18,"value":363}," width",{"type":13,"tag":45,"props":365,"children":366},{"style":52},[367],{"type":18,"value":243},{"type":13,"tag":45,"props":369,"children":370},{"style":222},[371],{"type":18,"value":372}," u32",{"type":13,"tag":45,"props":374,"children":375},{"style":63},[376],{"type":18,"value":263},{"type":13,"tag":45,"props":378,"children":379},{"class":47,"line":129},[380,385,389,393],{"type":13,"tag":45,"props":381,"children":382},{"style":63},[383],{"type":18,"value":384}," height",{"type":13,"tag":45,"props":386,"children":387},{"style":52},[388],{"type":18,"value":243},{"type":13,"tag":45,"props":390,"children":391},{"style":222},[392],{"type":18,"value":372},{"type":13,"tag":45,"props":394,"children":395},{"style":63},[396],{"type":18,"value":263},{"type":13,"tag":45,"props":398,"children":399},{"class":47,"line":142},[400,405,409,413],{"type":13,"tag":45,"props":401,"children":402},{"style":63},[403],{"type":18,"value":404}," layer_count",{"type":13,"tag":45,"props":406,"children":407},{"style":52},[408],{"type":18,"value":243},{"type":13,"tag":45,"props":410,"children":411},{"style":222},[412],{"type":18,"value":372},{"type":13,"tag":45,"props":414,"children":415},{"style":63},[416],{"type":18,"value":263},{"type":13,"tag":45,"props":418,"children":419},{"class":47,"line":155},[420,425,429,433],{"type":13,"tag":45,"props":421,"children":422},{"style":63},[423],{"type":18,"value":424}," view_format_count",{"type":13,"tag":45,"props":426,"children":427},{"style":52},[428],{"type":18,"value":243},{"type":13,"tag":45,"props":430,"children":431},{"style":222},[432],{"type":18,"value":372},{"type":13,"tag":45,"props":434,"children":435},{"style":63},[436],{"type":18,"value":263},{"type":13,"tag":45,"props":438,"children":439},{"class":47,"line":168},[440,445,449,453,457,461,466],{"type":13,"tag":45,"props":441,"children":442},{"style":63},[443],{"type":18,"value":444}," p_view_formats",{"type":13,"tag":45,"props":446,"children":447},{"style":52},[448],{"type":18,"value":243},{"type":13,"tag":45,"props":450,"children":451},{"style":52},[452],{"type":18,"value":280},{"type":13,"tag":45,"props":454,"children":455},{"style":222},[456],{"type":18,"value":248},{"type":13,"tag":45,"props":458,"children":459},{"style":52},[460],{"type":18,"value":253},{"type":13,"tag":45,"props":462,"children":463},{"style":222},[464],{"type":18,"value":465},"Format",{"type":13,"tag":45,"props":467,"children":468},{"style":63},[469],{"type":18,"value":263},{"type":13,"tag":45,"props":471,"children":472},{"class":47,"line":191},[473],{"type":13,"tag":45,"props":474,"children":475},{"style":63},[476],{"type":18,"value":477},"}\n",{"type":13,"tag":14,"props":479,"children":480},{},[481],{"type":18,"value":482},"or the equivalent",{"type":13,"tag":29,"props":484,"children":485},{},[486,505],{"type":13,"tag":33,"props":487,"children":489},{"className":35,"code":488,"filename":37,"language":38,"meta":39,"style":39},"typedef VkFramebufferAttachmentImageInfo VkFramebufferAttachmentImageInfoKHR;\n",[490],{"type":13,"tag":21,"props":491,"children":492},{"__ignoreMap":39},[493],{"type":13,"tag":45,"props":494,"children":495},{"class":47,"line":48},[496,500],{"type":13,"tag":45,"props":497,"children":498},{"style":52},[499],{"type":18,"value":55},{"type":13,"tag":45,"props":501,"children":502},{"style":63},[503],{"type":18,"value":504}," VkFramebufferAttachmentImageInfo VkFramebufferAttachmentImageInfoKHR;\n",{"type":13,"tag":33,"props":506,"children":508},{"className":200,"code":507,"filename":202,"language":203,"meta":39,"style":39},"type FramebufferAttachmentImageInfoKHR = vk::FramebufferAttachmentImageInfo;\n",[509],{"type":13,"tag":21,"props":510,"children":511},{"__ignoreMap":39},[512],{"type":13,"tag":45,"props":513,"children":514},{"class":47,"line":48},[515,520,525,530,534,538,543],{"type":13,"tag":45,"props":516,"children":517},{"style":52},[518],{"type":18,"value":519},"type",{"type":13,"tag":45,"props":521,"children":522},{"style":222},[523],{"type":18,"value":524}," FramebufferAttachmentImageInfoKHR",{"type":13,"tag":45,"props":526,"children":527},{"style":52},[528],{"type":18,"value":529}," =",{"type":13,"tag":45,"props":531,"children":532},{"style":222},[533],{"type":18,"value":248},{"type":13,"tag":45,"props":535,"children":536},{"style":52},[537],{"type":18,"value":253},{"type":13,"tag":45,"props":539,"children":540},{"style":222},[541],{"type":18,"value":542},"FramebufferAttachmentImageInfo",{"type":13,"tag":45,"props":544,"children":545},{"style":63},[546],{"type":18,"value":547},";\n",{"type":13,"tag":549,"props":550,"children":551},"ul",{},[552,573,592,625,654,665,676,687,720],{"type":13,"tag":553,"props":554,"children":555},"li",{},[556,562,564,571],{"type":13,"tag":21,"props":557,"children":559},{"className":558},[],[560],{"type":18,"value":561},"sType",{"type":18,"value":563}," is a ",{"type":13,"tag":565,"props":566,"children":568},"a",{"href":567},"/man/VkStructureType",[569],{"type":18,"value":570},"VkStructureType",{"type":18,"value":572}," value identifying this structure.",{"type":13,"tag":553,"props":574,"children":575},{},[576,582,584,590],{"type":13,"tag":21,"props":577,"children":579},{"className":578},[],[580],{"type":18,"value":581},"pNext",{"type":18,"value":583}," is ",{"type":13,"tag":21,"props":585,"children":587},{"className":586},[],[588],{"type":18,"value":589},"NULL",{"type":18,"value":591}," or a pointer to a structure extending this\nstructure.",{"type":13,"tag":553,"props":593,"children":594},{},[595,601,603,609,611,617,618,623],{"type":13,"tag":21,"props":596,"children":598},{"className":597},[],[599],{"type":18,"value":600},"flags",{"type":18,"value":602}," is a bitmask of ",{"type":13,"tag":565,"props":604,"children":606},{"href":605},"/man/VkImageCreateFlagBits",[607],{"type":18,"value":608},"VkImageCreateFlagBits",{"type":18,"value":610},", matching the\nvalue of ",{"type":13,"tag":565,"props":612,"children":614},{"href":613},"/man/VkImageCreateInfo",[615],{"type":18,"value":616},"VkImageCreateInfo",{"type":18,"value":253},{"type":13,"tag":21,"props":619,"children":621},{"className":620},[],[622],{"type":18,"value":600},{"type":18,"value":624}," used to create an image\nthat will be used with this framebuffer.",{"type":13,"tag":553,"props":626,"children":627},{},[628,634,635,641,642,646,647,652],{"type":13,"tag":21,"props":629,"children":631},{"className":630},[],[632],{"type":18,"value":633},"usage",{"type":18,"value":602},{"type":13,"tag":565,"props":636,"children":638},{"href":637},"/man/VkImageUsageFlagBits",[639],{"type":18,"value":640},"VkImageUsageFlagBits",{"type":18,"value":610},{"type":13,"tag":565,"props":643,"children":644},{"href":613},[645],{"type":18,"value":616},{"type":18,"value":253},{"type":13,"tag":21,"props":648,"children":650},{"className":649},[],[651],{"type":18,"value":633},{"type":18,"value":653}," used to create an image\nused with this framebuffer.",{"type":13,"tag":553,"props":655,"children":656},{},[657,663],{"type":13,"tag":21,"props":658,"children":660},{"className":659},[],[661],{"type":18,"value":662},"width",{"type":18,"value":664}," is the width of the image view used for rendering.",{"type":13,"tag":553,"props":666,"children":667},{},[668,674],{"type":13,"tag":21,"props":669,"children":671},{"className":670},[],[672],{"type":18,"value":673},"height",{"type":18,"value":675}," is the height of the image view used for rendering.",{"type":13,"tag":553,"props":677,"children":678},{},[679,685],{"type":13,"tag":21,"props":680,"children":682},{"className":681},[],[683],{"type":18,"value":684},"layerCount",{"type":18,"value":686}," is the number of array layers of the image view used\nfor rendering.",{"type":13,"tag":553,"props":688,"children":689},{},[690,696,698,704,706,712,713,718],{"type":13,"tag":21,"props":691,"children":693},{"className":692},[],[694],{"type":18,"value":695},"viewFormatCount",{"type":18,"value":697}," is the number of entries in the ",{"type":13,"tag":21,"props":699,"children":701},{"className":700},[],[702],{"type":18,"value":703},"pViewFormats",{"type":18,"value":705},"\narray, matching the value of\n",{"type":13,"tag":565,"props":707,"children":709},{"href":708},"/man/VkImageFormatListCreateInfo",[710],{"type":18,"value":711},"VkImageFormatListCreateInfo",{"type":18,"value":253},{"type":13,"tag":21,"props":714,"children":716},{"className":715},[],[717],{"type":18,"value":695},{"type":18,"value":719}," used to create\nan image used with this framebuffer.",{"type":13,"tag":553,"props":721,"children":722},{},[723,728,730,736,738,743,745,749,750,755],{"type":13,"tag":21,"props":724,"children":726},{"className":725},[],[727],{"type":18,"value":703},{"type":18,"value":729}," is a pointer to an array of ",{"type":13,"tag":565,"props":731,"children":733},{"href":732},"/man/VkFormat",[734],{"type":18,"value":735},"VkFormat",{"type":18,"value":737}," values\nspecifying all of the formats which ",{"type":13,"tag":739,"props":740,"children":742},"normative",{"type":741},"can",[],{"type":18,"value":744}," be used when creating views of\nthe image, matching the value of\n",{"type":13,"tag":565,"props":746,"children":747},{"href":708},[748],{"type":18,"value":711},{"type":18,"value":253},{"type":13,"tag":21,"props":751,"children":753},{"className":752},[],[754],{"type":18,"value":703},{"type":18,"value":756}," used to create an\nimage used with this framebuffer.",{"type":13,"tag":14,"props":758,"children":759},{},[760,762,765,767,773,774,778],{"type":18,"value":761},"Images that ",{"type":13,"tag":739,"props":763,"children":764},{"type":741},[],{"type":18,"value":766}," be used with the framebuffer when beginning a render pass,\nas specified by ",{"type":13,"tag":565,"props":768,"children":770},{"href":769},"/man/VkRenderPassAttachmentBeginInfo",[771],{"type":18,"value":772},"VkRenderPassAttachmentBeginInfo",{"type":18,"value":315},{"type":13,"tag":739,"props":775,"children":777},{"type":776},"must",[],{"type":18,"value":779}," be created with\nparameters that are identical to those specified here.",{"type":13,"tag":781,"props":782,"children":784},"validity-group",{"name":783},"Valid Usage",[785],{"type":13,"tag":786,"props":787,"children":789},"validity-field",{"name":788},"VUID-VkFramebufferAttachmentImageInfo-viewFormatCount-09536",[790],{"type":13,"tag":14,"props":791,"children":792},{},[793,795,800,802,807,809,812,814],{"type":18,"value":794},"If ",{"type":13,"tag":21,"props":796,"children":798},{"className":797},[],[799],{"type":18,"value":695},{"type":18,"value":801}," is not 0,\nand the render pass is not being used with an external format resolve\nattachment,\neach element of ",{"type":13,"tag":21,"props":803,"children":805},{"className":804},[],[806],{"type":18,"value":703},{"type":18,"value":808}," ",{"type":13,"tag":739,"props":810,"children":811},{"type":776},[],{"type":18,"value":813}," not be\n",{"type":13,"tag":21,"props":815,"children":817},{"className":816},[],[818],{"type":18,"value":819},"VK_FORMAT_UNDEFINED",{"type":13,"tag":781,"props":821,"children":823},{"name":822},"Valid Usage (Implicit)",[824,848,870,894,916,940],{"type":13,"tag":786,"props":825,"children":827},{"name":826},"VUID-VkFramebufferAttachmentImageInfo-sType-sType",[828],{"type":13,"tag":14,"props":829,"children":830},{},[831,836,837,840,842],{"type":13,"tag":21,"props":832,"children":834},{"className":833},[],[835],{"type":18,"value":561},{"type":18,"value":808},{"type":13,"tag":739,"props":838,"children":839},{"type":776},[],{"type":18,"value":841}," be ",{"type":13,"tag":21,"props":843,"children":845},{"className":844},[],[846],{"type":18,"value":847},"VK_STRUCTURE_TYPE_FRAMEBUFFER_ATTACHMENT_IMAGE_INFO",{"type":13,"tag":786,"props":849,"children":851},{"name":850},"VUID-VkFramebufferAttachmentImageInfo-pNext-pNext",[852],{"type":13,"tag":14,"props":853,"children":854},{},[855,860,861,864,865],{"type":13,"tag":21,"props":856,"children":858},{"className":857},[],[859],{"type":18,"value":581},{"type":18,"value":808},{"type":13,"tag":739,"props":862,"children":863},{"type":776},[],{"type":18,"value":841},{"type":13,"tag":21,"props":866,"children":868},{"className":867},[],[869],{"type":18,"value":589},{"type":13,"tag":786,"props":871,"children":873},{"name":872},"VUID-VkFramebufferAttachmentImageInfo-flags-parameter",[874],{"type":13,"tag":14,"props":875,"children":876},{},[877,882,883,886,888,892],{"type":13,"tag":21,"props":878,"children":880},{"className":879},[],[881],{"type":18,"value":600},{"type":18,"value":808},{"type":13,"tag":739,"props":884,"children":885},{"type":776},[],{"type":18,"value":887}," be a valid combination of ",{"type":13,"tag":565,"props":889,"children":890},{"href":605},[891],{"type":18,"value":608},{"type":18,"value":893}," values",{"type":13,"tag":786,"props":895,"children":897},{"name":896},"VUID-VkFramebufferAttachmentImageInfo-usage-parameter",[898],{"type":13,"tag":14,"props":899,"children":900},{},[901,906,907,910,911,915],{"type":13,"tag":21,"props":902,"children":904},{"className":903},[],[905],{"type":18,"value":633},{"type":18,"value":808},{"type":13,"tag":739,"props":908,"children":909},{"type":776},[],{"type":18,"value":887},{"type":13,"tag":565,"props":912,"children":913},{"href":637},[914],{"type":18,"value":640},{"type":18,"value":893},{"type":13,"tag":786,"props":917,"children":919},{"name":918},"VUID-VkFramebufferAttachmentImageInfo-usage-requiredbitmask",[920],{"type":13,"tag":14,"props":921,"children":922},{},[923,928,929,932,934],{"type":13,"tag":21,"props":924,"children":926},{"className":925},[],[927],{"type":18,"value":633},{"type":18,"value":808},{"type":13,"tag":739,"props":930,"children":931},{"type":776},[],{"type":18,"value":933}," not be ",{"type":13,"tag":21,"props":935,"children":937},{"className":936},[],[938],{"type":18,"value":939},"0",{"type":13,"tag":786,"props":941,"children":943},{"name":942},"VUID-VkFramebufferAttachmentImageInfo-pViewFormats-parameter",[944],{"type":13,"tag":14,"props":945,"children":946},{},[947,948,953,955,960,961,966,967,970,972,977,979,983],{"type":18,"value":794},{"type":13,"tag":21,"props":949,"children":951},{"className":950},[],[952],{"type":18,"value":695},{"type":18,"value":954}," is not ",{"type":13,"tag":21,"props":956,"children":958},{"className":957},[],[959],{"type":18,"value":939},{"type":18,"value":315},{"type":13,"tag":21,"props":962,"children":964},{"className":963},[],[965],{"type":18,"value":703},{"type":18,"value":808},{"type":13,"tag":739,"props":968,"children":969},{"type":776},[],{"type":18,"value":971}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":973,"children":975},{"className":974},[],[976],{"type":18,"value":695},{"type":18,"value":978}," valid ",{"type":13,"tag":565,"props":980,"children":981},{"href":732},[982],{"type":18,"value":735},{"type":18,"value":893},{"type":13,"tag":985,"props":986,"children":987},"style",{},[988],{"type":18,"value":989},"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":991},[],"markdown",1725732554377]