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