[{"data":1,"prerenderedAt":1404},["ShallowReactive",2],{"tMyQF2sEwn":3},{"title":4,"description":5,"parent":6,"type":7,"xrefs":8,"body":9,"_type":1403,"_id":4},"VkCommandBufferInheritanceRenderingInfo","Structure specifying command buffer inheritance info for dynamic render pass instances","VK_VERSION_1_3","structs",[],{"type":10,"children":11,"toc":1401},"root",[12,28,466,471,536,690,775,813,845,1222,1395],{"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,190],{"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 VkCommandBufferInheritanceRenderingInfo {\n VkStructureType sType;\n const void* pNext;\n VkRenderingFlags flags;\n uint32_t viewMask;\n uint32_t colorAttachmentCount;\n const VkFormat* pColorAttachmentFormats;\n VkFormat depthAttachmentFormat;\n VkFormat stencilAttachmentFormat;\n VkSampleCountFlagBits rasterizationSamples;\n} VkCommandBufferInheritanceRenderingInfo;\n","C","c","",[41],{"type":13,"tag":21,"props":42,"children":43},{"__ignoreMap":39},[44,67,76,95,104,118,131,154,163,172,181],{"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}," VkCommandBufferInheritanceRenderingInfo {\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}," VkRenderingFlags flags;\n",{"type":13,"tag":45,"props":105,"children":107},{"class":47,"line":106},5,[108,113],{"type":13,"tag":45,"props":109,"children":110},{"style":52},[111],{"type":18,"value":112}," uint32_t",{"type":13,"tag":45,"props":114,"children":115},{"style":63},[116],{"type":18,"value":117}," viewMask;\n",{"type":13,"tag":45,"props":119,"children":121},{"class":47,"line":120},6,[122,126],{"type":13,"tag":45,"props":123,"children":124},{"style":52},[125],{"type":18,"value":112},{"type":13,"tag":45,"props":127,"children":128},{"style":63},[129],{"type":18,"value":130}," colorAttachmentCount;\n",{"type":13,"tag":45,"props":132,"children":134},{"class":47,"line":133},7,[135,139,144,149],{"type":13,"tag":45,"props":136,"children":137},{"style":52},[138],{"type":18,"value":84},{"type":13,"tag":45,"props":140,"children":141},{"style":63},[142],{"type":18,"value":143}," VkFormat",{"type":13,"tag":45,"props":145,"children":146},{"style":52},[147],{"type":18,"value":148},"*",{"type":13,"tag":45,"props":150,"children":151},{"style":63},[152],{"type":18,"value":153}," pColorAttachmentFormats;\n",{"type":13,"tag":45,"props":155,"children":157},{"class":47,"line":156},8,[158],{"type":13,"tag":45,"props":159,"children":160},{"style":63},[161],{"type":18,"value":162}," VkFormat depthAttachmentFormat;\n",{"type":13,"tag":45,"props":164,"children":166},{"class":47,"line":165},9,[167],{"type":13,"tag":45,"props":168,"children":169},{"style":63},[170],{"type":18,"value":171}," VkFormat stencilAttachmentFormat;\n",{"type":13,"tag":45,"props":173,"children":175},{"class":47,"line":174},10,[176],{"type":13,"tag":45,"props":177,"children":178},{"style":63},[179],{"type":18,"value":180}," VkSampleCountFlagBits rasterizationSamples;\n",{"type":13,"tag":45,"props":182,"children":184},{"class":47,"line":183},11,[185],{"type":13,"tag":45,"props":186,"children":187},{"style":63},[188],{"type":18,"value":189},"} VkCommandBufferInheritanceRenderingInfo;\n",{"type":13,"tag":33,"props":191,"children":196},{"className":192,"code":193,"filename":194,"language":195,"meta":39,"style":39},"language-rs shiki shiki-themes github-light-default github-dark-default","pub struct CommandBufferInheritanceRenderingInfo {\n s_type: vk::StructureType,\n p_next: *const c_void,\n flags: vk::RenderingFlags,\n view_mask: u32,\n color_attachment_count: u32,\n p_color_attachment_formats: *const vk::Format,\n depth_attachment_format: vk::Format,\n stencil_attachment_format: vk::Format,\n rasterization_samples: SampleCountFlags,\n}\n","Rust","rs",[197],{"type":13,"tag":21,"props":198,"children":199},{"__ignoreMap":39},[200,223,256,278,307,328,348,381,409,437,458],{"type":13,"tag":45,"props":201,"children":202},{"class":47,"line":48},[203,208,212,218],{"type":13,"tag":45,"props":204,"children":205},{"style":52},[206],{"type":18,"value":207},"pub",{"type":13,"tag":45,"props":209,"children":210},{"style":52},[211],{"type":18,"value":60},{"type":13,"tag":45,"props":213,"children":215},{"style":214},"--shiki-default:#953800;--shiki-dark:#FFA657",[216],{"type":18,"value":217}," CommandBufferInheritanceRenderingInfo",{"type":13,"tag":45,"props":219,"children":220},{"style":63},[221],{"type":18,"value":222}," {\n",{"type":13,"tag":45,"props":224,"children":225},{"class":47,"line":69},[226,231,236,241,246,251],{"type":13,"tag":45,"props":227,"children":228},{"style":63},[229],{"type":18,"value":230}," s_type",{"type":13,"tag":45,"props":232,"children":233},{"style":52},[234],{"type":18,"value":235},":",{"type":13,"tag":45,"props":237,"children":238},{"style":214},[239],{"type":18,"value":240}," vk",{"type":13,"tag":45,"props":242,"children":243},{"style":52},[244],{"type":18,"value":245},"::",{"type":13,"tag":45,"props":247,"children":248},{"style":214},[249],{"type":18,"value":250},"StructureType",{"type":13,"tag":45,"props":252,"children":253},{"style":63},[254],{"type":18,"value":255},",\n",{"type":13,"tag":45,"props":257,"children":258},{"class":47,"line":78},[259,264,268,273],{"type":13,"tag":45,"props":260,"children":261},{"style":63},[262],{"type":18,"value":263}," p_next",{"type":13,"tag":45,"props":265,"children":266},{"style":52},[267],{"type":18,"value":235},{"type":13,"tag":45,"props":269,"children":270},{"style":52},[271],{"type":18,"value":272}," *const",{"type":13,"tag":45,"props":274,"children":275},{"style":63},[276],{"type":18,"value":277}," c_void,\n",{"type":13,"tag":45,"props":279,"children":280},{"class":47,"line":97},[281,286,290,294,298,303],{"type":13,"tag":45,"props":282,"children":283},{"style":63},[284],{"type":18,"value":285}," flags",{"type":13,"tag":45,"props":287,"children":288},{"style":52},[289],{"type":18,"value":235},{"type":13,"tag":45,"props":291,"children":292},{"style":214},[293],{"type":18,"value":240},{"type":13,"tag":45,"props":295,"children":296},{"style":52},[297],{"type":18,"value":245},{"type":13,"tag":45,"props":299,"children":300},{"style":214},[301],{"type":18,"value":302},"RenderingFlags",{"type":13,"tag":45,"props":304,"children":305},{"style":63},[306],{"type":18,"value":255},{"type":13,"tag":45,"props":308,"children":309},{"class":47,"line":106},[310,315,319,324],{"type":13,"tag":45,"props":311,"children":312},{"style":63},[313],{"type":18,"value":314}," view_mask",{"type":13,"tag":45,"props":316,"children":317},{"style":52},[318],{"type":18,"value":235},{"type":13,"tag":45,"props":320,"children":321},{"style":214},[322],{"type":18,"value":323}," u32",{"type":13,"tag":45,"props":325,"children":326},{"style":63},[327],{"type":18,"value":255},{"type":13,"tag":45,"props":329,"children":330},{"class":47,"line":120},[331,336,340,344],{"type":13,"tag":45,"props":332,"children":333},{"style":63},[334],{"type":18,"value":335}," color_attachment_count",{"type":13,"tag":45,"props":337,"children":338},{"style":52},[339],{"type":18,"value":235},{"type":13,"tag":45,"props":341,"children":342},{"style":214},[343],{"type":18,"value":323},{"type":13,"tag":45,"props":345,"children":346},{"style":63},[347],{"type":18,"value":255},{"type":13,"tag":45,"props":349,"children":350},{"class":47,"line":133},[351,356,360,364,368,372,377],{"type":13,"tag":45,"props":352,"children":353},{"style":63},[354],{"type":18,"value":355}," p_color_attachment_formats",{"type":13,"tag":45,"props":357,"children":358},{"style":52},[359],{"type":18,"value":235},{"type":13,"tag":45,"props":361,"children":362},{"style":52},[363],{"type":18,"value":272},{"type":13,"tag":45,"props":365,"children":366},{"style":214},[367],{"type":18,"value":240},{"type":13,"tag":45,"props":369,"children":370},{"style":52},[371],{"type":18,"value":245},{"type":13,"tag":45,"props":373,"children":374},{"style":214},[375],{"type":18,"value":376},"Format",{"type":13,"tag":45,"props":378,"children":379},{"style":63},[380],{"type":18,"value":255},{"type":13,"tag":45,"props":382,"children":383},{"class":47,"line":156},[384,389,393,397,401,405],{"type":13,"tag":45,"props":385,"children":386},{"style":63},[387],{"type":18,"value":388}," depth_attachment_format",{"type":13,"tag":45,"props":390,"children":391},{"style":52},[392],{"type":18,"value":235},{"type":13,"tag":45,"props":394,"children":395},{"style":214},[396],{"type":18,"value":240},{"type":13,"tag":45,"props":398,"children":399},{"style":52},[400],{"type":18,"value":245},{"type":13,"tag":45,"props":402,"children":403},{"style":214},[404],{"type":18,"value":376},{"type":13,"tag":45,"props":406,"children":407},{"style":63},[408],{"type":18,"value":255},{"type":13,"tag":45,"props":410,"children":411},{"class":47,"line":165},[412,417,421,425,429,433],{"type":13,"tag":45,"props":413,"children":414},{"style":63},[415],{"type":18,"value":416}," stencil_attachment_format",{"type":13,"tag":45,"props":418,"children":419},{"style":52},[420],{"type":18,"value":235},{"type":13,"tag":45,"props":422,"children":423},{"style":214},[424],{"type":18,"value":240},{"type":13,"tag":45,"props":426,"children":427},{"style":52},[428],{"type":18,"value":245},{"type":13,"tag":45,"props":430,"children":431},{"style":214},[432],{"type":18,"value":376},{"type":13,"tag":45,"props":434,"children":435},{"style":63},[436],{"type":18,"value":255},{"type":13,"tag":45,"props":438,"children":439},{"class":47,"line":174},[440,445,449,454],{"type":13,"tag":45,"props":441,"children":442},{"style":63},[443],{"type":18,"value":444}," rasterization_samples",{"type":13,"tag":45,"props":446,"children":447},{"style":52},[448],{"type":18,"value":235},{"type":13,"tag":45,"props":450,"children":451},{"style":214},[452],{"type":18,"value":453}," SampleCountFlags",{"type":13,"tag":45,"props":455,"children":456},{"style":63},[457],{"type":18,"value":255},{"type":13,"tag":45,"props":459,"children":460},{"class":47,"line":183},[461],{"type":13,"tag":45,"props":462,"children":463},{"style":63},[464],{"type":18,"value":465},"}\n",{"type":13,"tag":14,"props":467,"children":468},{},[469],{"type":18,"value":470},"or the equivalent",{"type":13,"tag":29,"props":472,"children":473},{},[474,493],{"type":13,"tag":33,"props":475,"children":477},{"className":35,"code":476,"filename":37,"language":38,"meta":39,"style":39},"typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR;\n",[478],{"type":13,"tag":21,"props":479,"children":480},{"__ignoreMap":39},[481],{"type":13,"tag":45,"props":482,"children":483},{"class":47,"line":48},[484,488],{"type":13,"tag":45,"props":485,"children":486},{"style":52},[487],{"type":18,"value":55},{"type":13,"tag":45,"props":489,"children":490},{"style":63},[491],{"type":18,"value":492}," VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR;\n",{"type":13,"tag":33,"props":494,"children":496},{"className":192,"code":495,"filename":194,"language":195,"meta":39,"style":39},"type CommandBufferInheritanceRenderingInfoKHR = vk::CommandBufferInheritanceRenderingInfo;\n",[497],{"type":13,"tag":21,"props":498,"children":499},{"__ignoreMap":39},[500],{"type":13,"tag":45,"props":501,"children":502},{"class":47,"line":48},[503,508,513,518,522,526,531],{"type":13,"tag":45,"props":504,"children":505},{"style":52},[506],{"type":18,"value":507},"type",{"type":13,"tag":45,"props":509,"children":510},{"style":214},[511],{"type":18,"value":512}," CommandBufferInheritanceRenderingInfoKHR",{"type":13,"tag":45,"props":514,"children":515},{"style":52},[516],{"type":18,"value":517}," =",{"type":13,"tag":45,"props":519,"children":520},{"style":214},[521],{"type":18,"value":240},{"type":13,"tag":45,"props":523,"children":524},{"style":52},[525],{"type":18,"value":245},{"type":13,"tag":45,"props":527,"children":528},{"style":214},[529],{"type":18,"value":530},"CommandBufferInheritanceRenderingInfo",{"type":13,"tag":45,"props":532,"children":533},{"style":63},[534],{"type":18,"value":535},";\n",{"type":13,"tag":537,"props":538,"children":539},"ul",{},[540,561,580,599,610,621,640,656,672],{"type":13,"tag":541,"props":542,"children":543},"li",{},[544,550,552,559],{"type":13,"tag":21,"props":545,"children":547},{"className":546},[],[548],{"type":18,"value":549},"sType",{"type":18,"value":551}," is a ",{"type":13,"tag":553,"props":554,"children":556},"a",{"href":555},"/man/VkStructureType",[557],{"type":18,"value":558},"VkStructureType",{"type":18,"value":560}," value identifying this structure.",{"type":13,"tag":541,"props":562,"children":563},{},[564,570,572,578],{"type":13,"tag":21,"props":565,"children":567},{"className":566},[],[568],{"type":18,"value":569},"pNext",{"type":18,"value":571}," is ",{"type":13,"tag":21,"props":573,"children":575},{"className":574},[],[576],{"type":18,"value":577},"NULL",{"type":18,"value":579}," or a pointer to a structure extending this\nstructure",{"type":13,"tag":541,"props":581,"children":582},{},[583,589,591,597],{"type":13,"tag":21,"props":584,"children":586},{"className":585},[],[587],{"type":18,"value":588},"flags",{"type":18,"value":590}," is a bitmask of ",{"type":13,"tag":553,"props":592,"children":594},{"href":593},"/man/VkRenderingFlagBits",[595],{"type":18,"value":596},"VkRenderingFlagBits",{"type":18,"value":598}," used by the render\npass instance.",{"type":13,"tag":541,"props":600,"children":601},{},[602,608],{"type":13,"tag":21,"props":603,"children":605},{"className":604},[],[606],{"type":18,"value":607},"viewMask",{"type":18,"value":609}," is the view mask used for rendering.",{"type":13,"tag":541,"props":611,"children":612},{},[613,619],{"type":13,"tag":21,"props":614,"children":616},{"className":615},[],[617],{"type":18,"value":618},"colorAttachmentCount",{"type":18,"value":620}," is the number of color attachments specified\nin the render pass instance.",{"type":13,"tag":541,"props":622,"children":623},{},[624,630,632,638],{"type":13,"tag":21,"props":625,"children":627},{"className":626},[],[628],{"type":18,"value":629},"pColorAttachmentFormats",{"type":18,"value":631}," is a pointer to an array of ",{"type":13,"tag":553,"props":633,"children":635},{"href":634},"/man/VkFormat",[636],{"type":18,"value":637},"VkFormat",{"type":18,"value":639},"\nvalues defining the format of color attachments.",{"type":13,"tag":541,"props":641,"children":642},{},[643,649,650,654],{"type":13,"tag":21,"props":644,"children":646},{"className":645},[],[647],{"type":18,"value":648},"depthAttachmentFormat",{"type":18,"value":551},{"type":13,"tag":553,"props":651,"children":652},{"href":634},[653],{"type":18,"value":637},{"type":18,"value":655}," value defining the\nformat of the depth attachment.",{"type":13,"tag":541,"props":657,"children":658},{},[659,665,666,670],{"type":13,"tag":21,"props":660,"children":662},{"className":661},[],[663],{"type":18,"value":664},"stencilAttachmentFormat",{"type":18,"value":551},{"type":13,"tag":553,"props":667,"children":668},{"href":634},[669],{"type":18,"value":637},{"type":18,"value":671}," value defining the\nformat of the stencil attachment.",{"type":13,"tag":541,"props":673,"children":674},{},[675,681,682,688],{"type":13,"tag":21,"props":676,"children":678},{"className":677},[],[679],{"type":18,"value":680},"rasterizationSamples",{"type":18,"value":551},{"type":13,"tag":553,"props":683,"children":685},{"href":684},"/man/VkSampleCountFlagBits",[686],{"type":18,"value":687},"VkSampleCountFlagBits",{"type":18,"value":689}," specifying\nthe number of samples used in rasterization.",{"type":13,"tag":14,"props":691,"children":692},{},[693,695,700,702,708,710,715,717,723,725,730,732,736,737,743,745,751,753,759,761,767,768,773],{"type":18,"value":694},"If the ",{"type":13,"tag":21,"props":696,"children":698},{"className":697},[],[699],{"type":18,"value":569},{"type":18,"value":701}," chain of ",{"type":13,"tag":553,"props":703,"children":705},{"href":704},"/man/VkCommandBufferInheritanceInfo",[706],{"type":18,"value":707},"VkCommandBufferInheritanceInfo",{"type":18,"value":709}," includes a\n",{"type":13,"tag":21,"props":711,"children":713},{"className":712},[],[714],{"type":18,"value":4},{"type":18,"value":716}," structure, then that structure\ncontrols parameters of dynamic render pass instances that the\n",{"type":13,"tag":553,"props":718,"children":720},{"href":719},"/man/VkCommandBuffer",[721],{"type":18,"value":722},"VkCommandBuffer",{"type":18,"value":724}," ",{"type":13,"tag":726,"props":727,"children":729},"normative",{"type":728},"can",[],{"type":18,"value":731}," be executed within.\nIf ",{"type":13,"tag":553,"props":733,"children":734},{"href":704},[735],{"type":18,"value":707},{"type":18,"value":245},{"type":13,"tag":21,"props":738,"children":740},{"className":739},[],[741],{"type":18,"value":742},"renderPass",{"type":18,"value":744}," is not\n",{"type":13,"tag":553,"props":746,"children":748},{"href":747},"/man/VK_NULL_HANDLE",[749],{"type":18,"value":750},"VK_NULL_HANDLE",{"type":18,"value":752},", or\n",{"type":13,"tag":21,"props":754,"children":756},{"className":755},[],[757],{"type":18,"value":758},"VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT",{"type":18,"value":760}," is not specified in\n",{"type":13,"tag":553,"props":762,"children":764},{"href":763},"/man/VkCommandBufferBeginInfo",[765],{"type":18,"value":766},"VkCommandBufferBeginInfo",{"type":18,"value":245},{"type":13,"tag":21,"props":769,"children":771},{"className":770},[],[772],{"type":18,"value":588},{"type":18,"value":774},", parameters of this structure\nare ignored.",{"type":13,"tag":14,"props":776,"children":777},{},[778,780,785,786,792,794,804,806,811],{"type":18,"value":779},"If ",{"type":13,"tag":21,"props":781,"children":783},{"className":782},[],[784],{"type":18,"value":618},{"type":18,"value":571},{"type":13,"tag":21,"props":787,"children":789},{"className":788},[],[790],{"type":18,"value":791},"0",{"type":18,"value":793}," and the\n",{"type":13,"tag":553,"props":795,"children":797},{"href":796},"/man/VkPhysicalDeviceFeatures#features-variableMultisampleRate",[798],{"type":13,"tag":21,"props":799,"children":801},{"className":800},[],[802],{"type":18,"value":803},"variableMultisampleRate",{"type":18,"value":805}," feature\nis enabled, ",{"type":13,"tag":21,"props":807,"children":809},{"className":808},[],[810],{"type":18,"value":680},{"type":18,"value":812}," is ignored.",{"type":13,"tag":14,"props":814,"children":815},{},[816,817,822,824,829,831,836,837,843],{"type":18,"value":779},{"type":13,"tag":21,"props":818,"children":820},{"className":819},[],[821],{"type":18,"value":648},{"type":18,"value":823},", ",{"type":13,"tag":21,"props":825,"children":827},{"className":826},[],[828],{"type":18,"value":664},{"type":18,"value":830},", or any\nelement of ",{"type":13,"tag":21,"props":832,"children":834},{"className":833},[],[835],{"type":18,"value":629},{"type":18,"value":571},{"type":13,"tag":21,"props":838,"children":840},{"className":839},[],[841],{"type":18,"value":842},"VK_FORMAT_UNDEFINED",{"type":18,"value":844},", it\nindicates that the corresponding attachment is unused within the render pass\nand writes to those attachments are discarded.",{"type":13,"tag":846,"props":847,"children":849},"validity-group",{"name":848},"Valid Usage",[850,889,923,949,988,1049,1074,1108,1157,1192],{"type":13,"tag":851,"props":852,"children":854},"validity-field",{"name":853},"VUID-VkCommandBufferInheritanceRenderingInfo-colorAttachmentCount-06004",[855],{"type":13,"tag":14,"props":856,"children":857},{},[858,859,864,866,871,872,877,881,883,887],{"type":18,"value":779},{"type":13,"tag":21,"props":860,"children":862},{"className":861},[],[863],{"type":18,"value":618},{"type":18,"value":865}," is not ",{"type":13,"tag":21,"props":867,"children":869},{"className":868},[],[870],{"type":18,"value":791},{"type":18,"value":823},{"type":13,"tag":21,"props":873,"children":875},{"className":874},[],[876],{"type":18,"value":680},{"type":13,"tag":726,"props":878,"children":880},{"type":879},"must",[],{"type":18,"value":882}," be a valid ",{"type":13,"tag":553,"props":884,"children":885},{"href":684},[886],{"type":18,"value":687},{"type":18,"value":888}," value",{"type":13,"tag":851,"props":890,"children":892},{"name":891},"VUID-VkCommandBufferInheritanceRenderingInfo-variableMultisampleRate-06005",[893],{"type":13,"tag":14,"props":894,"children":895},{},[896,897,905,907,912,913,916,917,921],{"type":18,"value":694},{"type":13,"tag":553,"props":898,"children":899},{"href":796},[900],{"type":13,"tag":21,"props":901,"children":903},{"className":902},[],[904],{"type":18,"value":803},{"type":18,"value":906}," feature is not enabled,\n",{"type":13,"tag":21,"props":908,"children":910},{"className":909},[],[911],{"type":18,"value":680},{"type":18,"value":724},{"type":13,"tag":726,"props":914,"children":915},{"type":879},[],{"type":18,"value":882},{"type":13,"tag":553,"props":918,"children":919},{"href":684},[920],{"type":18,"value":687},{"type":18,"value":922},"\nvalue",{"type":13,"tag":851,"props":924,"children":926},{"name":925},"VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06540",[927],{"type":13,"tag":14,"props":928,"children":929},{},[930,931,936,937,942,944,947],{"type":18,"value":779},{"type":13,"tag":21,"props":932,"children":934},{"className":933},[],[935],{"type":18,"value":648},{"type":18,"value":865},{"type":13,"tag":21,"props":938,"children":940},{"className":939},[],[941],{"type":18,"value":842},{"type":18,"value":943},", it\n",{"type":13,"tag":726,"props":945,"children":946},{"type":879},[],{"type":18,"value":948}," be a format that includes a depth component",{"type":13,"tag":851,"props":950,"children":952},{"name":951},"VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06007",[953],{"type":13,"tag":14,"props":954,"children":955},{},[956,957,962,963,968,969,972,974,980,982],{"type":18,"value":779},{"type":13,"tag":21,"props":958,"children":960},{"className":959},[],[961],{"type":18,"value":648},{"type":18,"value":865},{"type":13,"tag":21,"props":964,"children":966},{"className":965},[],[967],{"type":18,"value":842},{"type":18,"value":943},{"type":13,"tag":726,"props":970,"children":971},{"type":879},[],{"type":18,"value":973}," be a format with ",{"type":13,"tag":553,"props":975,"children":977},{"href":976},"/chapters/formats#potential-format-features",[978],{"type":18,"value":979},"potential format\nfeatures",{"type":18,"value":981}," that include\n",{"type":13,"tag":21,"props":983,"children":985},{"className":984},[],[986],{"type":18,"value":987},"VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT",{"type":13,"tag":851,"props":989,"children":991},{"name":990},"VUID-VkCommandBufferInheritanceRenderingInfo-pColorAttachmentFormats-06492",[992],{"type":13,"tag":14,"props":993,"children":994},{},[995,997,1002,1003,1008,1010,1013,1015,1020,1021,1027,1029,1035,1037,1047],{"type":18,"value":996},"If any element of ",{"type":13,"tag":21,"props":998,"children":1000},{"className":999},[],[1001],{"type":18,"value":629},{"type":18,"value":744},{"type":13,"tag":21,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":18,"value":842},{"type":18,"value":1009},", it ",{"type":13,"tag":726,"props":1011,"children":1012},{"type":879},[],{"type":18,"value":1014}," be a format with\n",{"type":13,"tag":553,"props":1016,"children":1017},{"href":976},[1018],{"type":18,"value":1019},"potential format features",{"type":18,"value":981},{"type":13,"tag":21,"props":1022,"children":1024},{"className":1023},[],[1025],{"type":18,"value":1026},"VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT",{"type":18,"value":1028},"\n, or ",{"type":13,"tag":21,"props":1030,"children":1032},{"className":1031},[],[1033],{"type":18,"value":1034},"VK_FORMAT_FEATURE_2_LINEAR_COLOR_ATTACHMENT_BIT_NV",{"type":18,"value":1036}," if the\n",{"type":13,"tag":553,"props":1038,"children":1040},{"href":1039},"/man/VkPhysicalDeviceLinearColorAttachmentFeaturesNV#features-linearColorAttachment",[1041],{"type":13,"tag":21,"props":1042,"children":1044},{"className":1043},[],[1045],{"type":18,"value":1046},"linearColorAttachment",{"type":18,"value":1048}," feature\nis enabled",{"type":13,"tag":851,"props":1050,"children":1052},{"name":1051},"VUID-VkCommandBufferInheritanceRenderingInfo-stencilAttachmentFormat-06541",[1053],{"type":13,"tag":14,"props":1054,"children":1055},{},[1056,1057,1062,1063,1068,1069,1072],{"type":18,"value":779},{"type":13,"tag":21,"props":1058,"children":1060},{"className":1059},[],[1061],{"type":18,"value":664},{"type":18,"value":865},{"type":13,"tag":21,"props":1064,"children":1066},{"className":1065},[],[1067],{"type":18,"value":842},{"type":18,"value":943},{"type":13,"tag":726,"props":1070,"children":1071},{"type":879},[],{"type":18,"value":1073}," be a format that includes a stencil aspect",{"type":13,"tag":851,"props":1075,"children":1077},{"name":1076},"VUID-VkCommandBufferInheritanceRenderingInfo-stencilAttachmentFormat-06199",[1078],{"type":13,"tag":14,"props":1079,"children":1080},{},[1081,1082,1087,1088,1093,1094,1097,1098,1102,1103],{"type":18,"value":779},{"type":13,"tag":21,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":18,"value":664},{"type":18,"value":865},{"type":13,"tag":21,"props":1089,"children":1091},{"className":1090},[],[1092],{"type":18,"value":842},{"type":18,"value":943},{"type":13,"tag":726,"props":1095,"children":1096},{"type":879},[],{"type":18,"value":973},{"type":13,"tag":553,"props":1099,"children":1100},{"href":976},[1101],{"type":18,"value":979},{"type":18,"value":981},{"type":13,"tag":21,"props":1104,"children":1106},{"className":1105},[],[1107],{"type":18,"value":987},{"type":13,"tag":851,"props":1109,"children":1111},{"name":1110},"VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-06200",[1112],{"type":13,"tag":14,"props":1113,"children":1114},{},[1115,1116,1121,1122,1127,1129,1134,1135,1140,1141,1146,1147,1150,1152],{"type":18,"value":779},{"type":13,"tag":21,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":18,"value":648},{"type":18,"value":865},{"type":13,"tag":21,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":18,"value":842},{"type":18,"value":1128}," and\n",{"type":13,"tag":21,"props":1130,"children":1132},{"className":1131},[],[1133],{"type":18,"value":664},{"type":18,"value":865},{"type":13,"tag":21,"props":1136,"children":1138},{"className":1137},[],[1139],{"type":18,"value":842},{"type":18,"value":255},{"type":13,"tag":21,"props":1142,"children":1144},{"className":1143},[],[1145],{"type":18,"value":648},{"type":18,"value":724},{"type":13,"tag":726,"props":1148,"children":1149},{"type":879},[],{"type":18,"value":1151}," equal ",{"type":13,"tag":21,"props":1153,"children":1155},{"className":1154},[],[1156],{"type":18,"value":664},{"type":13,"tag":851,"props":1158,"children":1160},{"name":1159},"VUID-VkCommandBufferInheritanceRenderingInfo-multiview-06008",[1161],{"type":13,"tag":14,"props":1162,"children":1163},{},[1164,1165,1175,1176,1181,1182,1185,1187],{"type":18,"value":694},{"type":13,"tag":553,"props":1166,"children":1168},{"href":1167},"/man/VkPhysicalDeviceMultiviewFeatures#features-multiview",[1169],{"type":13,"tag":21,"props":1170,"children":1172},{"className":1171},[],[1173],{"type":18,"value":1174},"multiview",{"type":18,"value":906},{"type":13,"tag":21,"props":1177,"children":1179},{"className":1178},[],[1180],{"type":18,"value":607},{"type":18,"value":724},{"type":13,"tag":726,"props":1183,"children":1184},{"type":879},[],{"type":18,"value":1186}," be ",{"type":13,"tag":21,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":18,"value":791},{"type":13,"tag":851,"props":1193,"children":1195},{"name":1194},"VUID-VkCommandBufferInheritanceRenderingInfo-viewMask-06009",[1196],{"type":13,"tag":14,"props":1197,"children":1198},{},[1199,1201,1206,1207,1210,1212],{"type":18,"value":1200},"The index of the most significant bit in ",{"type":13,"tag":21,"props":1202,"children":1204},{"className":1203},[],[1205],{"type":18,"value":607},{"type":18,"value":724},{"type":13,"tag":726,"props":1208,"children":1209},{"type":879},[],{"type":18,"value":1211}," be less\nthan ",{"type":13,"tag":553,"props":1213,"children":1215},{"href":1214},"/man/VkPhysicalDeviceMultiviewProperties#limits-maxMultiviewViewCount",[1216],{"type":13,"tag":21,"props":1217,"children":1219},{"className":1218},[],[1220],{"type":18,"value":1221},"maxMultiviewViewCount",{"type":13,"tag":846,"props":1223,"children":1225},{"name":1224},"Valid Usage (Implicit)",[1226,1249,1273,1316,1338,1360],{"type":13,"tag":851,"props":1227,"children":1229},{"name":1228},"VUID-VkCommandBufferInheritanceRenderingInfo-sType-sType",[1230],{"type":13,"tag":14,"props":1231,"children":1232},{},[1233,1238,1239,1242,1243],{"type":13,"tag":21,"props":1234,"children":1236},{"className":1235},[],[1237],{"type":18,"value":549},{"type":18,"value":724},{"type":13,"tag":726,"props":1240,"children":1241},{"type":879},[],{"type":18,"value":1186},{"type":13,"tag":21,"props":1244,"children":1246},{"className":1245},[],[1247],{"type":18,"value":1248},"VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO",{"type":13,"tag":851,"props":1250,"children":1252},{"name":1251},"VUID-VkCommandBufferInheritanceRenderingInfo-flags-parameter",[1253],{"type":13,"tag":14,"props":1254,"children":1255},{},[1256,1261,1262,1265,1267,1271],{"type":13,"tag":21,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":18,"value":588},{"type":18,"value":724},{"type":13,"tag":726,"props":1263,"children":1264},{"type":879},[],{"type":18,"value":1266}," be a valid combination of ",{"type":13,"tag":553,"props":1268,"children":1269},{"href":593},[1270],{"type":18,"value":596},{"type":18,"value":1272}," values",{"type":13,"tag":851,"props":1274,"children":1276},{"name":1275},"VUID-VkCommandBufferInheritanceRenderingInfo-pColorAttachmentFormats-parameter",[1277],{"type":13,"tag":14,"props":1278,"children":1279},{},[1280,1281,1286,1287,1292,1293,1298,1299,1302,1304,1309,1311,1315],{"type":18,"value":779},{"type":13,"tag":21,"props":1282,"children":1284},{"className":1283},[],[1285],{"type":18,"value":618},{"type":18,"value":865},{"type":13,"tag":21,"props":1288,"children":1290},{"className":1289},[],[1291],{"type":18,"value":791},{"type":18,"value":823},{"type":13,"tag":21,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":18,"value":629},{"type":18,"value":724},{"type":13,"tag":726,"props":1300,"children":1301},{"type":879},[],{"type":18,"value":1303}," be a valid pointer to an array of ",{"type":13,"tag":21,"props":1305,"children":1307},{"className":1306},[],[1308],{"type":18,"value":618},{"type":18,"value":1310}," valid ",{"type":13,"tag":553,"props":1312,"children":1313},{"href":634},[1314],{"type":18,"value":637},{"type":18,"value":1272},{"type":13,"tag":851,"props":1317,"children":1319},{"name":1318},"VUID-VkCommandBufferInheritanceRenderingInfo-depthAttachmentFormat-parameter",[1320],{"type":13,"tag":14,"props":1321,"children":1322},{},[1323,1328,1329,1332,1333,1337],{"type":13,"tag":21,"props":1324,"children":1326},{"className":1325},[],[1327],{"type":18,"value":648},{"type":18,"value":724},{"type":13,"tag":726,"props":1330,"children":1331},{"type":879},[],{"type":18,"value":882},{"type":13,"tag":553,"props":1334,"children":1335},{"href":634},[1336],{"type":18,"value":637},{"type":18,"value":888},{"type":13,"tag":851,"props":1339,"children":1341},{"name":1340},"VUID-VkCommandBufferInheritanceRenderingInfo-stencilAttachmentFormat-parameter",[1342],{"type":13,"tag":14,"props":1343,"children":1344},{},[1345,1350,1351,1354,1355,1359],{"type":13,"tag":21,"props":1346,"children":1348},{"className":1347},[],[1349],{"type":18,"value":664},{"type":18,"value":724},{"type":13,"tag":726,"props":1352,"children":1353},{"type":879},[],{"type":18,"value":882},{"type":13,"tag":553,"props":1356,"children":1357},{"href":634},[1358],{"type":18,"value":637},{"type":18,"value":888},{"type":13,"tag":851,"props":1361,"children":1363},{"name":1362},"VUID-VkCommandBufferInheritanceRenderingInfo-rasterizationSamples-parameter",[1364],{"type":13,"tag":14,"props":1365,"children":1366},{},[1367,1368,1373,1374,1379,1380,1385,1386,1389,1390,1394],{"type":18,"value":779},{"type":13,"tag":21,"props":1369,"children":1371},{"className":1370},[],[1372],{"type":18,"value":680},{"type":18,"value":865},{"type":13,"tag":21,"props":1375,"children":1377},{"className":1376},[],[1378],{"type":18,"value":791},{"type":18,"value":823},{"type":13,"tag":21,"props":1381,"children":1383},{"className":1382},[],[1384],{"type":18,"value":680},{"type":18,"value":724},{"type":13,"tag":726,"props":1387,"children":1388},{"type":879},[],{"type":18,"value":882},{"type":13,"tag":553,"props":1391,"children":1392},{"href":684},[1393],{"type":18,"value":687},{"type":18,"value":888},{"type":13,"tag":1396,"props":1397,"children":1398},"style",{},[1399],{"type":18,"value":1400},"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":1402},[],"markdown",1725732542825]