[{"data":1,"prerenderedAt":17473},["ShallowReactive",2],{"DEEyMovW6y":3},{"title":4,"description":5,"parent":6,"cmd_buf_level":7,"render_pass_scope":10,"supported_queue_types":11,"tasks":13,"type":15,"xrefs":16,"body":17,"_type":17472,"_id":4},"vkCmdDrawIndexed","Draw primitives with indexed vertices","VK_VERSION_1_0",[8,9],"primary","secondary","inside",[12],"graphics",[14],"action","protos",[],{"type":18,"children":19,"toc":17470},"root",[20,28,351,421,463,564,591,17308,17418,17464],{"type":21,"tag":22,"props":23,"children":24},"element","p",{},[25],{"type":26,"value":27},"text","To record an indexed draw, call:",{"type":21,"tag":29,"props":30,"children":31},"code-group",{},[32,177],{"type":21,"tag":33,"props":34,"children":40},"pre",{"code":35,"filename":36,"language":37,"meta":38,"className":39,"style":38},"void vkCmdDrawIndexed(\n VkCommandBuffer commandBuffer,\n uint32_t indexCount,\n uint32_t instanceCount,\n uint32_t firstIndex,\n int32_t vertexOffset,\n uint32_t firstInstance);\n","C","c","","language-c shiki shiki-themes github-light-default github-dark-default",[41],{"type":21,"tag":42,"props":43,"children":44},"code",{"__ignoreMap":38},[45,69,89,107,124,141,159],{"type":21,"tag":46,"props":47,"children":50},"span",{"class":48,"line":49},"line",1,[51,57,63],{"type":21,"tag":46,"props":52,"children":54},{"style":53},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[55],{"type":26,"value":56},"void",{"type":21,"tag":46,"props":58,"children":60},{"style":59},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[61],{"type":26,"value":62}," vkCmdDrawIndexed",{"type":21,"tag":46,"props":64,"children":66},{"style":65},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[67],{"type":26,"value":68},"(\n",{"type":21,"tag":46,"props":70,"children":72},{"class":48,"line":71},2,[73,78,84],{"type":21,"tag":46,"props":74,"children":75},{"style":65},[76],{"type":26,"value":77}," VkCommandBuffer ",{"type":21,"tag":46,"props":79,"children":81},{"style":80},"--shiki-default:#953800;--shiki-dark:#FFA657",[82],{"type":26,"value":83},"commandBuffer",{"type":21,"tag":46,"props":85,"children":86},{"style":65},[87],{"type":26,"value":88},",\n",{"type":21,"tag":46,"props":90,"children":92},{"class":48,"line":91},3,[93,98,103],{"type":21,"tag":46,"props":94,"children":95},{"style":53},[96],{"type":26,"value":97}," uint32_t",{"type":21,"tag":46,"props":99,"children":100},{"style":80},[101],{"type":26,"value":102}," indexCount",{"type":21,"tag":46,"props":104,"children":105},{"style":65},[106],{"type":26,"value":88},{"type":21,"tag":46,"props":108,"children":110},{"class":48,"line":109},4,[111,115,120],{"type":21,"tag":46,"props":112,"children":113},{"style":53},[114],{"type":26,"value":97},{"type":21,"tag":46,"props":116,"children":117},{"style":80},[118],{"type":26,"value":119}," instanceCount",{"type":21,"tag":46,"props":121,"children":122},{"style":65},[123],{"type":26,"value":88},{"type":21,"tag":46,"props":125,"children":127},{"class":48,"line":126},5,[128,132,137],{"type":21,"tag":46,"props":129,"children":130},{"style":53},[131],{"type":26,"value":97},{"type":21,"tag":46,"props":133,"children":134},{"style":80},[135],{"type":26,"value":136}," firstIndex",{"type":21,"tag":46,"props":138,"children":139},{"style":65},[140],{"type":26,"value":88},{"type":21,"tag":46,"props":142,"children":144},{"class":48,"line":143},6,[145,150,155],{"type":21,"tag":46,"props":146,"children":147},{"style":53},[148],{"type":26,"value":149}," int32_t",{"type":21,"tag":46,"props":151,"children":152},{"style":80},[153],{"type":26,"value":154}," vertexOffset",{"type":21,"tag":46,"props":156,"children":157},{"style":65},[158],{"type":26,"value":88},{"type":21,"tag":46,"props":160,"children":162},{"class":48,"line":161},7,[163,167,172],{"type":21,"tag":46,"props":164,"children":165},{"style":53},[166],{"type":26,"value":97},{"type":21,"tag":46,"props":168,"children":169},{"style":80},[170],{"type":26,"value":171}," firstInstance",{"type":21,"tag":46,"props":173,"children":174},{"style":65},[175],{"type":26,"value":176},");\n",{"type":21,"tag":33,"props":178,"children":183},{"code":179,"filename":180,"language":181,"meta":38,"className":182,"style":38},"pub fn cmd_draw_indexed(\n command_buffer: vk::CommandBuffer,\n index_count: u32,\n instance_count: u32,\n first_index: u32,\n vertex_offset: i32,\n first_instance: u32,\n);\n","Rust","rs","language-rs shiki shiki-themes github-light-default github-dark-default",[184],{"type":21,"tag":42,"props":185,"children":186},{"__ignoreMap":38},[187,209,241,262,282,302,323,343],{"type":21,"tag":46,"props":188,"children":189},{"class":48,"line":49},[190,195,200,205],{"type":21,"tag":46,"props":191,"children":192},{"style":53},[193],{"type":26,"value":194},"pub",{"type":21,"tag":46,"props":196,"children":197},{"style":53},[198],{"type":26,"value":199}," fn",{"type":21,"tag":46,"props":201,"children":202},{"style":59},[203],{"type":26,"value":204}," cmd_draw_indexed",{"type":21,"tag":46,"props":206,"children":207},{"style":65},[208],{"type":26,"value":68},{"type":21,"tag":46,"props":210,"children":211},{"class":48,"line":71},[212,217,222,227,232,237],{"type":21,"tag":46,"props":213,"children":214},{"style":65},[215],{"type":26,"value":216}," command_buffer",{"type":21,"tag":46,"props":218,"children":219},{"style":53},[220],{"type":26,"value":221},":",{"type":21,"tag":46,"props":223,"children":224},{"style":80},[225],{"type":26,"value":226}," vk",{"type":21,"tag":46,"props":228,"children":229},{"style":53},[230],{"type":26,"value":231},"::",{"type":21,"tag":46,"props":233,"children":234},{"style":80},[235],{"type":26,"value":236},"CommandBuffer",{"type":21,"tag":46,"props":238,"children":239},{"style":65},[240],{"type":26,"value":88},{"type":21,"tag":46,"props":242,"children":243},{"class":48,"line":91},[244,249,253,258],{"type":21,"tag":46,"props":245,"children":246},{"style":65},[247],{"type":26,"value":248}," index_count",{"type":21,"tag":46,"props":250,"children":251},{"style":53},[252],{"type":26,"value":221},{"type":21,"tag":46,"props":254,"children":255},{"style":80},[256],{"type":26,"value":257}," u32",{"type":21,"tag":46,"props":259,"children":260},{"style":65},[261],{"type":26,"value":88},{"type":21,"tag":46,"props":263,"children":264},{"class":48,"line":109},[265,270,274,278],{"type":21,"tag":46,"props":266,"children":267},{"style":65},[268],{"type":26,"value":269}," instance_count",{"type":21,"tag":46,"props":271,"children":272},{"style":53},[273],{"type":26,"value":221},{"type":21,"tag":46,"props":275,"children":276},{"style":80},[277],{"type":26,"value":257},{"type":21,"tag":46,"props":279,"children":280},{"style":65},[281],{"type":26,"value":88},{"type":21,"tag":46,"props":283,"children":284},{"class":48,"line":126},[285,290,294,298],{"type":21,"tag":46,"props":286,"children":287},{"style":65},[288],{"type":26,"value":289}," first_index",{"type":21,"tag":46,"props":291,"children":292},{"style":53},[293],{"type":26,"value":221},{"type":21,"tag":46,"props":295,"children":296},{"style":80},[297],{"type":26,"value":257},{"type":21,"tag":46,"props":299,"children":300},{"style":65},[301],{"type":26,"value":88},{"type":21,"tag":46,"props":303,"children":304},{"class":48,"line":143},[305,310,314,319],{"type":21,"tag":46,"props":306,"children":307},{"style":65},[308],{"type":26,"value":309}," vertex_offset",{"type":21,"tag":46,"props":311,"children":312},{"style":53},[313],{"type":26,"value":221},{"type":21,"tag":46,"props":315,"children":316},{"style":80},[317],{"type":26,"value":318}," i32",{"type":21,"tag":46,"props":320,"children":321},{"style":65},[322],{"type":26,"value":88},{"type":21,"tag":46,"props":324,"children":325},{"class":48,"line":161},[326,331,335,339],{"type":21,"tag":46,"props":327,"children":328},{"style":65},[329],{"type":26,"value":330}," first_instance",{"type":21,"tag":46,"props":332,"children":333},{"style":53},[334],{"type":26,"value":221},{"type":21,"tag":46,"props":336,"children":337},{"style":80},[338],{"type":26,"value":257},{"type":21,"tag":46,"props":340,"children":341},{"style":65},[342],{"type":26,"value":88},{"type":21,"tag":46,"props":344,"children":346},{"class":48,"line":345},8,[347],{"type":21,"tag":46,"props":348,"children":349},{"style":65},[350],{"type":26,"value":176},{"type":21,"tag":352,"props":353,"children":354},"ul",{},[355,366,377,388,399,410],{"type":21,"tag":356,"props":357,"children":358},"li",{},[359,364],{"type":21,"tag":42,"props":360,"children":362},{"className":361},[],[363],{"type":26,"value":83},{"type":26,"value":365}," is the command buffer into which the command is\nrecorded.",{"type":21,"tag":356,"props":367,"children":368},{},[369,375],{"type":21,"tag":42,"props":370,"children":372},{"className":371},[],[373],{"type":26,"value":374},"indexCount",{"type":26,"value":376}," is the number of vertices to draw.",{"type":21,"tag":356,"props":378,"children":379},{},[380,386],{"type":21,"tag":42,"props":381,"children":383},{"className":382},[],[384],{"type":26,"value":385},"instanceCount",{"type":26,"value":387}," is the number of instances to draw.",{"type":21,"tag":356,"props":389,"children":390},{},[391,397],{"type":21,"tag":42,"props":392,"children":394},{"className":393},[],[395],{"type":26,"value":396},"firstIndex",{"type":26,"value":398}," is the base index within the index buffer.",{"type":21,"tag":356,"props":400,"children":401},{},[402,408],{"type":21,"tag":42,"props":403,"children":405},{"className":404},[],[406],{"type":26,"value":407},"vertexOffset",{"type":26,"value":409}," is the value added to the vertex index before\nindexing into the vertex buffer.",{"type":21,"tag":356,"props":411,"children":412},{},[413,419],{"type":21,"tag":42,"props":414,"children":416},{"className":415},[],[417],{"type":26,"value":418},"firstInstance",{"type":26,"value":420}," is the instance ID of the first instance to draw.",{"type":21,"tag":22,"props":422,"children":423},{},[424,426,431,433,440,441,447,449,455,456,461],{"type":26,"value":425},"When the command is executed, primitives are assembled using the current\nprimitive topology and ",{"type":21,"tag":42,"props":427,"children":429},{"className":428},[],[430],{"type":26,"value":374},{"type":26,"value":432}," vertices whose indices are retrieved\nfrom the index buffer.\nThe index buffer is treated as an array of tightly packed unsigned integers\nof size defined by the\n",{"type":21,"tag":434,"props":435,"children":437},"a",{"href":436},"/man/vkCmdBindIndexBuffer2KHR",[438],{"type":26,"value":439},"vkCmdBindIndexBuffer2KHR",{"type":26,"value":231},{"type":21,"tag":42,"props":442,"children":444},{"className":443},[],[445],{"type":26,"value":446},"indexType",{"type":26,"value":448}," or the\n",{"type":21,"tag":434,"props":450,"children":452},{"href":451},"/man/vkCmdBindIndexBuffer",[453],{"type":26,"value":454},"vkCmdBindIndexBuffer",{"type":26,"value":231},{"type":21,"tag":42,"props":457,"children":459},{"className":458},[],[460],{"type":26,"value":446},{"type":26,"value":462}," parameter with which the buffer\nwas bound.",{"type":21,"tag":22,"props":464,"children":465},{},[466,468,473,475,481,483,489,491,496,498,503,505,510,512,517,519,524,526,531,533,539,541,547,549,554,556,562],{"type":26,"value":467},"The first vertex index is at an offset of ",{"type":21,"tag":42,"props":469,"children":471},{"className":470},[],[472],{"type":26,"value":396},{"type":26,"value":474}," ×\n",{"type":21,"tag":42,"props":476,"children":478},{"className":477},[],[479],{"type":26,"value":480},"indexSize",{"type":26,"value":482}," + ",{"type":21,"tag":42,"props":484,"children":486},{"className":485},[],[487],{"type":26,"value":488},"offset",{"type":26,"value":490}," within the bound index buffer, where\n",{"type":21,"tag":42,"props":492,"children":494},{"className":493},[],[495],{"type":26,"value":488},{"type":26,"value":497}," is the offset specified by ",{"type":21,"tag":42,"props":499,"children":501},{"className":500},[],[502],{"type":26,"value":454},{"type":26,"value":504},"\nor ",{"type":21,"tag":42,"props":506,"children":508},{"className":507},[],[509],{"type":26,"value":439},{"type":26,"value":511},",\nand ",{"type":21,"tag":42,"props":513,"children":515},{"className":514},[],[516],{"type":26,"value":480},{"type":26,"value":518}," is the byte size of the type specified by\n",{"type":21,"tag":42,"props":520,"children":522},{"className":521},[],[523],{"type":26,"value":446},{"type":26,"value":525},".\nSubsequent index values are retrieved from consecutive locations in the\nindex buffer.\nIndices are first compared to the primitive restart value, then zero\nextended to 32 bits (if the ",{"type":21,"tag":42,"props":527,"children":529},{"className":528},[],[530],{"type":26,"value":446},{"type":26,"value":532}," is\n",{"type":21,"tag":42,"props":534,"children":536},{"className":535},[],[537],{"type":26,"value":538},"VK_INDEX_TYPE_UINT8_KHR",{"type":26,"value":540}," or\n",{"type":21,"tag":42,"props":542,"children":544},{"className":543},[],[545],{"type":26,"value":546},"VK_INDEX_TYPE_UINT16",{"type":26,"value":548},") and have ",{"type":21,"tag":42,"props":550,"children":552},{"className":551},[],[553],{"type":26,"value":407},{"type":26,"value":555}," added to them,\nbefore being supplied as the ",{"type":21,"tag":42,"props":557,"children":559},{"className":558},[],[560],{"type":26,"value":561},"vertexIndex",{"type":26,"value":563}," value.",{"type":21,"tag":22,"props":565,"children":566},{},[567,569,574,576,582,584,589],{"type":26,"value":568},"The primitives are drawn ",{"type":21,"tag":42,"props":570,"children":572},{"className":571},[],[573],{"type":26,"value":385},{"type":26,"value":575}," times with ",{"type":21,"tag":42,"props":577,"children":579},{"className":578},[],[580],{"type":26,"value":581},"instanceIndex",{"type":26,"value":583},"\nstarting with ",{"type":21,"tag":42,"props":585,"children":587},{"className":586},[],[588],{"type":26,"value":418},{"type":26,"value":590}," and increasing sequentially for each\ninstance.\nThe assembled primitives execute the bound graphics pipeline.",{"type":21,"tag":592,"props":593,"children":595},"validity-group",{"name":594},"Valid Usage",[596,697,770,840,903,955,1010,1047,1076,1109,1146,1210,1264,1324,1381,1422,1478,1535,1581,1622,1667,1708,1794,1846,1866,1936,1983,2019,2057,2081,2115,2142,2175,2200,2220,2296,2361,2401,2437,2492,2521,2567,2594,2660,2718,2764,2820,2870,2916,2954,3002,3045,3087,3127,3186,3242,3278,3314,3349,3385,3419,3445,3524,3596,3638,3669,3698,3716,3766,3817,3858,3872,3916,3971,4052,4102,4133,4147,4164,4179,4194,4208,4222,4243,4277,4314,4345,4376,4443,4497,4554,4634,4665,4797,4862,4930,4995,5061,5088,5132,5205,5254,5302,5350,5398,5466,5527,5576,5640,5710,5771,5837,5888,5939,5989,6040,6096,6146,6195,6249,6320,6397,6452,6506,6550,6612,6642,6690,6764,6832,6886,6940,7009,7018,7044,7064,7128,7182,7236,7289,7344,7398,7441,7492,7584,7668,7777,7873,7960,8010,8068,8100,8135,8190,8242,8277,8312,8343,8400,8445,8504,8549,8581,8646,8690,8722,8783,8849,8920,8998,9059,9127,9202,9245,9286,9379,9454,9523,9613,9682,9748,9819,9854,9908,9959,10009,10049,10093,10132,10191,10237,10282,10330,10404,10456,10502,10561,10628,10656,10705,10734,10797,10828,10873,10922,10979,11052,11095,11126,11170,11201,11260,11323,11354,11425,11494,11556,11587,11653,11719,11780,11817,11886,11928,11963,12002,12063,12141,12196,12269,12340,12395,12457,12517,12577,12626,12664,12717,12764,12809,12865,12915,12981,13028,13091,13137,13200,13246,13293,13341,13398,13452,13504,13601,13688,13737,13835,13926,13997,14055,14080,14180,14291,14346,14391,14436,14475,14518,14584,14644,14705,14787,14835,14909,14963,14984,15017,15061,15099,15140,15169,15212,15253,15318,15393,15463,15510,15547,15585,15599,15612,15670,15738,15797,15868,15944,15986,16009,16041,16074,16094,16123,16166,16204,16276,16339,16377,16456,16579,16654,16730,16804,16843,16881,16917,16964,16991,17016,17115,17197],{"type":21,"tag":597,"props":598,"children":600},"validity-field",{"name":599},"VUID-vkCmdDrawIndexed-magFilter-04553",[601],{"type":21,"tag":22,"props":602,"children":603},{},[604,606,612,614,620,622,628,630,636,637,643,645,651,652,658,660,666,668,674,676,682,684,689,691],{"type":26,"value":605},"If a ",{"type":21,"tag":434,"props":607,"children":609},{"href":608},"/man/VkSampler",[610],{"type":26,"value":611},"VkSampler",{"type":26,"value":613}," created with ",{"type":21,"tag":42,"props":615,"children":617},{"className":616},[],[618],{"type":26,"value":619},"magFilter",{"type":26,"value":621}," or ",{"type":21,"tag":42,"props":623,"children":625},{"className":624},[],[626],{"type":26,"value":627},"minFilter",{"type":26,"value":629},"\nequal to ",{"type":21,"tag":42,"props":631,"children":633},{"className":632},[],[634],{"type":26,"value":635},"VK_FILTER_LINEAR",{"type":26,"value":88},{"type":21,"tag":42,"props":638,"children":640},{"className":639},[],[641],{"type":26,"value":642},"reductionMode",{"type":26,"value":644}," equal to\n",{"type":21,"tag":42,"props":646,"children":648},{"className":647},[],[649],{"type":26,"value":650},"VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE",{"type":26,"value":511},{"type":21,"tag":42,"props":653,"children":655},{"className":654},[],[656],{"type":26,"value":657},"compareEnable",{"type":26,"value":659}," equal to ",{"type":21,"tag":42,"props":661,"children":663},{"className":662},[],[664],{"type":26,"value":665},"VK_FALSE",{"type":26,"value":667}," is used to sample a\n",{"type":21,"tag":434,"props":669,"children":671},{"href":670},"/man/VkImageView",[672],{"type":26,"value":673},"VkImageView",{"type":26,"value":675}," as a result of this command, then the image view’s\n",{"type":21,"tag":434,"props":677,"children":679},{"href":678},"/chapters/resources#resources-image-view-format-features",[680],{"type":26,"value":681},"format features",{"type":26,"value":683}," ",{"type":21,"tag":685,"props":686,"children":688},"normative",{"type":687},"must",[],{"type":26,"value":690}," contain\n",{"type":21,"tag":42,"props":692,"children":694},{"className":693},[],[695],{"type":26,"value":696},"VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT",{"type":21,"tag":597,"props":698,"children":700},{"name":699},"VUID-vkCmdDrawIndexed-magFilter-09598",[701],{"type":21,"tag":22,"props":702,"children":703},{},[704,705,709,710,715,716,721,722,727,729,734,736,742,743,749,750,754,755,759,760,763,764],{"type":26,"value":605},{"type":21,"tag":434,"props":706,"children":707},{"href":608},[708],{"type":26,"value":611},{"type":26,"value":613},{"type":21,"tag":42,"props":711,"children":713},{"className":712},[],[714],{"type":26,"value":619},{"type":26,"value":621},{"type":21,"tag":42,"props":717,"children":719},{"className":718},[],[720],{"type":26,"value":627},{"type":26,"value":629},{"type":21,"tag":42,"props":723,"children":725},{"className":724},[],[726],{"type":26,"value":635},{"type":26,"value":728}," and ",{"type":21,"tag":42,"props":730,"children":732},{"className":731},[],[733],{"type":26,"value":642},{"type":26,"value":735}," equal to either\n",{"type":21,"tag":42,"props":737,"children":739},{"className":738},[],[740],{"type":26,"value":741},"VK_SAMPLER_REDUCTION_MODE_MIN",{"type":26,"value":540},{"type":21,"tag":42,"props":744,"children":746},{"className":745},[],[747],{"type":26,"value":748},"VK_SAMPLER_REDUCTION_MODE_MAX",{"type":26,"value":667},{"type":21,"tag":434,"props":751,"children":752},{"href":670},[753],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":756,"children":757},{"href":678},[758],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":761,"children":762},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":765,"children":767},{"className":766},[],[768],{"type":26,"value":769},"VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT",{"type":21,"tag":597,"props":771,"children":773},{"name":772},"VUID-vkCmdDrawIndexed-mipmapMode-04770",[774],{"type":21,"tag":22,"props":775,"children":776},{},[777,778,782,783,789,790,796,797,802,803,808,809,814,815,820,821,825,826,830,831,834,835],{"type":26,"value":605},{"type":21,"tag":434,"props":779,"children":780},{"href":608},[781],{"type":26,"value":611},{"type":26,"value":613},{"type":21,"tag":42,"props":784,"children":786},{"className":785},[],[787],{"type":26,"value":788},"mipmapMode",{"type":26,"value":644},{"type":21,"tag":42,"props":791,"children":793},{"className":792},[],[794],{"type":26,"value":795},"VK_SAMPLER_MIPMAP_MODE_LINEAR",{"type":26,"value":88},{"type":21,"tag":42,"props":798,"children":800},{"className":799},[],[801],{"type":26,"value":642},{"type":26,"value":644},{"type":21,"tag":42,"props":804,"children":806},{"className":805},[],[807],{"type":26,"value":650},{"type":26,"value":511},{"type":21,"tag":42,"props":810,"children":812},{"className":811},[],[813],{"type":26,"value":657},{"type":26,"value":659},{"type":21,"tag":42,"props":816,"children":818},{"className":817},[],[819],{"type":26,"value":665},{"type":26,"value":667},{"type":21,"tag":434,"props":822,"children":823},{"href":670},[824],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":827,"children":828},{"href":678},[829],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":832,"children":833},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":836,"children":838},{"className":837},[],[839],{"type":26,"value":696},{"type":21,"tag":597,"props":841,"children":843},{"name":842},"VUID-vkCmdDrawIndexed-mipmapMode-09599",[844],{"type":21,"tag":22,"props":845,"children":846},{},[847,848,852,853,858,859,864,865,870,872,877,878,883,884,888,889,893,894,897,898],{"type":26,"value":605},{"type":21,"tag":434,"props":849,"children":850},{"href":608},[851],{"type":26,"value":611},{"type":26,"value":613},{"type":21,"tag":42,"props":854,"children":856},{"className":855},[],[857],{"type":26,"value":788},{"type":26,"value":644},{"type":21,"tag":42,"props":860,"children":862},{"className":861},[],[863],{"type":26,"value":795},{"type":26,"value":728},{"type":21,"tag":42,"props":866,"children":868},{"className":867},[],[869],{"type":26,"value":642},{"type":26,"value":871}," equal to\neither ",{"type":21,"tag":42,"props":873,"children":875},{"className":874},[],[876],{"type":26,"value":741},{"type":26,"value":540},{"type":21,"tag":42,"props":879,"children":881},{"className":880},[],[882],{"type":26,"value":748},{"type":26,"value":667},{"type":21,"tag":434,"props":885,"children":886},{"href":670},[887],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":890,"children":891},{"href":678},[892],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":895,"children":896},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":899,"children":901},{"className":900},[],[902],{"type":26,"value":769},{"type":21,"tag":597,"props":904,"children":906},{"name":905},"VUID-vkCmdDrawIndexed-unnormalizedCoordinates-09635",[907],{"type":21,"tag":22,"props":908,"children":909},{},[910,911,915,916,922,923,929,931,935,937,943,944,950,953],{"type":26,"value":605},{"type":21,"tag":434,"props":912,"children":913},{"href":608},[914],{"type":26,"value":611},{"type":26,"value":613},{"type":21,"tag":42,"props":917,"children":919},{"className":918},[],[920],{"type":26,"value":921},"unnormalizedCoordinates",{"type":26,"value":644},{"type":21,"tag":42,"props":924,"children":926},{"className":925},[],[927],{"type":26,"value":928},"VK_TRUE",{"type":26,"value":930}," is used to sample a ",{"type":21,"tag":434,"props":932,"children":933},{"href":670},[934],{"type":26,"value":673},{"type":26,"value":936}," as a result of this\ncommand, then the image view’s ",{"type":21,"tag":42,"props":938,"children":940},{"className":939},[],[941],{"type":26,"value":942},"levelCount",{"type":26,"value":728},{"type":21,"tag":42,"props":945,"children":947},{"className":946},[],[948],{"type":26,"value":949},"layerCount",{"type":21,"tag":685,"props":951,"children":952},{"type":687},[],{"type":26,"value":954}," be 1",{"type":21,"tag":597,"props":956,"children":958},{"name":957},"VUID-vkCmdDrawIndexed-unnormalizedCoordinates-09636",[959],{"type":21,"tag":22,"props":960,"children":961},{},[962,963,967,968,973,974,979,980,984,985,991,992,995,997,1003,1004],{"type":26,"value":605},{"type":21,"tag":434,"props":964,"children":965},{"href":608},[966],{"type":26,"value":611},{"type":26,"value":613},{"type":21,"tag":42,"props":969,"children":971},{"className":970},[],[972],{"type":26,"value":921},{"type":26,"value":644},{"type":21,"tag":42,"props":975,"children":977},{"className":976},[],[978],{"type":26,"value":928},{"type":26,"value":930},{"type":21,"tag":434,"props":981,"children":982},{"href":670},[983],{"type":26,"value":673},{"type":26,"value":936},{"type":21,"tag":42,"props":986,"children":988},{"className":987},[],[989],{"type":26,"value":990},"viewType",{"type":26,"value":683},{"type":21,"tag":685,"props":993,"children":994},{"type":687},[],{"type":26,"value":996}," be\n",{"type":21,"tag":42,"props":998,"children":1000},{"className":999},[],[1001],{"type":26,"value":1002},"VK_IMAGE_VIEW_TYPE_1D",{"type":26,"value":621},{"type":21,"tag":42,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":26,"value":1009},"VK_IMAGE_VIEW_TYPE_2D",{"type":21,"tag":597,"props":1011,"children":1013},{"name":1012},"VUID-vkCmdDrawIndexed-None-06479",[1014],{"type":21,"tag":22,"props":1015,"children":1016},{},[1017,1018,1022,1024,1030,1032,1036,1037,1040,1041],{"type":26,"value":605},{"type":21,"tag":434,"props":1019,"children":1020},{"href":670},[1021],{"type":26,"value":673},{"type":26,"value":1023}," is sampled with\n",{"type":21,"tag":434,"props":1025,"children":1027},{"href":1026},"/chapters/textures#textures-depth-compare-operation",[1028],{"type":26,"value":1029},"depth comparison",{"type":26,"value":1031},", the image view’s\n",{"type":21,"tag":434,"props":1033,"children":1034},{"href":678},[1035],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":1038,"children":1039},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1042,"children":1044},{"className":1043},[],[1045],{"type":26,"value":1046},"VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT",{"type":21,"tag":597,"props":1048,"children":1050},{"name":1049},"VUID-vkCmdDrawIndexed-None-02691",[1051],{"type":21,"tag":22,"props":1052,"children":1053},{},[1054,1055,1059,1061,1065,1066,1069,1070],{"type":26,"value":605},{"type":21,"tag":434,"props":1056,"children":1057},{"href":670},[1058],{"type":26,"value":673},{"type":26,"value":1060}," is accessed using atomic operations as a result\nof this command, then the image view’s\n",{"type":21,"tag":434,"props":1062,"children":1063},{"href":678},[1064],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":1067,"children":1068},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1071,"children":1073},{"className":1072},[],[1074],{"type":26,"value":1075},"VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT",{"type":21,"tag":597,"props":1077,"children":1079},{"name":1078},"VUID-vkCmdDrawIndexed-None-07888",[1080],{"type":21,"tag":22,"props":1081,"children":1082},{},[1083,1084,1090,1092,1098,1099,1102,1103],{"type":26,"value":605},{"type":21,"tag":42,"props":1085,"children":1087},{"className":1086},[],[1088],{"type":26,"value":1089},"VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER",{"type":26,"value":1091}," descriptor is\naccessed using atomic operations as a result of this command, then the\nstorage texel buffer’s ",{"type":21,"tag":434,"props":1093,"children":1095},{"href":1094},"/chapters/resources#resources-buffer-view-format-features",[1096],{"type":26,"value":1097},"format\nfeatures",{"type":26,"value":683},{"type":21,"tag":685,"props":1100,"children":1101},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1104,"children":1106},{"className":1105},[],[1107],{"type":26,"value":1108},"VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT",{"type":21,"tag":597,"props":1110,"children":1112},{"name":1111},"VUID-vkCmdDrawIndexed-None-02692",[1113],{"type":21,"tag":22,"props":1114,"children":1115},{},[1116,1117,1121,1123,1129,1131,1135,1136,1139,1140],{"type":26,"value":605},{"type":21,"tag":434,"props":1118,"children":1119},{"href":670},[1120],{"type":26,"value":673},{"type":26,"value":1122}," is sampled with ",{"type":21,"tag":42,"props":1124,"children":1126},{"className":1125},[],[1127],{"type":26,"value":1128},"VK_FILTER_CUBIC_EXT",{"type":26,"value":1130}," as a\nresult of this command, then the image view’s\n",{"type":21,"tag":434,"props":1132,"children":1133},{"href":678},[1134],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":1137,"children":1138},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1141,"children":1143},{"className":1142},[],[1144],{"type":26,"value":1145},"VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT",{"type":21,"tag":597,"props":1147,"children":1149},{"name":1148},"VUID-vkCmdDrawIndexed-None-02693",[1150],{"type":21,"tag":22,"props":1151,"children":1152},{},[1153,1155,1161,1163,1167,1168,1173,1175,1178,1180,1186,1188,1194,1196,1202,1204],{"type":26,"value":1154},"If\nthe ",{"type":21,"tag":434,"props":1156,"children":1158},{"href":1157},"/extensions/VK_EXT_filter_cubic",[1159],{"type":26,"value":1160},"VK_EXT_filter_cubic",{"type":26,"value":1162}," extension is not enabled and\nany ",{"type":21,"tag":434,"props":1164,"children":1165},{"href":670},[1166],{"type":26,"value":673},{"type":26,"value":1122},{"type":21,"tag":42,"props":1169,"children":1171},{"className":1170},[],[1172],{"type":26,"value":1128},{"type":26,"value":1174}," as a\nresult of this command, it ",{"type":21,"tag":685,"props":1176,"children":1177},{"type":687},[],{"type":26,"value":1179}," not have a ",{"type":21,"tag":434,"props":1181,"children":1183},{"href":1182},"/man/VkImageViewType",[1184],{"type":26,"value":1185},"VkImageViewType",{"type":26,"value":1187}," of\n",{"type":21,"tag":42,"props":1189,"children":1191},{"className":1190},[],[1192],{"type":26,"value":1193},"VK_IMAGE_VIEW_TYPE_3D",{"type":26,"value":1195},", ",{"type":21,"tag":42,"props":1197,"children":1199},{"className":1198},[],[1200],{"type":26,"value":1201},"VK_IMAGE_VIEW_TYPE_CUBE",{"type":26,"value":1203},", or\n",{"type":21,"tag":42,"props":1205,"children":1207},{"className":1206},[],[1208],{"type":26,"value":1209},"VK_IMAGE_VIEW_TYPE_CUBE_ARRAY",{"type":21,"tag":597,"props":1211,"children":1213},{"name":1212},"VUID-vkCmdDrawIndexed-filterCubic-02694",[1214],{"type":21,"tag":22,"props":1215,"children":1216},{},[1217,1219,1223,1225,1230,1232,1235,1237,1241,1243,1249,1250,1256,1258],{"type":26,"value":1218},"Any ",{"type":21,"tag":434,"props":1220,"children":1221},{"href":670},[1222],{"type":26,"value":673},{"type":26,"value":1224}," being sampled with ",{"type":21,"tag":42,"props":1226,"children":1228},{"className":1227},[],[1229],{"type":26,"value":1128},{"type":26,"value":1231}," as a\nresult of this command ",{"type":21,"tag":685,"props":1233,"children":1234},{"type":687},[],{"type":26,"value":1236}," have a ",{"type":21,"tag":434,"props":1238,"children":1239},{"href":1182},[1240],{"type":26,"value":1185},{"type":26,"value":1242}," and format\nthat supports cubic filtering, as specified by\n",{"type":21,"tag":434,"props":1244,"children":1246},{"href":1245},"/man/VkFilterCubicImageViewImageFormatPropertiesEXT",[1247],{"type":26,"value":1248},"VkFilterCubicImageViewImageFormatPropertiesEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":26,"value":1255},"filterCubic",{"type":26,"value":1257},"\nreturned by ",{"type":21,"tag":434,"props":1259,"children":1261},{"href":1260},"/man/vkGetPhysicalDeviceImageFormatProperties2",[1262],{"type":26,"value":1263},"vkGetPhysicalDeviceImageFormatProperties2",{"type":21,"tag":597,"props":1265,"children":1267},{"name":1266},"VUID-vkCmdDrawIndexed-filterCubicMinmax-02695",[1268],{"type":21,"tag":22,"props":1269,"children":1270},{},[1271,1272,1276,1277,1282,1284,1289,1290,1295,1297,1300,1302,1306,1308,1312,1313,1319,1320],{"type":26,"value":1218},{"type":21,"tag":434,"props":1273,"children":1274},{"href":670},[1275],{"type":26,"value":673},{"type":26,"value":1224},{"type":21,"tag":42,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":26,"value":1128},{"type":26,"value":1283}," with\na reduction mode of either ",{"type":21,"tag":42,"props":1285,"children":1287},{"className":1286},[],[1288],{"type":26,"value":741},{"type":26,"value":540},{"type":21,"tag":42,"props":1291,"children":1293},{"className":1292},[],[1294],{"type":26,"value":748},{"type":26,"value":1296}," as a result of this command ",{"type":21,"tag":685,"props":1298,"children":1299},{"type":687},[],{"type":26,"value":1301},"\nhave a ",{"type":21,"tag":434,"props":1303,"children":1304},{"href":1182},[1305],{"type":26,"value":1185},{"type":26,"value":1307}," and format that supports cubic filtering\ntogether with minmax filtering, as specified by\n",{"type":21,"tag":434,"props":1309,"children":1310},{"href":1245},[1311],{"type":26,"value":1248},{"type":26,"value":231},{"type":21,"tag":42,"props":1314,"children":1316},{"className":1315},[],[1317],{"type":26,"value":1318},"filterCubicMinmax",{"type":26,"value":1257},{"type":21,"tag":434,"props":1321,"children":1322},{"href":1260},[1323],{"type":26,"value":1263},{"type":21,"tag":597,"props":1325,"children":1327},{"name":1326},"VUID-vkCmdDrawIndexed-cubicRangeClamp-09212",[1328],{"type":21,"tag":22,"props":1329,"children":1330},{},[1331,1333,1343,1345,1349,1351,1356,1357,1360,1362,1368,1369,1374,1375],{"type":26,"value":1332},"If the ",{"type":21,"tag":434,"props":1334,"children":1336},{"href":1335},"/man/VkPhysicalDeviceCubicClampFeaturesQCOM#features-filter-cubic-range-clamp",[1337],{"type":21,"tag":42,"props":1338,"children":1340},{"className":1339},[],[1341],{"type":26,"value":1342},"cubicRangeClamp",{"type":26,"value":1344},"\nfeature is not enabled, then any ",{"type":21,"tag":434,"props":1346,"children":1347},{"href":670},[1348],{"type":26,"value":673},{"type":26,"value":1350}," being sampled with\n",{"type":21,"tag":42,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":26,"value":1128},{"type":26,"value":1296},{"type":21,"tag":685,"props":1358,"children":1359},{"type":687},[],{"type":26,"value":1361}," not have a\n",{"type":21,"tag":434,"props":1363,"children":1365},{"href":1364},"/man/VkSamplerReductionModeCreateInfo",[1366],{"type":26,"value":1367},"VkSamplerReductionModeCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":1370,"children":1372},{"className":1371},[],[1373],{"type":26,"value":642},{"type":26,"value":644},{"type":21,"tag":42,"props":1376,"children":1378},{"className":1377},[],[1379],{"type":26,"value":1380},"VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOM",{"type":21,"tag":597,"props":1382,"children":1384},{"name":1383},"VUID-vkCmdDrawIndexed-reductionMode-09213",[1385],{"type":21,"tag":22,"props":1386,"children":1387},{},[1388,1389,1393,1395,1399,1400,1405,1406,1411,1412,1415,1417],{"type":26,"value":1218},{"type":21,"tag":434,"props":1390,"children":1391},{"href":670},[1392],{"type":26,"value":673},{"type":26,"value":1394}," being sampled with a\n",{"type":21,"tag":434,"props":1396,"children":1397},{"href":1364},[1398],{"type":26,"value":1367},{"type":26,"value":231},{"type":21,"tag":42,"props":1401,"children":1403},{"className":1402},[],[1404],{"type":26,"value":642},{"type":26,"value":644},{"type":21,"tag":42,"props":1407,"children":1409},{"className":1408},[],[1410],{"type":26,"value":1380},{"type":26,"value":1231},{"type":21,"tag":685,"props":1413,"children":1414},{"type":687},[],{"type":26,"value":1416}," sample with ",{"type":21,"tag":42,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":26,"value":1128},{"type":21,"tag":597,"props":1423,"children":1425},{"name":1424},"VUID-vkCmdDrawIndexed-selectableCubicWeights-09214",[1426],{"type":21,"tag":22,"props":1427,"children":1428},{},[1429,1430,1440,1442,1446,1447,1452,1453,1456,1458,1464,1465,1471,1472],{"type":26,"value":1332},{"type":21,"tag":434,"props":1431,"children":1433},{"href":1432},"/man/VkPhysicalDeviceCubicWeightsFeaturesQCOM#features-filter-cubic-weight-selection",[1434],{"type":21,"tag":42,"props":1435,"children":1437},{"className":1436},[],[1438],{"type":26,"value":1439},"selectableCubicWeights",{"type":26,"value":1441}," feature is not enabled, then any\n",{"type":21,"tag":434,"props":1443,"children":1444},{"href":670},[1445],{"type":26,"value":673},{"type":26,"value":1224},{"type":21,"tag":42,"props":1448,"children":1450},{"className":1449},[],[1451],{"type":26,"value":1128},{"type":26,"value":1231},{"type":21,"tag":685,"props":1454,"children":1455},{"type":687},[],{"type":26,"value":1457}," have\n",{"type":21,"tag":434,"props":1459,"children":1461},{"href":1460},"/man/VkSamplerCubicWeightsCreateInfoQCOM",[1462],{"type":26,"value":1463},"VkSamplerCubicWeightsCreateInfoQCOM",{"type":26,"value":231},{"type":21,"tag":42,"props":1466,"children":1468},{"className":1467},[],[1469],{"type":26,"value":1470},"cubicWeights",{"type":26,"value":644},{"type":21,"tag":42,"props":1473,"children":1475},{"className":1474},[],[1476],{"type":26,"value":1477},"VK_CUBIC_FILTER_WEIGHTS_CATMULL_ROM_QCOM",{"type":21,"tag":597,"props":1479,"children":1481},{"name":1480},"VUID-vkCmdDrawIndexed-flags-02696",[1482],{"type":21,"tag":22,"props":1483,"children":1484},{},[1485,1486,1492,1494,1500,1501,1507,1509,1515,1517,1520,1522,1528,1529],{"type":26,"value":1218},{"type":21,"tag":434,"props":1487,"children":1489},{"href":1488},"/man/VkImage",[1490],{"type":26,"value":1491},"VkImage",{"type":26,"value":1493}," created with a ",{"type":21,"tag":434,"props":1495,"children":1497},{"href":1496},"/man/VkImageCreateInfo",[1498],{"type":26,"value":1499},"VkImageCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":1502,"children":1504},{"className":1503},[],[1505],{"type":26,"value":1506},"flags",{"type":26,"value":1508},"\ncontaining ",{"type":21,"tag":42,"props":1510,"children":1512},{"className":1511},[],[1513],{"type":26,"value":1514},"VK_IMAGE_CREATE_CORNER_SAMPLED_BIT_NV",{"type":26,"value":1516}," sampled as a\nresult of this command ",{"type":21,"tag":685,"props":1518,"children":1519},{"type":687},[],{"type":26,"value":1521}," only be sampled using a\n",{"type":21,"tag":434,"props":1523,"children":1525},{"href":1524},"/man/VkSamplerAddressMode",[1526],{"type":26,"value":1527},"VkSamplerAddressMode",{"type":26,"value":1187},{"type":21,"tag":42,"props":1530,"children":1532},{"className":1531},[],[1533],{"type":26,"value":1534},"VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE",{"type":21,"tag":597,"props":1536,"children":1538},{"name":1537},"VUID-vkCmdDrawIndexed-OpTypeImage-07027",[1539],{"type":21,"tag":22,"props":1540,"children":1541},{},[1542,1544,1548,1550,1556,1558,1564,1566,1570,1571,1574,1575],{"type":26,"value":1543},"For any ",{"type":21,"tag":434,"props":1545,"children":1546},{"href":670},[1547],{"type":26,"value":673},{"type":26,"value":1549}," being written as a storage image where the\nimage format field of the ",{"type":21,"tag":42,"props":1551,"children":1553},{"className":1552},[],[1554],{"type":26,"value":1555},"OpTypeImage",{"type":26,"value":1557}," is ",{"type":21,"tag":42,"props":1559,"children":1561},{"className":1560},[],[1562],{"type":26,"value":1563},"Unknown",{"type":26,"value":1565},", the view’s\n",{"type":21,"tag":434,"props":1567,"children":1568},{"href":678},[1569],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":1572,"children":1573},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1576,"children":1578},{"className":1577},[],[1579],{"type":26,"value":1580},"VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT",{"type":21,"tag":597,"props":1582,"children":1584},{"name":1583},"VUID-vkCmdDrawIndexed-OpTypeImage-07028",[1585],{"type":21,"tag":22,"props":1586,"children":1587},{},[1588,1589,1593,1595,1600,1601,1606,1607,1611,1612,1615,1616],{"type":26,"value":1543},{"type":21,"tag":434,"props":1590,"children":1591},{"href":670},[1592],{"type":26,"value":673},{"type":26,"value":1594}," being read as a storage image where the image\nformat field of the ",{"type":21,"tag":42,"props":1596,"children":1598},{"className":1597},[],[1599],{"type":26,"value":1555},{"type":26,"value":1557},{"type":21,"tag":42,"props":1602,"children":1604},{"className":1603},[],[1605],{"type":26,"value":1563},{"type":26,"value":1565},{"type":21,"tag":434,"props":1608,"children":1609},{"href":678},[1610],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":1613,"children":1614},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1617,"children":1619},{"className":1618},[],[1620],{"type":26,"value":1621},"VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT",{"type":21,"tag":597,"props":1623,"children":1625},{"name":1624},"VUID-vkCmdDrawIndexed-OpTypeImage-07029",[1626],{"type":21,"tag":22,"props":1627,"children":1628},{},[1629,1630,1636,1638,1643,1644,1649,1651,1657,1658,1661,1662],{"type":26,"value":1543},{"type":21,"tag":434,"props":1631,"children":1633},{"href":1632},"/man/VkBufferView",[1634],{"type":26,"value":1635},"VkBufferView",{"type":26,"value":1637}," being written as a storage texel buffer where\nthe image format field of the ",{"type":21,"tag":42,"props":1639,"children":1641},{"className":1640},[],[1642],{"type":26,"value":1555},{"type":26,"value":1557},{"type":21,"tag":42,"props":1645,"children":1647},{"className":1646},[],[1648],{"type":26,"value":1563},{"type":26,"value":1650},", the\nview’s ",{"type":21,"tag":434,"props":1652,"children":1654},{"href":1653},"/man/VkFormatProperties3#VkFormatProperties3",[1655],{"type":26,"value":1656},"buffer features",{"type":26,"value":683},{"type":21,"tag":685,"props":1659,"children":1660},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1663,"children":1665},{"className":1664},[],[1666],{"type":26,"value":1580},{"type":21,"tag":597,"props":1668,"children":1670},{"name":1669},"VUID-vkCmdDrawIndexed-OpTypeImage-07030",[1671],{"type":21,"tag":22,"props":1672,"children":1673},{},[1674,1675,1679,1681,1686,1687,1692,1694,1698,1699,1702,1703],{"type":26,"value":1218},{"type":21,"tag":434,"props":1676,"children":1677},{"href":1632},[1678],{"type":26,"value":1635},{"type":26,"value":1680}," being read as a storage texel buffer where the\nimage format field of the ",{"type":21,"tag":42,"props":1682,"children":1684},{"className":1683},[],[1685],{"type":26,"value":1555},{"type":26,"value":1557},{"type":21,"tag":42,"props":1688,"children":1690},{"className":1689},[],[1691],{"type":26,"value":1563},{"type":26,"value":1693}," then the\nview’s ",{"type":21,"tag":434,"props":1695,"children":1696},{"href":1653},[1697],{"type":26,"value":1656},{"type":26,"value":683},{"type":21,"tag":685,"props":1700,"children":1701},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":1704,"children":1706},{"className":1705},[],[1707],{"type":26,"value":1621},{"type":21,"tag":597,"props":1709,"children":1711},{"name":1710},"VUID-vkCmdDrawIndexed-None-08600",[1712],{"type":21,"tag":22,"props":1713,"children":1714},{},[1715,1717,1723,1725,1731,1733,1736,1738,1742,1744,1750,1752,1756,1758,1762,1764,1770,1772,1778,1780,1786,1788],{"type":26,"value":1716},"For each set ",{"type":21,"tag":1718,"props":1719,"children":1720},"em",{},[1721],{"type":26,"value":1722},"n",{"type":26,"value":1724}," that is statically used by ",{"type":21,"tag":434,"props":1726,"children":1728},{"href":1727},"/chapters/shaders#shaders-binding",[1729],{"type":26,"value":1730},"a bound\nshader",{"type":26,"value":1732},", a descriptor set ",{"type":21,"tag":685,"props":1734,"children":1735},{"type":687},[],{"type":26,"value":1737}," have been bound to ",{"type":21,"tag":1718,"props":1739,"children":1740},{},[1741],{"type":26,"value":1722},{"type":26,"value":1743}," at the same\npipeline bind point, with a ",{"type":21,"tag":434,"props":1745,"children":1747},{"href":1746},"/man/VkPipelineLayout",[1748],{"type":26,"value":1749},"VkPipelineLayout",{"type":26,"value":1751}," that is compatible\nfor set ",{"type":21,"tag":1718,"props":1753,"children":1754},{},[1755],{"type":26,"value":1722},{"type":26,"value":1757},", with the ",{"type":21,"tag":434,"props":1759,"children":1760},{"href":1746},[1761],{"type":26,"value":1749},{"type":26,"value":1763}," used to create the current\n",{"type":21,"tag":434,"props":1765,"children":1767},{"href":1766},"/man/VkPipeline",[1768],{"type":26,"value":1769},"VkPipeline",{"type":26,"value":1771},"\nor the ",{"type":21,"tag":434,"props":1773,"children":1775},{"href":1774},"/man/VkDescriptorSetLayout",[1776],{"type":26,"value":1777},"VkDescriptorSetLayout",{"type":26,"value":1779}," array used to create the current\n",{"type":21,"tag":434,"props":1781,"children":1783},{"href":1782},"/man/VkShaderEXT",[1784],{"type":26,"value":1785},"VkShaderEXT",{"type":26,"value":1787},"\n, as described in ",{"type":21,"tag":434,"props":1789,"children":1791},{"href":1790},"/chapters/descriptorsets#descriptorsets-compatibility",[1792],{"type":26,"value":1793},"Pipeline Layout Compatibility",{"type":21,"tag":597,"props":1795,"children":1797},{"name":1796},"VUID-vkCmdDrawIndexed-None-08601",[1798],{"type":21,"tag":22,"props":1799,"children":1800},{},[1801,1803,1808,1810,1813,1815,1819,1821,1825,1827,1831,1832,1836,1837,1841,1842],{"type":26,"value":1802},"For each push constant that is statically used by ",{"type":21,"tag":434,"props":1804,"children":1805},{"href":1727},[1806],{"type":26,"value":1807},"a\nbound shader",{"type":26,"value":1809},", a push constant value ",{"type":21,"tag":685,"props":1811,"children":1812},{"type":687},[],{"type":26,"value":1814}," have been set for the same\npipeline bind point, with a ",{"type":21,"tag":434,"props":1816,"children":1817},{"href":1746},[1818],{"type":26,"value":1749},{"type":26,"value":1820}," that is compatible\nfor push constants, with the ",{"type":21,"tag":434,"props":1822,"children":1823},{"href":1746},[1824],{"type":26,"value":1749},{"type":26,"value":1826}," used to create the\ncurrent ",{"type":21,"tag":434,"props":1828,"children":1829},{"href":1766},[1830],{"type":26,"value":1769},{"type":26,"value":1771},{"type":21,"tag":434,"props":1833,"children":1834},{"href":1774},[1835],{"type":26,"value":1777},{"type":26,"value":1779},{"type":21,"tag":434,"props":1838,"children":1839},{"href":1782},[1840],{"type":26,"value":1785},{"type":26,"value":1787},{"type":21,"tag":434,"props":1843,"children":1844},{"href":1790},[1845],{"type":26,"value":1793},{"type":21,"tag":597,"props":1847,"children":1849},{"name":1848},"VUID-vkCmdDrawIndexed-None-10068",[1850],{"type":21,"tag":22,"props":1851,"children":1852},{},[1853,1855,1859,1861,1864],{"type":26,"value":1854},"For each array of resources that is used by ",{"type":21,"tag":434,"props":1856,"children":1857},{"href":1727},[1858],{"type":26,"value":1730},{"type":26,"value":1860},", the indices used to access members of the array ",{"type":21,"tag":685,"props":1862,"children":1863},{"type":687},[],{"type":26,"value":1865}," be less\nthan the descriptor count for the identified binding in the descriptor\nsets used by this command",{"type":21,"tag":597,"props":1867,"children":1869},{"name":1868},"VUID-vkCmdDrawIndexed-maintenance4-08602",[1870],{"type":21,"tag":22,"props":1871,"children":1872},{},[1873,1874,1884,1886,1891,1892,1895,1897,1901,1903,1907,1909,1913,1914,1918,1919,1925,1927,1931,1932],{"type":26,"value":1332},{"type":21,"tag":434,"props":1875,"children":1877},{"href":1876},"/man/VkPhysicalDeviceMaintenance4Features#features-maintenance4",[1878],{"type":21,"tag":42,"props":1879,"children":1881},{"className":1880},[],[1882],{"type":26,"value":1883},"maintenance4",{"type":26,"value":1885}," feature is not\nenabled, then for each push constant that is statically used by\n",{"type":21,"tag":434,"props":1887,"children":1888},{"href":1727},[1889],{"type":26,"value":1890},"a bound shader",{"type":26,"value":1809},{"type":21,"tag":685,"props":1893,"children":1894},{"type":687},[],{"type":26,"value":1896}," have\nbeen set for the same pipeline bind point, with a ",{"type":21,"tag":434,"props":1898,"children":1899},{"href":1746},[1900],{"type":26,"value":1749},{"type":26,"value":1902},"\nthat is compatible for push constants, with the ",{"type":21,"tag":434,"props":1904,"children":1905},{"href":1746},[1906],{"type":26,"value":1749},{"type":26,"value":1908},"\nused to create the current ",{"type":21,"tag":434,"props":1910,"children":1911},{"href":1766},[1912],{"type":26,"value":1769},{"type":26,"value":1771},{"type":21,"tag":434,"props":1915,"children":1916},{"href":1774},[1917],{"type":26,"value":1777},{"type":26,"value":728},{"type":21,"tag":434,"props":1920,"children":1922},{"href":1921},"/man/VkPushConstantRange",[1923],{"type":26,"value":1924},"VkPushConstantRange",{"type":26,"value":1926}," arrays\nused to create the current ",{"type":21,"tag":434,"props":1928,"children":1929},{"href":1782},[1930],{"type":26,"value":1785},{"type":26,"value":1787},{"type":21,"tag":434,"props":1933,"children":1934},{"href":1790},[1935],{"type":26,"value":1793},{"type":21,"tag":597,"props":1937,"children":1939},{"name":1938},"VUID-vkCmdDrawIndexed-None-08114",[1940],{"type":21,"tag":22,"props":1941,"children":1942},{},[1943,1945,1951,1952,1955,1957,1963,1965,1969,1971,1975,1977],{"type":26,"value":1944},"Descriptors in each bound descriptor set, specified via\n",{"type":21,"tag":434,"props":1946,"children":1948},{"href":1947},"/man/vkCmdBindDescriptorSets",[1949],{"type":26,"value":1950},"vkCmdBindDescriptorSets",{"type":26,"value":1195},{"type":21,"tag":685,"props":1953,"children":1954},{"type":687},[],{"type":26,"value":1956}," be valid as described by\n",{"type":21,"tag":434,"props":1958,"children":1960},{"href":1959},"/man/vkCmdBindDescriptorSets#descriptor-validity",[1961],{"type":26,"value":1962},"descriptor validity",{"type":26,"value":1964}," if they are statically used\nby\nthe ",{"type":21,"tag":434,"props":1966,"children":1967},{"href":1766},[1968],{"type":26,"value":1769},{"type":26,"value":1970}," bound to the pipeline bind point used by this\ncommand and the bound ",{"type":21,"tag":434,"props":1972,"children":1973},{"href":1766},[1974],{"type":26,"value":1769},{"type":26,"value":1976}," was not created with\n",{"type":21,"tag":42,"props":1978,"children":1980},{"className":1979},[],[1981],{"type":26,"value":1982},"VK_PIPELINE_CREATE_DESCRIPTOR_BUFFER_BIT_EXT",{"type":21,"tag":597,"props":1984,"children":1986},{"name":1985},"VUID-vkCmdDrawIndexed-None-08115",[1987],{"type":21,"tag":22,"props":1988,"children":1989},{},[1990,1992,1996,1998,2002,2004,2008,2009,2012,2014],{"type":26,"value":1991},"If the descriptors used by the ",{"type":21,"tag":434,"props":1993,"children":1994},{"href":1766},[1995],{"type":26,"value":1769},{"type":26,"value":1997}," bound to the pipeline\nbind point were specified via ",{"type":21,"tag":434,"props":1999,"children":2000},{"href":1947},[2001],{"type":26,"value":1950},{"type":26,"value":2003},", the bound\n",{"type":21,"tag":434,"props":2005,"children":2006},{"href":1766},[2007],{"type":26,"value":1769},{"type":26,"value":683},{"type":21,"tag":685,"props":2010,"children":2011},{"type":687},[],{"type":26,"value":2013}," have been created without\n",{"type":21,"tag":42,"props":2015,"children":2017},{"className":2016},[],[2018],{"type":26,"value":1982},{"type":21,"tag":597,"props":2020,"children":2022},{"name":2021},"VUID-vkCmdDrawIndexed-None-08116",[2023],{"type":21,"tag":22,"props":2024,"children":2025},{},[2026,2028,2034,2035,2038,2040,2044,2046,2050,2052],{"type":26,"value":2027},"Descriptors in bound descriptor buffers, specified via\n",{"type":21,"tag":434,"props":2029,"children":2031},{"href":2030},"/man/vkCmdSetDescriptorBufferOffsetsEXT",[2032],{"type":26,"value":2033},"vkCmdSetDescriptorBufferOffsetsEXT",{"type":26,"value":1195},{"type":21,"tag":685,"props":2036,"children":2037},{"type":687},[],{"type":26,"value":2039}," be valid if they are\ndynamically used by the ",{"type":21,"tag":434,"props":2041,"children":2042},{"href":1766},[2043],{"type":26,"value":1769},{"type":26,"value":2045}," bound to the pipeline bind\npoint used by this command and the bound ",{"type":21,"tag":434,"props":2047,"children":2048},{"href":1766},[2049],{"type":26,"value":1769},{"type":26,"value":2051}," was created\nwith ",{"type":21,"tag":42,"props":2053,"children":2055},{"className":2054},[],[2056],{"type":26,"value":1982},{"type":21,"tag":597,"props":2058,"children":2060},{"name":2059},"VUID-vkCmdDrawIndexed-None-08604",[2061],{"type":21,"tag":22,"props":2062,"children":2063},{},[2064,2065,2069,2070,2073,2075,2079],{"type":26,"value":2027},{"type":21,"tag":434,"props":2066,"children":2067},{"href":2030},[2068],{"type":26,"value":2033},{"type":26,"value":1195},{"type":21,"tag":685,"props":2071,"children":2072},{"type":687},[],{"type":26,"value":2074}," be valid if they are\ndynamically used by any ",{"type":21,"tag":434,"props":2076,"children":2077},{"href":1782},[2078],{"type":26,"value":1785},{"type":26,"value":2080}," bound to a stage corresponding\nto the pipeline bind point used by this command",{"type":21,"tag":597,"props":2082,"children":2084},{"name":2083},"VUID-vkCmdDrawIndexed-None-08117",[2085],{"type":21,"tag":22,"props":2086,"children":2087},{},[2088,2089,2093,2094,2098,2100,2104,2105,2108,2110],{"type":26,"value":1991},{"type":21,"tag":434,"props":2090,"children":2091},{"href":1766},[2092],{"type":26,"value":1769},{"type":26,"value":1997},{"type":21,"tag":434,"props":2095,"children":2096},{"href":2030},[2097],{"type":26,"value":2033},{"type":26,"value":2099},",\nthe bound ",{"type":21,"tag":434,"props":2101,"children":2102},{"href":1766},[2103],{"type":26,"value":1769},{"type":26,"value":683},{"type":21,"tag":685,"props":2106,"children":2107},{"type":687},[],{"type":26,"value":2109}," have been created with\n",{"type":21,"tag":42,"props":2111,"children":2113},{"className":2112},[],[2114],{"type":26,"value":1982},{"type":21,"tag":597,"props":2116,"children":2118},{"name":2117},"VUID-vkCmdDrawIndexed-None-08119",[2119],{"type":21,"tag":22,"props":2120,"children":2121},{},[2122,2124,2128,2130,2135,2137,2140],{"type":26,"value":2123},"If a descriptor is dynamically used with a ",{"type":21,"tag":434,"props":2125,"children":2126},{"href":1766},[2127],{"type":26,"value":1769},{"type":26,"value":2129}," created with\n",{"type":21,"tag":42,"props":2131,"children":2133},{"className":2132},[],[2134],{"type":26,"value":1982},{"type":26,"value":2136},", the descriptor\nmemory ",{"type":21,"tag":685,"props":2138,"children":2139},{"type":687},[],{"type":26,"value":2141}," be resident",{"type":21,"tag":597,"props":2143,"children":2145},{"name":2144},"VUID-vkCmdDrawIndexed-None-08605",[2146],{"type":21,"tag":22,"props":2147,"children":2148},{},[2149,2150,2154,2156,2161,2163,2169,2171,2174],{"type":26,"value":2123},{"type":21,"tag":434,"props":2151,"children":2152},{"href":1782},[2153],{"type":26,"value":1785},{"type":26,"value":2155}," created\nwith a ",{"type":21,"tag":42,"props":2157,"children":2159},{"className":2158},[],[2160],{"type":26,"value":1777},{"type":26,"value":2162}," that was created with\n",{"type":21,"tag":42,"props":2164,"children":2166},{"className":2165},[],[2167],{"type":26,"value":2168},"VK_DESCRIPTOR_SET_LAYOUT_CREATE_DESCRIPTOR_BUFFER_BIT_EXT",{"type":26,"value":2170},", the\ndescriptor memory ",{"type":21,"tag":685,"props":2172,"children":2173},{"type":687},[],{"type":26,"value":2141},{"type":21,"tag":597,"props":2176,"children":2178},{"name":2177},"VUID-vkCmdDrawIndexed-None-08606",[2179],{"type":21,"tag":22,"props":2180,"children":2181},{},[2182,2183,2193,2195,2198],{"type":26,"value":1332},{"type":21,"tag":434,"props":2184,"children":2186},{"href":2185},"/man/VkPhysicalDeviceShaderObjectFeaturesEXT#features-shaderObject",[2187],{"type":21,"tag":42,"props":2188,"children":2190},{"className":2189},[],[2191],{"type":26,"value":2192},"shaderObject",{"type":26,"value":2194}," feature is not\nenabled, a\nvalid pipeline ",{"type":21,"tag":685,"props":2196,"children":2197},{"type":687},[],{"type":26,"value":2199}," be bound to the pipeline bind point used by this\ncommand",{"type":21,"tag":597,"props":2201,"children":2203},{"name":2202},"VUID-vkCmdDrawIndexed-None-08608",[2204],{"type":21,"tag":22,"props":2205,"children":2206},{},[2207,2209,2212,2214,2218],{"type":26,"value":2208},"If a pipeline is bound to the pipeline bind point used by this command,\nthere\n",{"type":21,"tag":685,"props":2210,"children":2211},{"type":687},[],{"type":26,"value":2213}," not have been any calls to dynamic state setting commands for any\nstate specified statically in the ",{"type":21,"tag":434,"props":2215,"children":2216},{"href":1766},[2217],{"type":26,"value":1769},{"type":26,"value":2219}," object bound to the\npipeline bind point used by this command, since that pipeline was bound",{"type":21,"tag":597,"props":2221,"children":2223},{"name":2222},"VUID-vkCmdDrawIndexed-None-08609",[2224],{"type":21,"tag":22,"props":2225,"children":2226},{},[2227,2228,2232,2234,2238,2240,2244,2246,2249,2251,2255,2257,2261,2263,2268,2269,2274,2275,2281,2282,2288,2289,2294],{"type":26,"value":1332},{"type":21,"tag":434,"props":2229,"children":2230},{"href":1766},[2231],{"type":26,"value":1769},{"type":26,"value":2233}," object bound to the pipeline bind point used by\nthis command\nor any ",{"type":21,"tag":434,"props":2235,"children":2236},{"href":1782},[2237],{"type":26,"value":1785},{"type":26,"value":2239}," bound to a stage corresponding to the pipeline\nbind point used by this command\naccesses a ",{"type":21,"tag":434,"props":2241,"children":2242},{"href":608},[2243],{"type":26,"value":611},{"type":26,"value":2245}," object that uses unnormalized coordinates,\nthat sampler ",{"type":21,"tag":685,"props":2247,"children":2248},{"type":687},[],{"type":26,"value":2250}," not be used to sample from any ",{"type":21,"tag":434,"props":2252,"children":2253},{"href":1488},[2254],{"type":26,"value":1491},{"type":26,"value":2256}," with a\n",{"type":21,"tag":434,"props":2258,"children":2259},{"href":670},[2260],{"type":26,"value":673},{"type":26,"value":2262}," of the type ",{"type":21,"tag":42,"props":2264,"children":2266},{"className":2265},[],[2267],{"type":26,"value":1193},{"type":26,"value":88},{"type":21,"tag":42,"props":2270,"children":2272},{"className":2271},[],[2273],{"type":26,"value":1201},{"type":26,"value":1195},{"type":21,"tag":42,"props":2276,"children":2278},{"className":2277},[],[2279],{"type":26,"value":2280},"VK_IMAGE_VIEW_TYPE_1D_ARRAY",{"type":26,"value":88},{"type":21,"tag":42,"props":2283,"children":2285},{"className":2284},[],[2286],{"type":26,"value":2287},"VK_IMAGE_VIEW_TYPE_2D_ARRAY",{"type":26,"value":540},{"type":21,"tag":42,"props":2290,"children":2292},{"className":2291},[],[2293],{"type":26,"value":1209},{"type":26,"value":2295},", in any shader stage",{"type":21,"tag":597,"props":2297,"children":2299},{"name":2298},"VUID-vkCmdDrawIndexed-None-08610",[2300],{"type":21,"tag":22,"props":2301,"children":2302},{},[2303,2304,2308,2309,2313,2314,2318,2319,2322,2324,2330,2331,2337,2339,2345,2346,2352,2353,2359],{"type":26,"value":1332},{"type":21,"tag":434,"props":2305,"children":2306},{"href":1766},[2307],{"type":26,"value":1769},{"type":26,"value":2233},{"type":21,"tag":434,"props":2310,"children":2311},{"href":1782},[2312],{"type":26,"value":1785},{"type":26,"value":2239},{"type":21,"tag":434,"props":2315,"children":2316},{"href":608},[2317],{"type":26,"value":611},{"type":26,"value":2245},{"type":21,"tag":685,"props":2320,"children":2321},{"type":687},[],{"type":26,"value":2323}," not be used with any of the SPIR-V ",{"type":21,"tag":42,"props":2325,"children":2327},{"className":2326},[],[2328],{"type":26,"value":2329},"OpImageSample*",{"type":26,"value":504},{"type":21,"tag":42,"props":2332,"children":2334},{"className":2333},[],[2335],{"type":26,"value":2336},"OpImageSparseSample*",{"type":26,"value":2338}," instructions with ",{"type":21,"tag":42,"props":2340,"children":2342},{"className":2341},[],[2343],{"type":26,"value":2344},"ImplicitLod",{"type":26,"value":1195},{"type":21,"tag":42,"props":2347,"children":2349},{"className":2348},[],[2350],{"type":26,"value":2351},"Dref",{"type":26,"value":504},{"type":21,"tag":42,"props":2354,"children":2356},{"className":2355},[],[2357],{"type":26,"value":2358},"Proj",{"type":26,"value":2360}," in their name, in any shader stage",{"type":21,"tag":597,"props":2362,"children":2364},{"name":2363},"VUID-vkCmdDrawIndexed-None-08611",[2365],{"type":21,"tag":22,"props":2366,"children":2367},{},[2368,2369,2373,2374,2378,2379,2383,2384,2387,2388,2393,2394,2399],{"type":26,"value":1332},{"type":21,"tag":434,"props":2370,"children":2371},{"href":1766},[2372],{"type":26,"value":1769},{"type":26,"value":2233},{"type":21,"tag":434,"props":2375,"children":2376},{"href":1782},[2377],{"type":26,"value":1785},{"type":26,"value":2239},{"type":21,"tag":434,"props":2380,"children":2381},{"href":608},[2382],{"type":26,"value":611},{"type":26,"value":2245},{"type":21,"tag":685,"props":2385,"children":2386},{"type":687},[],{"type":26,"value":2323},{"type":21,"tag":42,"props":2389,"children":2391},{"className":2390},[],[2392],{"type":26,"value":2329},{"type":26,"value":504},{"type":21,"tag":42,"props":2395,"children":2397},{"className":2396},[],[2398],{"type":26,"value":2336},{"type":26,"value":2400}," instructions that includes a LOD bias or any\noffset values, in any shader stage",{"type":21,"tag":597,"props":2402,"children":2404},{"name":2403},"VUID-vkCmdDrawIndexed-None-08607",[2405],{"type":21,"tag":22,"props":2406,"children":2407},{},[2408,2409,2417,2419,2422,2424,2430,2432,2435],{"type":26,"value":1332},{"type":21,"tag":434,"props":2410,"children":2411},{"href":2185},[2412],{"type":21,"tag":42,"props":2413,"children":2415},{"className":2414},[],[2416],{"type":26,"value":2192},{"type":26,"value":2418}," is enabled, either\na valid pipeline ",{"type":21,"tag":685,"props":2420,"children":2421},{"type":687},[],{"type":26,"value":2423}," be bound to the pipeline bind point used by this\ncommand, or a valid combination of valid and ",{"type":21,"tag":434,"props":2425,"children":2427},{"href":2426},"/man/VK_NULL_HANDLE",[2428],{"type":26,"value":2429},"VK_NULL_HANDLE",{"type":26,"value":2431}," shader\nobjects ",{"type":21,"tag":685,"props":2433,"children":2434},{"type":687},[],{"type":26,"value":2436}," be bound to every supported shader stage corresponding to\nthe pipeline bind point used by this command",{"type":21,"tag":597,"props":2438,"children":2440},{"name":2439},"VUID-vkCmdDrawIndexed-uniformBuffers-06935",[2441],{"type":21,"tag":22,"props":2442,"children":2443},{},[2444,2446,2450,2452,2458,2459,2465,2467,2473,2475,2485,2487,2490],{"type":26,"value":2445},"If any stage of the ",{"type":21,"tag":434,"props":2447,"children":2448},{"href":1766},[2449],{"type":26,"value":1769},{"type":26,"value":2451}," object bound to the pipeline bind\npoint used by this command accesses a uniform buffer,\nand that stage was created without enabling either\n",{"type":21,"tag":42,"props":2453,"children":2455},{"className":2454},[],[2456],{"type":26,"value":2457},"VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_EXT",{"type":26,"value":540},{"type":21,"tag":42,"props":2460,"children":2462},{"className":2461},[],[2463],{"type":26,"value":2464},"VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT",{"type":26,"value":2466},"\nfor ",{"type":21,"tag":42,"props":2468,"children":2470},{"className":2469},[],[2471],{"type":26,"value":2472},"uniformBuffers",{"type":26,"value":2474},",\nand the ",{"type":21,"tag":434,"props":2476,"children":2478},{"href":2477},"/man/VkPhysicalDeviceFeatures#features-robustBufferAccess",[2479],{"type":21,"tag":42,"props":2480,"children":2482},{"className":2481},[],[2483],{"type":26,"value":2484},"robustBufferAccess",{"type":26,"value":2486},"\nfeature is not enabled, that stage ",{"type":21,"tag":685,"props":2488,"children":2489},{"type":687},[],{"type":26,"value":2491}," not access values outside of\nthe range of the buffer as specified in the descriptor set bound to the\nsame pipeline bind point",{"type":21,"tag":597,"props":2493,"children":2495},{"name":2494},"VUID-vkCmdDrawIndexed-None-08612",[2496],{"type":21,"tag":22,"props":2497,"children":2498},{},[2499,2500,2508,2510,2514,2516,2519],{"type":26,"value":1332},{"type":21,"tag":434,"props":2501,"children":2502},{"href":2477},[2503],{"type":21,"tag":42,"props":2504,"children":2506},{"className":2505},[],[2507],{"type":26,"value":2484},{"type":26,"value":2509}," feature\nis not enabled, and any ",{"type":21,"tag":434,"props":2511,"children":2512},{"href":1782},[2513],{"type":26,"value":1785},{"type":26,"value":2515}," bound to a stage corresponding\nto the pipeline bind point used by this command accesses a uniform\nbuffer, it ",{"type":21,"tag":685,"props":2517,"children":2518},{"type":687},[],{"type":26,"value":2520}," not access values outside of the range of the buffer as\nspecified in the descriptor set bound to the same pipeline bind point",{"type":21,"tag":597,"props":2522,"children":2524},{"name":2523},"VUID-vkCmdDrawIndexed-storageBuffers-06936",[2525],{"type":21,"tag":22,"props":2526,"children":2527},{},[2528,2529,2533,2535,2540,2541,2546,2547,2553,2554,2562,2563,2566],{"type":26,"value":2445},{"type":21,"tag":434,"props":2530,"children":2531},{"href":1766},[2532],{"type":26,"value":1769},{"type":26,"value":2534}," object bound to the pipeline bind\npoint used by this command accesses a storage buffer,\nand that stage was created without enabling either\n",{"type":21,"tag":42,"props":2536,"children":2538},{"className":2537},[],[2539],{"type":26,"value":2457},{"type":26,"value":540},{"type":21,"tag":42,"props":2542,"children":2544},{"className":2543},[],[2545],{"type":26,"value":2464},{"type":26,"value":2466},{"type":21,"tag":42,"props":2548,"children":2550},{"className":2549},[],[2551],{"type":26,"value":2552},"storageBuffers",{"type":26,"value":2474},{"type":21,"tag":434,"props":2555,"children":2556},{"href":2477},[2557],{"type":21,"tag":42,"props":2558,"children":2560},{"className":2559},[],[2561],{"type":26,"value":2484},{"type":26,"value":2486},{"type":21,"tag":685,"props":2564,"children":2565},{"type":687},[],{"type":26,"value":2491},{"type":21,"tag":597,"props":2568,"children":2570},{"name":2569},"VUID-vkCmdDrawIndexed-None-08613",[2571],{"type":21,"tag":22,"props":2572,"children":2573},{},[2574,2575,2583,2584,2588,2590,2593],{"type":26,"value":1332},{"type":21,"tag":434,"props":2576,"children":2577},{"href":2477},[2578],{"type":21,"tag":42,"props":2579,"children":2581},{"className":2580},[],[2582],{"type":26,"value":2484},{"type":26,"value":2509},{"type":21,"tag":434,"props":2585,"children":2586},{"href":1782},[2587],{"type":26,"value":1785},{"type":26,"value":2589}," bound to a stage corresponding\nto the pipeline bind point used by this command accesses a storage\nbuffer, it ",{"type":21,"tag":685,"props":2591,"children":2592},{"type":687},[],{"type":26,"value":2520},{"type":21,"tag":597,"props":2595,"children":2597},{"name":2596},"VUID-vkCmdDrawIndexed-None-06550",[2598],{"type":21,"tag":22,"props":2599,"children":2600},{},[2601,2603,2607,2609,2613,2614,2618,2620,2640,2642,2645,2647,2652,2653,2658],{"type":26,"value":2602},"If ",{"type":21,"tag":434,"props":2604,"children":2605},{"href":1727},[2606],{"type":26,"value":1890},{"type":26,"value":2608}," accesses a ",{"type":21,"tag":434,"props":2610,"children":2611},{"href":608},[2612],{"type":26,"value":611},{"type":26,"value":540},{"type":21,"tag":434,"props":2615,"children":2616},{"href":670},[2617],{"type":26,"value":673},{"type":26,"value":2619}," object that enables\n",{"type":21,"tag":434,"props":2621,"children":2623},{"href":2622},"/chapters/samplers#samplers-YCbCr-conversion",[2624,2626,2632,2633,2638],{"type":26,"value":2625},"sampler Y′C",{"type":21,"tag":2627,"props":2628,"children":2629},"sub",{},[2630],{"type":26,"value":2631},"B",{"type":26,"value":36},{"type":21,"tag":2627,"props":2634,"children":2635},{},[2636],{"type":26,"value":2637},"R",{"type":26,"value":2639}," conversion",{"type":26,"value":2641},", that object\n",{"type":21,"tag":685,"props":2643,"children":2644},{"type":687},[],{"type":26,"value":2646}," only be used with ",{"type":21,"tag":42,"props":2648,"children":2650},{"className":2649},[],[2651],{"type":26,"value":2329},{"type":26,"value":621},{"type":21,"tag":42,"props":2654,"children":2656},{"className":2655},[],[2657],{"type":26,"value":2336},{"type":26,"value":2659},"\ninstructions",{"type":21,"tag":597,"props":2661,"children":2663},{"name":2662},"VUID-vkCmdDrawIndexed-ConstOffset-06551",[2664],{"type":21,"tag":22,"props":2665,"children":2666},{},[2667,2668,2672,2673,2677,2678,2682,2683,2697,2698,2701,2703,2709,2710,2716],{"type":26,"value":2602},{"type":21,"tag":434,"props":2669,"children":2670},{"href":1727},[2671],{"type":26,"value":1890},{"type":26,"value":2608},{"type":21,"tag":434,"props":2674,"children":2675},{"href":608},[2676],{"type":26,"value":611},{"type":26,"value":540},{"type":21,"tag":434,"props":2679,"children":2680},{"href":670},[2681],{"type":26,"value":673},{"type":26,"value":2619},{"type":21,"tag":434,"props":2684,"children":2685},{"href":2622},[2686,2687,2691,2692,2696],{"type":26,"value":2625},{"type":21,"tag":2627,"props":2688,"children":2689},{},[2690],{"type":26,"value":2631},{"type":26,"value":36},{"type":21,"tag":2627,"props":2693,"children":2694},{},[2695],{"type":26,"value":2637},{"type":26,"value":2639},{"type":26,"value":2641},{"type":21,"tag":685,"props":2699,"children":2700},{"type":687},[],{"type":26,"value":2702}," not use the ",{"type":21,"tag":42,"props":2704,"children":2706},{"className":2705},[],[2707],{"type":26,"value":2708},"ConstOffset",{"type":26,"value":728},{"type":21,"tag":42,"props":2711,"children":2713},{"className":2712},[],[2714],{"type":26,"value":2715},"Offset",{"type":26,"value":2717}," operands",{"type":21,"tag":597,"props":2719,"children":2721},{"name":2720},"VUID-vkCmdDrawIndexed-viewType-07752",[2722],{"type":21,"tag":22,"props":2723,"children":2724},{},[2725,2726,2730,2732,2737,2738,2741,2743,2749,2751,2756,2758],{"type":26,"value":605},{"type":21,"tag":434,"props":2727,"children":2728},{"href":670},[2729],{"type":26,"value":673},{"type":26,"value":2731}," is accessed as a result of this command, then the\nimage view’s ",{"type":21,"tag":42,"props":2733,"children":2735},{"className":2734},[],[2736],{"type":26,"value":990},{"type":26,"value":683},{"type":21,"tag":685,"props":2739,"children":2740},{"type":687},[],{"type":26,"value":2742}," match the ",{"type":21,"tag":42,"props":2744,"children":2746},{"className":2745},[],[2747],{"type":26,"value":2748},"Dim",{"type":26,"value":2750}," operand of the\n",{"type":21,"tag":42,"props":2752,"children":2754},{"className":2753},[],[2755],{"type":26,"value":1555},{"type":26,"value":2757}," as described in ",{"type":21,"tag":434,"props":2759,"children":2761},{"href":2760},"/chapters/spirvenv#spirvenv-image-dimensions",[2762],{"type":26,"value":2763},"Compatibility Between SPIR-V Image Dimensions and Vulkan ImageView Types",{"type":21,"tag":597,"props":2765,"children":2767},{"name":2766},"VUID-vkCmdDrawIndexed-format-07753",[2768],{"type":21,"tag":22,"props":2769,"children":2770},{},[2771,2772,2776,2778,2784,2786,2792,2794,2800,2801,2807,2809,2814,2815,2818],{"type":26,"value":605},{"type":21,"tag":434,"props":2773,"children":2774},{"href":670},[2775],{"type":26,"value":673},{"type":26,"value":2777}," is accessed as a result of this command, then the\n",{"type":21,"tag":434,"props":2779,"children":2781},{"href":2780},"/chapters/formats#formats-numericformat",[2782],{"type":26,"value":2783},"numeric type",{"type":26,"value":2785}," of the image view’s ",{"type":21,"tag":42,"props":2787,"children":2789},{"className":2788},[],[2790],{"type":26,"value":2791},"format",{"type":26,"value":2793},"\nand the ",{"type":21,"tag":42,"props":2795,"children":2797},{"className":2796},[],[2798],{"type":26,"value":2799},"Sampled",{"type":26,"value":683},{"type":21,"tag":42,"props":2802,"children":2804},{"className":2803},[],[2805],{"type":26,"value":2806},"Type",{"type":26,"value":2808}," operand of the ",{"type":21,"tag":42,"props":2810,"children":2812},{"className":2811},[],[2813],{"type":26,"value":1555},{"type":26,"value":683},{"type":21,"tag":685,"props":2816,"children":2817},{"type":687},[],{"type":26,"value":2819},"\nmatch",{"type":21,"tag":597,"props":2821,"children":2823},{"name":2822},"VUID-vkCmdDrawIndexed-OpImageWrite-08795",[2824],{"type":21,"tag":22,"props":2825,"children":2826},{},[2827,2828,2832,2834,2840,2842,2848,2850,2855,2857,2863,2865,2868],{"type":26,"value":605},{"type":21,"tag":434,"props":2829,"children":2830},{"href":670},[2831],{"type":26,"value":673},{"type":26,"value":2833},"\ncreated with a format other than ",{"type":21,"tag":42,"props":2835,"children":2837},{"className":2836},[],[2838],{"type":26,"value":2839},"VK_FORMAT_A8_UNORM_KHR",{"type":26,"value":2841},"\nis accessed using ",{"type":21,"tag":42,"props":2843,"children":2845},{"className":2844},[],[2846],{"type":26,"value":2847},"OpImageWrite",{"type":26,"value":2849}," as a result of this command, then\nthe ",{"type":21,"tag":42,"props":2851,"children":2853},{"className":2852},[],[2854],{"type":26,"value":2806},{"type":26,"value":2856}," of the ",{"type":21,"tag":42,"props":2858,"children":2860},{"className":2859},[],[2861],{"type":26,"value":2862},"Texel",{"type":26,"value":2864}," operand of that instruction ",{"type":21,"tag":685,"props":2866,"children":2867},{"type":687},[],{"type":26,"value":2869}," have\nat least as many components as the image view’s format",{"type":21,"tag":597,"props":2871,"children":2873},{"name":2872},"VUID-vkCmdDrawIndexed-OpImageWrite-08796",[2874],{"type":21,"tag":22,"props":2875,"children":2876},{},[2877,2878,2882,2884,2889,2891,2896,2898,2903,2904,2909,2911,2914],{"type":26,"value":605},{"type":21,"tag":434,"props":2879,"children":2880},{"href":670},[2881],{"type":26,"value":673},{"type":26,"value":2883}," created with the format\n",{"type":21,"tag":42,"props":2885,"children":2887},{"className":2886},[],[2888],{"type":26,"value":2839},{"type":26,"value":2890}," is accessed using ",{"type":21,"tag":42,"props":2892,"children":2894},{"className":2893},[],[2895],{"type":26,"value":2847},{"type":26,"value":2897}," as a\nresult of this command, then the ",{"type":21,"tag":42,"props":2899,"children":2901},{"className":2900},[],[2902],{"type":26,"value":2806},{"type":26,"value":2856},{"type":21,"tag":42,"props":2905,"children":2907},{"className":2906},[],[2908],{"type":26,"value":2862},{"type":26,"value":2910}," operand of\nthat instruction ",{"type":21,"tag":685,"props":2912,"children":2913},{"type":687},[],{"type":26,"value":2915}," have four components",{"type":21,"tag":597,"props":2917,"children":2919},{"name":2918},"VUID-vkCmdDrawIndexed-OpImageWrite-04469",[2920],{"type":21,"tag":22,"props":2921,"children":2922},{},[2923,2924,2928,2929,2934,2936,2941,2942,2947,2949,2952],{"type":26,"value":605},{"type":21,"tag":434,"props":2925,"children":2926},{"href":1632},[2927],{"type":26,"value":1635},{"type":26,"value":2890},{"type":21,"tag":42,"props":2930,"children":2932},{"className":2931},[],[2933],{"type":26,"value":2847},{"type":26,"value":2935}," as a result\nof this command, then the ",{"type":21,"tag":42,"props":2937,"children":2939},{"className":2938},[],[2940],{"type":26,"value":2806},{"type":26,"value":2856},{"type":21,"tag":42,"props":2943,"children":2945},{"className":2944},[],[2946],{"type":26,"value":2862},{"type":26,"value":2948}," operand of that\ninstruction ",{"type":21,"tag":685,"props":2950,"children":2951},{"type":687},[],{"type":26,"value":2953}," have at least as many components as the buffer view’s\nformat",{"type":21,"tag":597,"props":2955,"children":2957},{"name":2956},"VUID-vkCmdDrawIndexed-SampledType-04470",[2958],{"type":21,"tag":22,"props":2959,"children":2960},{},[2961,2962,2966,2968,2974,2976,2982,2984,2989,2990,2993,2994,3000],{"type":26,"value":605},{"type":21,"tag":434,"props":2963,"children":2964},{"href":670},[2965],{"type":26,"value":673},{"type":26,"value":2967}," with a ",{"type":21,"tag":434,"props":2969,"children":2971},{"href":2970},"/man/VkFormat",[2972],{"type":26,"value":2973},"VkFormat",{"type":26,"value":2975}," that has a 64-bit component\nwidth is accessed as a result of this command, the ",{"type":21,"tag":42,"props":2977,"children":2979},{"className":2978},[],[2980],{"type":26,"value":2981},"SampledType",{"type":26,"value":2983}," of\nthe ",{"type":21,"tag":42,"props":2985,"children":2987},{"className":2986},[],[2988],{"type":26,"value":1555},{"type":26,"value":2864},{"type":21,"tag":685,"props":2991,"children":2992},{"type":687},[],{"type":26,"value":1236},{"type":21,"tag":42,"props":2995,"children":2997},{"className":2996},[],[2998],{"type":26,"value":2999},"Width",{"type":26,"value":3001},"\nof 64",{"type":21,"tag":597,"props":3003,"children":3005},{"name":3004},"VUID-vkCmdDrawIndexed-SampledType-04471",[3006],{"type":21,"tag":22,"props":3007,"children":3008},{},[3009,3010,3014,3015,3019,3021,3026,3027,3032,3034,3037,3038,3043],{"type":26,"value":605},{"type":21,"tag":434,"props":3011,"children":3012},{"href":670},[3013],{"type":26,"value":673},{"type":26,"value":2967},{"type":21,"tag":434,"props":3016,"children":3017},{"href":2970},[3018],{"type":26,"value":2973},{"type":26,"value":3020}," that has a component width\nless than 64-bit is accessed as a result of this command, the\n",{"type":21,"tag":42,"props":3022,"children":3024},{"className":3023},[],[3025],{"type":26,"value":2981},{"type":26,"value":2856},{"type":21,"tag":42,"props":3028,"children":3030},{"className":3029},[],[3031],{"type":26,"value":1555},{"type":26,"value":3033}," operand of that instruction\n",{"type":21,"tag":685,"props":3035,"children":3036},{"type":687},[],{"type":26,"value":1236},{"type":21,"tag":42,"props":3039,"children":3041},{"className":3040},[],[3042],{"type":26,"value":2999},{"type":26,"value":3044}," of 32",{"type":21,"tag":597,"props":3046,"children":3048},{"name":3047},"VUID-vkCmdDrawIndexed-SampledType-04472",[3049],{"type":21,"tag":22,"props":3050,"children":3051},{},[3052,3053,3057,3058,3062,3064,3069,3070,3075,3076,3079,3080,3085],{"type":26,"value":605},{"type":21,"tag":434,"props":3054,"children":3055},{"href":1632},[3056],{"type":26,"value":1635},{"type":26,"value":2967},{"type":21,"tag":434,"props":3059,"children":3060},{"href":2970},[3061],{"type":26,"value":2973},{"type":26,"value":3063}," that has a 64-bit\ncomponent width is accessed as a result of this command, the\n",{"type":21,"tag":42,"props":3065,"children":3067},{"className":3066},[],[3068],{"type":26,"value":2981},{"type":26,"value":2856},{"type":21,"tag":42,"props":3071,"children":3073},{"className":3072},[],[3074],{"type":26,"value":1555},{"type":26,"value":3033},{"type":21,"tag":685,"props":3077,"children":3078},{"type":687},[],{"type":26,"value":1236},{"type":21,"tag":42,"props":3081,"children":3083},{"className":3082},[],[3084],{"type":26,"value":2999},{"type":26,"value":3086}," of 64",{"type":21,"tag":597,"props":3088,"children":3090},{"name":3089},"VUID-vkCmdDrawIndexed-SampledType-04473",[3091],{"type":21,"tag":22,"props":3092,"children":3093},{},[3094,3095,3099,3100,3104,3105,3110,3111,3116,3117,3120,3121,3126],{"type":26,"value":605},{"type":21,"tag":434,"props":3096,"children":3097},{"href":1632},[3098],{"type":26,"value":1635},{"type":26,"value":2967},{"type":21,"tag":434,"props":3101,"children":3102},{"href":2970},[3103],{"type":26,"value":2973},{"type":26,"value":3020},{"type":21,"tag":42,"props":3106,"children":3108},{"className":3107},[],[3109],{"type":26,"value":2981},{"type":26,"value":2856},{"type":21,"tag":42,"props":3112,"children":3114},{"className":3113},[],[3115],{"type":26,"value":1555},{"type":26,"value":3033},{"type":21,"tag":685,"props":3118,"children":3119},{"type":687},[],{"type":26,"value":1236},{"type":21,"tag":42,"props":3122,"children":3124},{"className":3123},[],[3125],{"type":26,"value":2999},{"type":26,"value":3044},{"type":21,"tag":597,"props":3128,"children":3130},{"name":3129},"VUID-vkCmdDrawIndexed-sparseImageInt64Atomics-04474",[3131],{"type":21,"tag":22,"props":3132,"children":3133},{},[3134,3135,3145,3147,3151,3153,3159,3161,3164,3166,3171,3173,3178,3179,3184],{"type":26,"value":1332},{"type":21,"tag":434,"props":3136,"children":3138},{"href":3137},"/man/VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT#features-sparseImageInt64Atomics",[3139],{"type":21,"tag":42,"props":3140,"children":3142},{"className":3141},[],[3143],{"type":26,"value":3144},"sparseImageInt64Atomics",{"type":26,"value":3146}," feature is not enabled, ",{"type":21,"tag":434,"props":3148,"children":3149},{"href":1488},[3150],{"type":26,"value":1491},{"type":26,"value":3152},"\nobjects created with the ",{"type":21,"tag":42,"props":3154,"children":3156},{"className":3155},[],[3157],{"type":26,"value":3158},"VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT",{"type":26,"value":3160}," flag\n",{"type":21,"tag":685,"props":3162,"children":3163},{"type":687},[],{"type":26,"value":3165}," not be accessed by atomic instructions through an ",{"type":21,"tag":42,"props":3167,"children":3169},{"className":3168},[],[3170],{"type":26,"value":1555},{"type":26,"value":3172},"\nwith a ",{"type":21,"tag":42,"props":3174,"children":3176},{"className":3175},[],[3177],{"type":26,"value":2981},{"type":26,"value":2967},{"type":21,"tag":42,"props":3180,"children":3182},{"className":3181},[],[3183],{"type":26,"value":2999},{"type":26,"value":3185}," of 64 by this command",{"type":21,"tag":597,"props":3187,"children":3189},{"name":3188},"VUID-vkCmdDrawIndexed-sparseImageInt64Atomics-04475",[3190],{"type":21,"tag":22,"props":3191,"children":3192},{},[3193,3194,3202,3203,3209,3210,3216,3218,3221,3223,3228,3229,3234,3235,3240],{"type":26,"value":1332},{"type":21,"tag":434,"props":3195,"children":3196},{"href":3137},[3197],{"type":21,"tag":42,"props":3198,"children":3200},{"className":3199},[],[3201],{"type":26,"value":3144},{"type":26,"value":3146},{"type":21,"tag":434,"props":3204,"children":3206},{"href":3205},"/man/VkBuffer",[3207],{"type":26,"value":3208},"VkBuffer",{"type":26,"value":3152},{"type":21,"tag":42,"props":3211,"children":3213},{"className":3212},[],[3214],{"type":26,"value":3215},"VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT",{"type":26,"value":3217},"\nflag ",{"type":21,"tag":685,"props":3219,"children":3220},{"type":687},[],{"type":26,"value":3222}," not be accessed by atomic instructions through an\n",{"type":21,"tag":42,"props":3224,"children":3226},{"className":3225},[],[3227],{"type":26,"value":1555},{"type":26,"value":2967},{"type":21,"tag":42,"props":3230,"children":3232},{"className":3231},[],[3233],{"type":26,"value":2981},{"type":26,"value":2967},{"type":21,"tag":42,"props":3236,"children":3238},{"className":3237},[],[3239],{"type":26,"value":2999},{"type":26,"value":3241}," of 64 by this\ncommand",{"type":21,"tag":597,"props":3243,"children":3245},{"name":3244},"VUID-vkCmdDrawIndexed-OpImageWeightedSampleQCOM-06971",[3246],{"type":21,"tag":22,"props":3247,"children":3248},{},[3249,3250,3256,3257,3261,3263,3267,3268,3271,3272],{"type":26,"value":2602},{"type":21,"tag":42,"props":3251,"children":3253},{"className":3252},[],[3254],{"type":26,"value":3255},"OpImageWeightedSampleQCOM",{"type":26,"value":930},{"type":21,"tag":434,"props":3258,"children":3259},{"href":670},[3260],{"type":26,"value":673},{"type":26,"value":3262},"\nas a result of this command, then the image view’s\n",{"type":21,"tag":434,"props":3264,"children":3265},{"href":678},[3266],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3269,"children":3270},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3273,"children":3275},{"className":3274},[],[3276],{"type":26,"value":3277},"VK_FORMAT_FEATURE_2_WEIGHT_SAMPLED_IMAGE_BIT_QCOM",{"type":21,"tag":597,"props":3279,"children":3281},{"name":3280},"VUID-vkCmdDrawIndexed-OpImageWeightedSampleQCOM-06972",[3282],{"type":21,"tag":22,"props":3283,"children":3284},{},[3285,3286,3291,3293,3297,3299,3303,3304,3307,3308],{"type":26,"value":2602},{"type":21,"tag":42,"props":3287,"children":3289},{"className":3288},[],[3290],{"type":26,"value":3255},{"type":26,"value":3292}," uses a ",{"type":21,"tag":434,"props":3294,"children":3295},{"href":670},[3296],{"type":26,"value":673},{"type":26,"value":3298}," as a sample\nweight image as a result of this command, then the image view’s\n",{"type":21,"tag":434,"props":3300,"children":3301},{"href":678},[3302],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3305,"children":3306},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3309,"children":3311},{"className":3310},[],[3312],{"type":26,"value":3313},"VK_FORMAT_FEATURE_2_WEIGHT_IMAGE_BIT_QCOM",{"type":21,"tag":597,"props":3315,"children":3317},{"name":3316},"VUID-vkCmdDrawIndexed-OpImageBoxFilterQCOM-06973",[3318],{"type":21,"tag":22,"props":3319,"children":3320},{},[3321,3322,3328,3329,3333,3334,3338,3339,3342,3343],{"type":26,"value":2602},{"type":21,"tag":42,"props":3323,"children":3325},{"className":3324},[],[3326],{"type":26,"value":3327},"OpImageBoxFilterQCOM",{"type":26,"value":930},{"type":21,"tag":434,"props":3330,"children":3331},{"href":670},[3332],{"type":26,"value":673},{"type":26,"value":1130},{"type":21,"tag":434,"props":3335,"children":3336},{"href":678},[3337],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3340,"children":3341},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3344,"children":3346},{"className":3345},[],[3347],{"type":26,"value":3348},"VK_FORMAT_FEATURE_2_BOX_FILTER_SAMPLED_BIT_QCOM",{"type":21,"tag":597,"props":3350,"children":3352},{"name":3351},"VUID-vkCmdDrawIndexed-OpImageBlockMatchSSDQCOM-06974",[3353],{"type":21,"tag":22,"props":3354,"children":3355},{},[3356,3357,3363,3365,3369,3370,3374,3375,3378,3379],{"type":26,"value":2602},{"type":21,"tag":42,"props":3358,"children":3360},{"className":3359},[],[3361],{"type":26,"value":3362},"OpImageBlockMatchSSDQCOM",{"type":26,"value":3364}," is used to read from an\n",{"type":21,"tag":434,"props":3366,"children":3367},{"href":670},[3368],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":3371,"children":3372},{"href":678},[3373],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3376,"children":3377},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3380,"children":3382},{"className":3381},[],[3383],{"type":26,"value":3384},"VK_FORMAT_FEATURE_2_BLOCK_MATCHING_BIT_QCOM",{"type":21,"tag":597,"props":3386,"children":3388},{"name":3387},"VUID-vkCmdDrawIndexed-OpImageBlockMatchSADQCOM-06975",[3389],{"type":21,"tag":22,"props":3390,"children":3391},{},[3392,3393,3399,3400,3404,3405,3409,3410,3413,3414],{"type":26,"value":2602},{"type":21,"tag":42,"props":3394,"children":3396},{"className":3395},[],[3397],{"type":26,"value":3398},"OpImageBlockMatchSADQCOM",{"type":26,"value":3364},{"type":21,"tag":434,"props":3401,"children":3402},{"href":670},[3403],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":3406,"children":3407},{"href":678},[3408],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3411,"children":3412},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3415,"children":3417},{"className":3416},[],[3418],{"type":26,"value":3384},{"type":21,"tag":597,"props":3420,"children":3422},{"name":3421},"VUID-vkCmdDrawIndexed-OpImageBlockMatchSADQCOM-06976",[3423],{"type":21,"tag":22,"props":3424,"children":3425},{},[3426,3427,3432,3434,3437,3439],{"type":26,"value":2602},{"type":21,"tag":42,"props":3428,"children":3430},{"className":3429},[],[3431],{"type":26,"value":3398},{"type":26,"value":3433}," or OpImageBlockMatchSSDQCOM is used to\nread from a reference image as result of this command, then the\nspecified reference coordinates ",{"type":21,"tag":685,"props":3435,"children":3436},{"type":687},[],{"type":26,"value":3438}," not fail\n",{"type":21,"tag":434,"props":3440,"children":3442},{"href":3441},"/chapters/textures#textures-integer-coordinate-validation",[3443],{"type":26,"value":3444},"integer texel coordinate\nvalidation",{"type":21,"tag":597,"props":3446,"children":3448},{"name":3447},"VUID-vkCmdDrawIndexed-OpImageWeightedSampleQCOM-06977",[3449],{"type":21,"tag":22,"props":3450,"children":3451},{},[3452,3453,3458,3459,3464,3465,3471,3472,3478,3479,3485,3486,3492,3493,3498,3500,3505,3507,3511,3513,3516,3518],{"type":26,"value":2602},{"type":21,"tag":42,"props":3454,"children":3456},{"className":3455},[],[3457],{"type":26,"value":3255},{"type":26,"value":1195},{"type":21,"tag":42,"props":3460,"children":3462},{"className":3461},[],[3463],{"type":26,"value":3327},{"type":26,"value":88},{"type":21,"tag":42,"props":3466,"children":3468},{"className":3467},[],[3469],{"type":26,"value":3470},"OpImageBlockMatchWindowSSDQCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3473,"children":3475},{"className":3474},[],[3476],{"type":26,"value":3477},"OpImageBlockMatchWindowSADQCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3480,"children":3482},{"className":3481},[],[3483],{"type":26,"value":3484},"OpImageBlockMatchGatherSSDQCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3487,"children":3489},{"className":3488},[],[3490],{"type":26,"value":3491},"OpImageBlockMatchGatherSADQCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3494,"children":3496},{"className":3495},[],[3497],{"type":26,"value":3362},{"type":26,"value":3499},", or ",{"type":21,"tag":42,"props":3501,"children":3503},{"className":3502},[],[3504],{"type":26,"value":3398},{"type":26,"value":3506}," uses a\n",{"type":21,"tag":434,"props":3508,"children":3509},{"href":608},[3510],{"type":26,"value":611},{"type":26,"value":3512}," as a result of this command, then the sampler ",{"type":21,"tag":685,"props":3514,"children":3515},{"type":687},[],{"type":26,"value":3517}," have\nbeen created with ",{"type":21,"tag":42,"props":3519,"children":3521},{"className":3520},[],[3522],{"type":26,"value":3523},"VK_SAMPLER_CREATE_IMAGE_PROCESSING_BIT_QCOM",{"type":21,"tag":597,"props":3525,"children":3527},{"name":3526},"VUID-vkCmdDrawIndexed-OpImageWeightedSampleQCOM-06978",[3528],{"type":21,"tag":22,"props":3529,"children":3530},{},[3531,3533,3538,3539,3544,3545,3550,3551,3556,3557,3562,3563,3568,3569,3574,3575,3580,3581,3585,3586,3589,3591],{"type":26,"value":3532},"If any command other than ",{"type":21,"tag":42,"props":3534,"children":3536},{"className":3535},[],[3537],{"type":26,"value":3255},{"type":26,"value":88},{"type":21,"tag":42,"props":3540,"children":3542},{"className":3541},[],[3543],{"type":26,"value":3327},{"type":26,"value":88},{"type":21,"tag":42,"props":3546,"children":3548},{"className":3547},[],[3549],{"type":26,"value":3470},{"type":26,"value":88},{"type":21,"tag":42,"props":3552,"children":3554},{"className":3553},[],[3555],{"type":26,"value":3477},{"type":26,"value":88},{"type":21,"tag":42,"props":3558,"children":3560},{"className":3559},[],[3561],{"type":26,"value":3484},{"type":26,"value":88},{"type":21,"tag":42,"props":3564,"children":3566},{"className":3565},[],[3567],{"type":26,"value":3491},{"type":26,"value":88},{"type":21,"tag":42,"props":3570,"children":3572},{"className":3571},[],[3573],{"type":26,"value":3362},{"type":26,"value":3499},{"type":21,"tag":42,"props":3576,"children":3578},{"className":3577},[],[3579],{"type":26,"value":3398},{"type":26,"value":3506},{"type":21,"tag":434,"props":3582,"children":3583},{"href":608},[3584],{"type":26,"value":611},{"type":26,"value":3512},{"type":21,"tag":685,"props":3587,"children":3588},{"type":687},[],{"type":26,"value":3590}," not\nhave been created with ",{"type":21,"tag":42,"props":3592,"children":3594},{"className":3593},[],[3595],{"type":26,"value":3523},{"type":21,"tag":597,"props":3597,"children":3599},{"name":3598},"VUID-vkCmdDrawIndexed-OpImageBlockMatchWindow-09215",[3600],{"type":21,"tag":22,"props":3601,"children":3602},{},[3603,3604,3610,3611,3617,3619,3623,3624,3628,3629,3632,3633],{"type":26,"value":605},{"type":21,"tag":42,"props":3605,"children":3607},{"className":3606},[],[3608],{"type":26,"value":3609},"OpImageBlockMatchWindow*QCOM",{"type":26,"value":540},{"type":21,"tag":42,"props":3612,"children":3614},{"className":3613},[],[3615],{"type":26,"value":3616},"OpImageBlockMatchGather*QCOM",{"type":26,"value":3618}," instruction is used to read from an\n",{"type":21,"tag":434,"props":3620,"children":3621},{"href":670},[3622],{"type":26,"value":673},{"type":26,"value":675},{"type":21,"tag":434,"props":3625,"children":3626},{"href":678},[3627],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":3630,"children":3631},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":3634,"children":3636},{"className":3635},[],[3637],{"type":26,"value":3384},{"type":21,"tag":597,"props":3639,"children":3641},{"name":3640},"VUID-vkCmdDrawIndexed-OpImageBlockMatchWindow-09216",[3642],{"type":21,"tag":22,"props":3643,"children":3644},{},[3645,3646,3651,3652,3657,3658,3662,3664,3667],{"type":26,"value":605},{"type":21,"tag":42,"props":3647,"children":3649},{"className":3648},[],[3650],{"type":26,"value":3609},{"type":26,"value":540},{"type":21,"tag":42,"props":3653,"children":3655},{"className":3654},[],[3656],{"type":26,"value":3616},{"type":26,"value":3618},{"type":21,"tag":434,"props":3659,"children":3660},{"href":670},[3661],{"type":26,"value":673},{"type":26,"value":3663}," as a result of this command, then the image view’s\nformat ",{"type":21,"tag":685,"props":3665,"children":3666},{"type":687},[],{"type":26,"value":3668}," be a single-component format",{"type":21,"tag":597,"props":3670,"children":3672},{"name":3671},"VUID-vkCmdDrawIndexed-OpImageBlockMatchWindow-09217",[3673],{"type":21,"tag":22,"props":3674,"children":3675},{},[3676,3677,3682,3683,3688,3690,3693,3694],{"type":26,"value":605},{"type":21,"tag":42,"props":3678,"children":3680},{"className":3679},[],[3681],{"type":26,"value":3609},{"type":26,"value":540},{"type":21,"tag":42,"props":3684,"children":3686},{"className":3685},[],[3687],{"type":26,"value":3616},{"type":26,"value":3689}," read from a reference image as result\nof this command, then the specified reference coordinates ",{"type":21,"tag":685,"props":3691,"children":3692},{"type":687},[],{"type":26,"value":3438},{"type":21,"tag":434,"props":3695,"children":3696},{"href":3441},[3697],{"type":26,"value":3444},{"type":21,"tag":597,"props":3699,"children":3701},{"name":3700},"VUID-vkCmdDrawIndexed-None-07288",[3702],{"type":21,"tag":22,"props":3703,"children":3704},{},[3705,3707,3710],{"type":26,"value":3706},"Any shader invocation executed by this command ",{"type":21,"tag":685,"props":3708,"children":3709},{"type":687},[],{"type":21,"tag":434,"props":3711,"children":3713},{"href":3712},"/chapters/shaders#shaders-termination",[3714],{"type":26,"value":3715},"terminate",{"type":21,"tag":597,"props":3717,"children":3719},{"name":3718},"VUID-vkCmdDrawIndexed-None-09600",[3720],{"type":21,"tag":22,"props":3721,"children":3722},{},[3723,3725,3731,3732,3738,3739,3745,3746,3752,3753,3759,3761,3764],{"type":26,"value":3724},"If a descriptor with type equal to any of\n",{"type":21,"tag":42,"props":3726,"children":3728},{"className":3727},[],[3729],{"type":26,"value":3730},"VK_DESCRIPTOR_TYPE_SAMPLE_WEIGHT_IMAGE_QCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3733,"children":3735},{"className":3734},[],[3736],{"type":26,"value":3737},"VK_DESCRIPTOR_TYPE_BLOCK_MATCH_IMAGE_QCOM",{"type":26,"value":88},{"type":21,"tag":42,"props":3740,"children":3742},{"className":3741},[],[3743],{"type":26,"value":3744},"VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE",{"type":26,"value":88},{"type":21,"tag":42,"props":3747,"children":3749},{"className":3748},[],[3750],{"type":26,"value":3751},"VK_DESCRIPTOR_TYPE_STORAGE_IMAGE",{"type":26,"value":1203},{"type":21,"tag":42,"props":3754,"children":3756},{"className":3755},[],[3757],{"type":26,"value":3758},"VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT",{"type":26,"value":3760}," is accessed as a result of\nthis command, the image subresource identified by that descriptor ",{"type":21,"tag":685,"props":3762,"children":3763},{"type":687},[],{"type":26,"value":3765},"\nbe in the image layout identified when the descriptor was written",{"type":21,"tag":597,"props":3767,"children":3769},{"name":3768},"VUID-vkCmdDrawIndexed-renderPass-02684",[3770],{"type":21,"tag":22,"props":3771,"children":3772},{},[3773,3775,3778,3780,3786,3788,3794,3796,3802,3804,3809,3811],{"type":26,"value":3774},"The current render pass ",{"type":21,"tag":685,"props":3776,"children":3777},{"type":687},[],{"type":26,"value":3779}," be ",{"type":21,"tag":434,"props":3781,"children":3783},{"href":3782},"/chapters/renderpass#renderpass-compatibility",[3784],{"type":26,"value":3785},"compatible",{"type":26,"value":3787},"\nwith the ",{"type":21,"tag":42,"props":3789,"children":3791},{"className":3790},[],[3792],{"type":26,"value":3793},"renderPass",{"type":26,"value":3795}," member of the\n",{"type":21,"tag":42,"props":3797,"children":3799},{"className":3798},[],[3800],{"type":26,"value":3801},"VkGraphicsPipelineCreateInfo",{"type":26,"value":3803}," structure specified when creating the\n",{"type":21,"tag":42,"props":3805,"children":3807},{"className":3806},[],[3808],{"type":26,"value":1769},{"type":26,"value":3810}," bound to ",{"type":21,"tag":42,"props":3812,"children":3814},{"className":3813},[],[3815],{"type":26,"value":3816},"VK_PIPELINE_BIND_POINT_GRAPHICS",{"type":21,"tag":597,"props":3818,"children":3820},{"name":3819},"VUID-vkCmdDrawIndexed-subpass-02685",[3821],{"type":21,"tag":22,"props":3822,"children":3823},{},[3824,3826,3829,3831,3837,3839,3844,3846,3851,3853],{"type":26,"value":3825},"The subpass index of the current render pass ",{"type":21,"tag":685,"props":3827,"children":3828},{"type":687},[],{"type":26,"value":3830}," be equal to the\n",{"type":21,"tag":42,"props":3832,"children":3834},{"className":3833},[],[3835],{"type":26,"value":3836},"subpass",{"type":26,"value":3838}," member of the ",{"type":21,"tag":42,"props":3840,"children":3842},{"className":3841},[],[3843],{"type":26,"value":3801},{"type":26,"value":3845}," structure\nspecified when creating the ",{"type":21,"tag":42,"props":3847,"children":3849},{"className":3848},[],[3850],{"type":26,"value":1769},{"type":26,"value":3852}," bound to\n",{"type":21,"tag":42,"props":3854,"children":3856},{"className":3855},[],[3857],{"type":26,"value":3816},{"type":21,"tag":597,"props":3859,"children":3861},{"name":3860},"VUID-vkCmdDrawIndexed-None-07748",[3862],{"type":21,"tag":22,"props":3863,"children":3864},{},[3865,3867,3870],{"type":26,"value":3866},"If any shader statically accesses an input attachment, a valid\ndescriptor ",{"type":21,"tag":685,"props":3868,"children":3869},{"type":687},[],{"type":26,"value":3871}," be bound to the pipeline via a descriptor set",{"type":21,"tag":597,"props":3873,"children":3875},{"name":3874},"VUID-vkCmdDrawIndexed-OpTypeImage-07468",[3876],{"type":21,"tag":22,"props":3877,"children":3878},{},[3879,3881,3886,3888,3893,3895,3901,3903,3906,3908,3914],{"type":26,"value":3880},"If any shader executed by this pipeline accesses an ",{"type":21,"tag":42,"props":3882,"children":3884},{"className":3883},[],[3885],{"type":26,"value":1555},{"type":26,"value":3887},"\nvariable with a ",{"type":21,"tag":42,"props":3889,"children":3891},{"className":3890},[],[3892],{"type":26,"value":2748},{"type":26,"value":3894}," operand of ",{"type":21,"tag":42,"props":3896,"children":3898},{"className":3897},[],[3899],{"type":26,"value":3900},"SubpassData",{"type":26,"value":3902},", it ",{"type":21,"tag":685,"props":3904,"children":3905},{"type":687},[],{"type":26,"value":3907}," be\ndecorated with an ",{"type":21,"tag":42,"props":3909,"children":3911},{"className":3910},[],[3912],{"type":26,"value":3913},"InputAttachmentIndex",{"type":26,"value":3915}," that corresponds to a valid\ninput attachment in the current subpass",{"type":21,"tag":597,"props":3917,"children":3919},{"name":3918},"VUID-vkCmdDrawIndexed-None-07469",[3920],{"type":21,"tag":22,"props":3921,"children":3922},{},[3923,3925,3928,3930,3934,3936,3940,3942,3948,3950,3955,3957,3963,3965],{"type":26,"value":3924},"Input attachment views accessed in a subpass ",{"type":21,"tag":685,"props":3926,"children":3927},{"type":687},[],{"type":26,"value":3929}," be created with the\nsame ",{"type":21,"tag":434,"props":3931,"children":3932},{"href":2970},[3933],{"type":26,"value":2973},{"type":26,"value":3935}," as the corresponding subpass definition, and be\ncreated with a ",{"type":21,"tag":434,"props":3937,"children":3938},{"href":670},[3939],{"type":26,"value":673},{"type":26,"value":3941}," that is compatible with the attachment\nreferenced by the subpass'\n",{"type":21,"tag":42,"props":3943,"children":3945},{"className":3944},[],[3946],{"type":26,"value":3947},"pInputAttachments",{"type":26,"value":3949},"[",{"type":21,"tag":42,"props":3951,"children":3953},{"className":3952},[],[3954],{"type":26,"value":3913},{"type":26,"value":3956},"] in the currently\nbound ",{"type":21,"tag":434,"props":3958,"children":3960},{"href":3959},"/man/VkFramebuffer",[3961],{"type":26,"value":3962},"VkFramebuffer",{"type":26,"value":3964}," as specified by\n",{"type":21,"tag":434,"props":3966,"children":3968},{"href":3967},"/chapters/interfaces#compatibility-inputattachment",[3969],{"type":26,"value":3970},"Fragment Input Attachment\nCompatibility",{"type":21,"tag":597,"props":3972,"children":3974},{"name":3973},"VUID-vkCmdDrawIndexed-pDepthInputAttachmentIndex-09595",[3975],{"type":21,"tag":22,"props":3976,"children":3977},{},[3978,3980,3985,3987,3993,3995,4000,4002,4006,4007,4013,4015,4019,4020,4026,4028,4034,4035,4038,4040,4044,4046],{"type":26,"value":3979},"Input attachment views accessed in a dynamic render pass with a\n",{"type":21,"tag":42,"props":3981,"children":3983},{"className":3982},[],[3984],{"type":26,"value":3913},{"type":26,"value":3986}," referenced by\n",{"type":21,"tag":434,"props":3988,"children":3990},{"href":3989},"/man/VkRenderingInputAttachmentIndexInfoKHR",[3991],{"type":26,"value":3992},"VkRenderingInputAttachmentIndexInfoKHR",{"type":26,"value":3994},", or no\n",{"type":21,"tag":42,"props":3996,"children":3998},{"className":3997},[],[3999],{"type":26,"value":3913},{"type":26,"value":4001}," if\n",{"type":21,"tag":434,"props":4003,"children":4004},{"href":3989},[4005],{"type":26,"value":3992},{"type":26,"value":221},{"type":21,"tag":42,"props":4008,"children":4010},{"className":4009},[],[4011],{"type":26,"value":4012},"pDepthInputAttachmentIndex",{"type":26,"value":4014},"\nor\n",{"type":21,"tag":434,"props":4016,"children":4017},{"href":3989},[4018],{"type":26,"value":3992},{"type":26,"value":221},{"type":21,"tag":42,"props":4021,"children":4023},{"className":4022},[],[4024],{"type":26,"value":4025},"pStencilInputAttachmentIndex",{"type":26,"value":4027},"\nare ",{"type":21,"tag":42,"props":4029,"children":4031},{"className":4030},[],[4032],{"type":26,"value":4033},"NULL",{"type":26,"value":1195},{"type":21,"tag":685,"props":4036,"children":4037},{"type":687},[],{"type":26,"value":4039}," be created with a ",{"type":21,"tag":434,"props":4041,"children":4042},{"href":670},[4043],{"type":26,"value":673},{"type":26,"value":4045}," that is compatible\nwith the corresponding color, depth, or stencil attachment in\n",{"type":21,"tag":434,"props":4047,"children":4049},{"href":4048},"/man/VkRenderingInfo",[4050],{"type":26,"value":4051},"VkRenderingInfo",{"type":21,"tag":597,"props":4053,"children":4055},{"name":4054},"VUID-vkCmdDrawIndexed-pDepthInputAttachmentIndex-09596",[4056],{"type":21,"tag":22,"props":4057,"children":4058},{},[4059,4061,4064,4066,4071,4073,4077,4078,4083,4085,4089,4090,4095,4097],{"type":26,"value":4060},"Input attachment views accessed in a dynamic render pass via a shader\nobject ",{"type":21,"tag":685,"props":4062,"children":4063},{"type":687},[],{"type":26,"value":4065}," have an ",{"type":21,"tag":42,"props":4067,"children":4069},{"className":4068},[],[4070],{"type":26,"value":3913},{"type":26,"value":4072}," if both\n",{"type":21,"tag":434,"props":4074,"children":4075},{"href":3989},[4076],{"type":26,"value":3992},{"type":26,"value":221},{"type":21,"tag":42,"props":4079,"children":4081},{"className":4080},[],[4082],{"type":26,"value":4012},{"type":26,"value":4084},"\nand\n",{"type":21,"tag":434,"props":4086,"children":4087},{"href":3989},[4088],{"type":26,"value":3992},{"type":26,"value":221},{"type":21,"tag":42,"props":4091,"children":4093},{"className":4092},[],[4094],{"type":26,"value":4025},{"type":26,"value":4096},"\nare non-",{"type":21,"tag":42,"props":4098,"children":4100},{"className":4099},[],[4101],{"type":26,"value":4033},{"type":21,"tag":597,"props":4103,"children":4105},{"name":4104},"VUID-vkCmdDrawIndexed-InputAttachmentIndex-09597",[4106],{"type":21,"tag":22,"props":4107,"children":4108},{},[4109,4111,4116,4118,4123,4124,4127,4129],{"type":26,"value":4110},"If an input attachment view accessed in a dynamic render pass via a\nshader object has an ",{"type":21,"tag":42,"props":4112,"children":4114},{"className":4113},[],[4115],{"type":26,"value":3913},{"type":26,"value":4117},", the\n",{"type":21,"tag":42,"props":4119,"children":4121},{"className":4120},[],[4122],{"type":26,"value":3913},{"type":26,"value":683},{"type":21,"tag":685,"props":4125,"children":4126},{"type":687},[],{"type":26,"value":4128}," match an index in\n",{"type":21,"tag":434,"props":4130,"children":4131},{"href":3989},[4132],{"type":26,"value":3992},{"type":21,"tag":597,"props":4134,"children":4136},{"name":4135},"VUID-vkCmdDrawIndexed-None-06537",[4137],{"type":21,"tag":22,"props":4138,"children":4139},{},[4140,4142,4145],{"type":26,"value":4141},"Memory backing image subresources used as attachments in the current\nrender pass ",{"type":21,"tag":685,"props":4143,"children":4144},{"type":687},[],{"type":26,"value":4146}," not be written in any way other than as an attachment\nby this command",{"type":21,"tag":597,"props":4148,"children":4150},{"name":4149},"VUID-vkCmdDrawIndexed-None-09000",[4151],{"type":21,"tag":22,"props":4152,"children":4153},{},[4154,4156,4162],{"type":26,"value":4155},"If a color attachment is written by any prior command in this subpass or\nby the load, store, or resolve operations for this subpass,\nit is not in the\n",{"type":21,"tag":42,"props":4157,"children":4159},{"className":4158},[],[4160],{"type":26,"value":4161},"VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT",{"type":26,"value":4163}," image layout,\nand\neither:",{"type":21,"tag":597,"props":4165,"children":4167},{"name":4166},"VUID-vkCmdDrawIndexed-None-09001",[4168],{"type":21,"tag":22,"props":4169,"children":4170},{},[4171,4173,4178],{"type":26,"value":4172},"If a depth attachment is written by any prior command in this subpass or\nby the load, store, or resolve operations for this subpass,\nit is not in the\n",{"type":21,"tag":42,"props":4174,"children":4176},{"className":4175},[],[4177],{"type":26,"value":4161},{"type":26,"value":4163},{"type":21,"tag":597,"props":4180,"children":4182},{"name":4181},"VUID-vkCmdDrawIndexed-None-09002",[4183],{"type":21,"tag":22,"props":4184,"children":4185},{},[4186,4188,4193],{"type":26,"value":4187},"If a stencil attachment is written by any prior command in this subpass\nor by the load, store, or resolve operations for this subpass,\nit is not in the\n",{"type":21,"tag":42,"props":4189,"children":4191},{"className":4190},[],[4192],{"type":26,"value":4161},{"type":26,"value":4163},{"type":21,"tag":597,"props":4195,"children":4197},{"name":4196},"VUID-vkCmdDrawIndexed-None-09003",[4198],{"type":21,"tag":22,"props":4199,"children":4200},{},[4201,4203,4206],{"type":26,"value":4202},"If an attachment is written by any prior command in this subpass or by\nthe load, store, or resolve operations for this subpass, it ",{"type":21,"tag":685,"props":4204,"children":4205},{"type":687},[],{"type":26,"value":4207}," not be\naccessed in any way other than as an attachment, storage image, or\nsampled image by this command",{"type":21,"tag":597,"props":4209,"children":4211},{"name":4210},"VUID-vkCmdDrawIndexed-None-06539",[4212],{"type":21,"tag":22,"props":4213,"children":4214},{},[4215,4217,4220],{"type":26,"value":4216},"If any previously recorded command in the current subpass accessed an\nimage subresource used as an attachment in this subpass in any way other\nthan as an attachment, this command ",{"type":21,"tag":685,"props":4218,"children":4219},{"type":687},[],{"type":26,"value":4221}," not write to that image\nsubresource as an attachment",{"type":21,"tag":597,"props":4223,"children":4225},{"name":4224},"VUID-vkCmdDrawIndexed-None-06886",[4226],{"type":21,"tag":22,"props":4227,"children":4228},{},[4229,4231,4237,4238,4241],{"type":26,"value":4230},"If the current render pass instance uses a depth/stencil attachment with\na read-only layout for the depth aspect, ",{"type":21,"tag":434,"props":4232,"children":4234},{"href":4233},"/chapters/fragops#fragops-depth-write",[4235],{"type":26,"value":4236},"depth\nwrites",{"type":26,"value":683},{"type":21,"tag":685,"props":4239,"children":4240},{"type":687},[],{"type":26,"value":4242}," be disabled",{"type":21,"tag":597,"props":4244,"children":4246},{"name":4245},"VUID-vkCmdDrawIndexed-None-06887",[4247],{"type":21,"tag":22,"props":4248,"children":4249},{},[4250,4252,4258,4260,4266,4267,4270,4271],{"type":26,"value":4251},"If the current render pass instance uses a depth/stencil attachment with\na read-only layout for the stencil aspect, both front and back\n",{"type":21,"tag":42,"props":4253,"children":4255},{"className":4254},[],[4256],{"type":26,"value":4257},"writeMask",{"type":26,"value":4259}," are not zero, and stencil test is enabled,\n",{"type":21,"tag":434,"props":4261,"children":4263},{"href":4262},"/chapters/fragops#fragops-stencil",[4264],{"type":26,"value":4265},"all stencil ops",{"type":26,"value":683},{"type":21,"tag":685,"props":4268,"children":4269},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":4272,"children":4274},{"className":4273},[],[4275],{"type":26,"value":4276},"VK_STENCIL_OP_KEEP",{"type":21,"tag":597,"props":4278,"children":4280},{"name":4279},"VUID-vkCmdDrawIndexed-None-07831",[4281],{"type":21,"tag":22,"props":4282,"children":4283},{},[4284,4286,4292,4294,4300,4301,4304,4306,4312],{"type":26,"value":4285},"If the bound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":4287,"children":4289},{"className":4288},[],[4290],{"type":26,"value":4291},"VK_DYNAMIC_STATE_VIEWPORT",{"type":26,"value":4293}," dynamic state enabled then\n",{"type":21,"tag":434,"props":4295,"children":4297},{"href":4296},"/man/vkCmdSetViewport",[4298],{"type":26,"value":4299},"vkCmdSetViewport",{"type":26,"value":683},{"type":21,"tag":685,"props":4302,"children":4303},{"type":687},[],{"type":26,"value":4305}," have been called and not subsequently\n",{"type":21,"tag":434,"props":4307,"children":4309},{"href":4308},"/chapters/pipelines#dynamic-state-lifetime",[4310],{"type":26,"value":4311},"invalidated",{"type":26,"value":4313}," in the current command buffer\nprior to this drawing command",{"type":21,"tag":597,"props":4315,"children":4317},{"name":4316},"VUID-vkCmdDrawIndexed-None-07832",[4318],{"type":21,"tag":22,"props":4319,"children":4320},{},[4321,4322,4328,4329,4335,4336,4339,4340,4344],{"type":26,"value":4285},{"type":21,"tag":42,"props":4323,"children":4325},{"className":4324},[],[4326],{"type":26,"value":4327},"VK_DYNAMIC_STATE_SCISSOR",{"type":26,"value":4293},{"type":21,"tag":434,"props":4330,"children":4332},{"href":4331},"/man/vkCmdSetScissor",[4333],{"type":26,"value":4334},"vkCmdSetScissor",{"type":26,"value":683},{"type":21,"tag":685,"props":4337,"children":4338},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4341,"children":4342},{"href":4308},[4343],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4346,"children":4348},{"name":4347},"VUID-vkCmdDrawIndexed-None-07833",[4349],{"type":21,"tag":22,"props":4350,"children":4351},{},[4352,4353,4359,4360,4366,4367,4370,4371,4375],{"type":26,"value":4285},{"type":21,"tag":42,"props":4354,"children":4356},{"className":4355},[],[4357],{"type":26,"value":4358},"VK_DYNAMIC_STATE_LINE_WIDTH",{"type":26,"value":4293},{"type":21,"tag":434,"props":4361,"children":4363},{"href":4362},"/man/vkCmdSetLineWidth",[4364],{"type":26,"value":4365},"vkCmdSetLineWidth",{"type":26,"value":683},{"type":21,"tag":685,"props":4368,"children":4369},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4372,"children":4373},{"href":4308},[4374],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4377,"children":4379},{"name":4378},"VUID-vkCmdDrawIndexed-None-08617",[4380],{"type":21,"tag":22,"props":4381,"children":4382},{},[4383,4385,4391,4393,4399,4401,4406,4408,4414,4415,4421,4422,4428,4429,4433,4434,4437,4438,4442],{"type":26,"value":4384},"If a shader object is bound to any graphics stage, and the most recent\ncall to ",{"type":21,"tag":434,"props":4386,"children":4388},{"href":4387},"/man/vkCmdSetRasterizerDiscardEnable",[4389],{"type":26,"value":4390},"vkCmdSetRasterizerDiscardEnable",{"type":26,"value":4392}," in the current command\nbuffer set ",{"type":21,"tag":42,"props":4394,"children":4396},{"className":4395},[],[4397],{"type":26,"value":4398},"rasterizerDiscardEnable",{"type":26,"value":4400}," to ",{"type":21,"tag":42,"props":4402,"children":4404},{"className":4403},[],[4405],{"type":26,"value":665},{"type":26,"value":4407},", and the most\nrecent call to ",{"type":21,"tag":434,"props":4409,"children":4411},{"href":4410},"/man/vkCmdSetPolygonModeEXT",[4412],{"type":26,"value":4413},"vkCmdSetPolygonModeEXT",{"type":26,"value":4392},{"type":21,"tag":42,"props":4416,"children":4418},{"className":4417},[],[4419],{"type":26,"value":4420},"polygonMode",{"type":26,"value":4400},{"type":21,"tag":42,"props":4423,"children":4425},{"className":4424},[],[4426],{"type":26,"value":4427},"VK_POLYGON_MODE_LINE",{"type":26,"value":88},{"type":21,"tag":434,"props":4430,"children":4431},{"href":4362},[4432],{"type":26,"value":4365},{"type":26,"value":683},{"type":21,"tag":685,"props":4435,"children":4436},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4439,"children":4440},{"href":4308},[4441],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4444,"children":4446},{"name":4445},"VUID-vkCmdDrawIndexed-None-08618",[4447],{"type":21,"tag":22,"props":4448,"children":4449},{},[4450,4451,4455,4456,4461,4462,4467,4468,4474,4475,4481,4483,4487,4488,4491,4492,4496],{"type":26,"value":4384},{"type":21,"tag":434,"props":4452,"children":4453},{"href":4387},[4454],{"type":26,"value":4390},{"type":26,"value":4392},{"type":21,"tag":42,"props":4457,"children":4459},{"className":4458},[],[4460],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":4463,"children":4465},{"className":4464},[],[4466],{"type":26,"value":665},{"type":26,"value":4407},{"type":21,"tag":434,"props":4469,"children":4471},{"href":4470},"/man/vkCmdSetPrimitiveTopology",[4472],{"type":26,"value":4473},"vkCmdSetPrimitiveTopology",{"type":26,"value":4392},{"type":21,"tag":42,"props":4476,"children":4478},{"className":4477},[],[4479],{"type":26,"value":4480},"primitiveTopology",{"type":26,"value":4482}," to any line topology,\n",{"type":21,"tag":434,"props":4484,"children":4485},{"href":4362},[4486],{"type":26,"value":4365},{"type":26,"value":683},{"type":21,"tag":685,"props":4489,"children":4490},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4493,"children":4494},{"href":4308},[4495],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4498,"children":4500},{"name":4499},"VUID-vkCmdDrawIndexed-None-08619",[4501],{"type":21,"tag":22,"props":4502,"children":4503},{},[4504,4506,4512,4513,4519,4521,4525,4527,4532,4533,4538,4539,4543,4546,4548,4552],{"type":26,"value":4505},"If a shader object that outputs line primitives is bound to the\n",{"type":21,"tag":42,"props":4507,"children":4509},{"className":4508},[],[4510],{"type":26,"value":4511},"VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT",{"type":26,"value":540},{"type":21,"tag":42,"props":4514,"children":4516},{"className":4515},[],[4517],{"type":26,"value":4518},"VK_SHADER_STAGE_GEOMETRY_BIT",{"type":26,"value":4520}," stage, and the most recent call to\n",{"type":21,"tag":434,"props":4522,"children":4523},{"href":4387},[4524],{"type":26,"value":4390},{"type":26,"value":4526}," in the current command buffer set\n",{"type":21,"tag":42,"props":4528,"children":4530},{"className":4529},[],[4531],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":4534,"children":4536},{"className":4535},[],[4537],{"type":26,"value":665},{"type":26,"value":1195},{"type":21,"tag":434,"props":4540,"children":4541},{"href":4362},[4542],{"type":26,"value":4365},{"type":21,"tag":685,"props":4544,"children":4545},{"type":687},[],{"type":26,"value":4547}," have been called and not subsequently ",{"type":21,"tag":434,"props":4549,"children":4550},{"href":4308},[4551],{"type":26,"value":4311},{"type":26,"value":4553}," in the current command buffer prior to this drawing\ncommand",{"type":21,"tag":597,"props":4555,"children":4557},{"name":4556},"VUID-vkCmdDrawIndexed-None-07834",[4558],{"type":21,"tag":22,"props":4559,"children":4560},{},[4561,4563,4569,4571,4577,4578,4583,4584,4589,4591,4595,4597,4603,4605,4610,4612,4618,4619,4625,4628,4629,4633],{"type":26,"value":4562},"If\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":4564,"children":4566},{"className":4565},[],[4567],{"type":26,"value":4568},"VK_DYNAMIC_STATE_DEPTH_BIAS",{"type":26,"value":4570}," dynamic state enabled, the\n",{"type":21,"tag":434,"props":4572,"children":4574},{"href":4573},"/chapters/pipelines#dynamic-state-current-value",[4575],{"type":26,"value":4576},"current value",{"type":26,"value":1187},{"type":21,"tag":42,"props":4579,"children":4581},{"className":4580},[],[4582],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":4585,"children":4587},{"className":4586},[],[4588],{"type":26,"value":665},{"type":26,"value":4590},", and the\n",{"type":21,"tag":434,"props":4592,"children":4593},{"href":4573},[4594],{"type":26,"value":4576},{"type":26,"value":4596}," of ",{"type":21,"tag":42,"props":4598,"children":4600},{"className":4599},[],[4601],{"type":26,"value":4602},"depthBiasEnable",{"type":26,"value":4604},"\nis ",{"type":21,"tag":42,"props":4606,"children":4608},{"className":4607},[],[4609],{"type":26,"value":928},{"type":26,"value":4611},", then ",{"type":21,"tag":434,"props":4613,"children":4615},{"href":4614},"/man/vkCmdSetDepthBounds",[4616],{"type":26,"value":4617},"vkCmdSetDepthBounds",{"type":26,"value":504},{"type":21,"tag":434,"props":4620,"children":4622},{"href":4621},"/man/vkCmdSetDepthBias2EXT",[4623],{"type":26,"value":4624},"vkCmdSetDepthBias2EXT",{"type":21,"tag":685,"props":4626,"children":4627},{"type":687},[],{"type":26,"value":4547},{"type":21,"tag":434,"props":4630,"children":4631},{"href":4308},[4632],{"type":26,"value":4311},{"type":26,"value":4553},{"type":21,"tag":597,"props":4635,"children":4637},{"name":4636},"VUID-vkCmdDrawIndexed-None-07835",[4638],{"type":21,"tag":22,"props":4639,"children":4640},{},[4641,4642,4648,4649,4655,4656,4659,4660,4664],{"type":26,"value":4285},{"type":21,"tag":42,"props":4643,"children":4645},{"className":4644},[],[4646],{"type":26,"value":4647},"VK_DYNAMIC_STATE_BLEND_CONSTANTS",{"type":26,"value":4293},{"type":21,"tag":434,"props":4650,"children":4652},{"href":4651},"/man/vkCmdSetBlendConstants",[4653],{"type":26,"value":4654},"vkCmdSetBlendConstants",{"type":26,"value":683},{"type":21,"tag":685,"props":4657,"children":4658},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4661,"children":4662},{"href":4308},[4663],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4666,"children":4668},{"name":4667},"VUID-vkCmdDrawIndexed-None-08621",[4669],{"type":21,"tag":22,"props":4670,"children":4671},{},[4672,4674,4680,4682,4686,4688,4693,4695,4700,4702,4708,4710,4716,4717,4722,4723,4729,4731,4737,4739,4745,4747,4753,4755,4761,4762,4768,4769,4775,4776,4782,4783,4787,4788,4791,4792,4796],{"type":26,"value":4673},"If a shader object is bound to the ",{"type":21,"tag":42,"props":4675,"children":4677},{"className":4676},[],[4678],{"type":26,"value":4679},"VK_SHADER_STAGE_FRAGMENT_BIT",{"type":26,"value":4681},"\nstage, and the most recent call to ",{"type":21,"tag":434,"props":4683,"children":4684},{"href":4387},[4685],{"type":26,"value":4390},{"type":26,"value":4687},"\nin the current command buffer set ",{"type":21,"tag":42,"props":4689,"children":4691},{"className":4690},[],[4692],{"type":26,"value":4398},{"type":26,"value":4694}," to\n",{"type":21,"tag":42,"props":4696,"children":4698},{"className":4697},[],[4699],{"type":26,"value":665},{"type":26,"value":4701},", and the most recent call to\n",{"type":21,"tag":434,"props":4703,"children":4705},{"href":4704},"/man/vkCmdSetColorBlendEnableEXT",[4706],{"type":26,"value":4707},"vkCmdSetColorBlendEnableEXT",{"type":26,"value":4709}," in the current command buffer set any\nelement of ",{"type":21,"tag":42,"props":4711,"children":4713},{"className":4712},[],[4714],{"type":26,"value":4715},"pColorBlendEnables",{"type":26,"value":4400},{"type":21,"tag":42,"props":4718,"children":4720},{"className":4719},[],[4721],{"type":26,"value":928},{"type":26,"value":4407},{"type":21,"tag":434,"props":4724,"children":4726},{"href":4725},"/man/vkCmdSetColorBlendEquationEXT",[4727],{"type":26,"value":4728},"vkCmdSetColorBlendEquationEXT",{"type":26,"value":4730}," in the current\ncommand buffer set the same element of ",{"type":21,"tag":42,"props":4732,"children":4734},{"className":4733},[],[4735],{"type":26,"value":4736},"pColorBlendEquations",{"type":26,"value":4738}," to a\n",{"type":21,"tag":42,"props":4740,"children":4742},{"className":4741},[],[4743],{"type":26,"value":4744},"VkColorBlendEquationEXT",{"type":26,"value":4746}," structure with any ",{"type":21,"tag":434,"props":4748,"children":4750},{"href":4749},"/man/VkBlendFactor",[4751],{"type":26,"value":4752},"VkBlendFactor",{"type":26,"value":4754},"\nmember with a value of ",{"type":21,"tag":42,"props":4756,"children":4758},{"className":4757},[],[4759],{"type":26,"value":4760},"VK_BLEND_FACTOR_CONSTANT_COLOR",{"type":26,"value":88},{"type":21,"tag":42,"props":4763,"children":4765},{"className":4764},[],[4766],{"type":26,"value":4767},"VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR",{"type":26,"value":88},{"type":21,"tag":42,"props":4770,"children":4772},{"className":4771},[],[4773],{"type":26,"value":4774},"VK_BLEND_FACTOR_CONSTANT_ALPHA",{"type":26,"value":1203},{"type":21,"tag":42,"props":4777,"children":4779},{"className":4778},[],[4780],{"type":26,"value":4781},"VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA",{"type":26,"value":88},{"type":21,"tag":434,"props":4784,"children":4785},{"href":4651},[4786],{"type":26,"value":4654},{"type":26,"value":683},{"type":21,"tag":685,"props":4789,"children":4790},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4793,"children":4794},{"href":4308},[4795],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4798,"children":4800},{"name":4799},"VUID-vkCmdDrawIndexed-None-07836",[4801],{"type":21,"tag":22,"props":4802,"children":4803},{},[4804,4805,4811,4812,4816,4817,4822,4823,4828,4829,4833,4834,4840,4841,4846,4848,4852,4853,4856,4857,4861],{"type":26,"value":4562},{"type":21,"tag":42,"props":4806,"children":4808},{"className":4807},[],[4809],{"type":26,"value":4810},"VK_DYNAMIC_STATE_DEPTH_BOUNDS",{"type":26,"value":4570},{"type":21,"tag":434,"props":4813,"children":4814},{"href":4573},[4815],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4818,"children":4820},{"className":4819},[],[4821],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":4824,"children":4826},{"className":4825},[],[4827],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":4830,"children":4831},{"href":4573},[4832],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4835,"children":4837},{"className":4836},[],[4838],{"type":26,"value":4839},"depthBoundsTestEnable",{"type":26,"value":1557},{"type":21,"tag":42,"props":4842,"children":4844},{"className":4843},[],[4845],{"type":26,"value":928},{"type":26,"value":4847},", then\n",{"type":21,"tag":434,"props":4849,"children":4850},{"href":4614},[4851],{"type":26,"value":4617},{"type":26,"value":683},{"type":21,"tag":685,"props":4854,"children":4855},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":4858,"children":4859},{"href":4308},[4860],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":4863,"children":4865},{"name":4864},"VUID-vkCmdDrawIndexed-None-07837",[4866],{"type":21,"tag":22,"props":4867,"children":4868},{},[4869,4870,4876,4877,4881,4882,4887,4888,4893,4894,4898,4899,4905,4906,4911,4912,4918,4919,4922,4924,4928],{"type":26,"value":4562},{"type":21,"tag":42,"props":4871,"children":4873},{"className":4872},[],[4874],{"type":26,"value":4875},"VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK",{"type":26,"value":4570},{"type":21,"tag":434,"props":4878,"children":4879},{"href":4573},[4880],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4883,"children":4885},{"className":4884},[],[4886],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":4889,"children":4891},{"className":4890},[],[4892],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":4895,"children":4896},{"href":4573},[4897],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4900,"children":4902},{"className":4901},[],[4903],{"type":26,"value":4904},"stencilTestEnable",{"type":26,"value":1557},{"type":21,"tag":42,"props":4907,"children":4909},{"className":4908},[],[4910],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":4913,"children":4915},{"href":4914},"/man/vkCmdSetStencilCompareMask",[4916],{"type":26,"value":4917},"vkCmdSetStencilCompareMask",{"type":26,"value":683},{"type":21,"tag":685,"props":4920,"children":4921},{"type":687},[],{"type":26,"value":4923}," have been called and not\nsubsequently ",{"type":21,"tag":434,"props":4925,"children":4926},{"href":4308},[4927],{"type":26,"value":4311},{"type":26,"value":4929}," in the current\ncommand buffer prior to this drawing command",{"type":21,"tag":597,"props":4931,"children":4933},{"name":4932},"VUID-vkCmdDrawIndexed-None-07838",[4934],{"type":21,"tag":22,"props":4935,"children":4936},{},[4937,4938,4944,4945,4949,4950,4955,4956,4961,4962,4966,4967,4972,4973,4978,4979,4985,4986,4989,4990,4994],{"type":26,"value":4562},{"type":21,"tag":42,"props":4939,"children":4941},{"className":4940},[],[4942],{"type":26,"value":4943},"VK_DYNAMIC_STATE_STENCIL_WRITE_MASK",{"type":26,"value":4570},{"type":21,"tag":434,"props":4946,"children":4947},{"href":4573},[4948],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4951,"children":4953},{"className":4952},[],[4954],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":4957,"children":4959},{"className":4958},[],[4960],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":4963,"children":4964},{"href":4573},[4965],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":4968,"children":4970},{"className":4969},[],[4971],{"type":26,"value":4904},{"type":26,"value":1557},{"type":21,"tag":42,"props":4974,"children":4976},{"className":4975},[],[4977],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":4980,"children":4982},{"href":4981},"/man/vkCmdSetStencilWriteMask",[4983],{"type":26,"value":4984},"vkCmdSetStencilWriteMask",{"type":26,"value":683},{"type":21,"tag":685,"props":4987,"children":4988},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":4991,"children":4992},{"href":4308},[4993],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":4996,"children":4998},{"name":4997},"VUID-vkCmdDrawIndexed-None-07839",[4999],{"type":21,"tag":22,"props":5000,"children":5001},{},[5002,5003,5009,5010,5014,5016,5021,5022,5027,5028,5032,5033,5038,5039,5044,5045,5051,5052,5055,5056,5060],{"type":26,"value":4562},{"type":21,"tag":42,"props":5004,"children":5006},{"className":5005},[],[5007],{"type":26,"value":5008},"VK_DYNAMIC_STATE_STENCIL_REFERENCE",{"type":26,"value":4570},{"type":21,"tag":434,"props":5011,"children":5012},{"href":4573},[5013],{"type":26,"value":4576},{"type":26,"value":5015}," of and\n",{"type":21,"tag":42,"props":5017,"children":5019},{"className":5018},[],[5020],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5023,"children":5025},{"className":5024},[],[5026],{"type":26,"value":665},{"type":26,"value":4117},{"type":21,"tag":434,"props":5029,"children":5030},{"href":4573},[5031],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5034,"children":5036},{"className":5035},[],[5037],{"type":26,"value":4904},{"type":26,"value":1557},{"type":21,"tag":42,"props":5040,"children":5042},{"className":5041},[],[5043],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":5046,"children":5048},{"href":5047},"/man/vkCmdSetStencilReference",[5049],{"type":26,"value":5050},"vkCmdSetStencilReference",{"type":26,"value":683},{"type":21,"tag":685,"props":5053,"children":5054},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5057,"children":5058},{"href":4308},[5059],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5062,"children":5064},{"name":5063},"VUID-vkCmdDrawIndexed-maxMultiviewInstanceIndex-02688",[5065],{"type":21,"tag":22,"props":5066,"children":5067},{},[5068,5070,5073,5075,5081,5082],{"type":26,"value":5069},"If the draw is recorded in a render pass instance with multiview\nenabled, the maximum instance index ",{"type":21,"tag":685,"props":5071,"children":5072},{"type":687},[],{"type":26,"value":5074}," be less than or equal to\n",{"type":21,"tag":434,"props":5076,"children":5078},{"href":5077},"/man/VkPhysicalDeviceMultiviewProperties",[5079],{"type":26,"value":5080},"VkPhysicalDeviceMultiviewProperties",{"type":26,"value":231},{"type":21,"tag":42,"props":5083,"children":5085},{"className":5084},[],[5086],{"type":26,"value":5087},"maxMultiviewInstanceIndex",{"type":21,"tag":597,"props":5089,"children":5091},{"name":5090},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-02689",[5092],{"type":21,"tag":22,"props":5093,"children":5094},{},[5095,5097,5103,5104,5110,5112,5117,5119,5122,5124,5130],{"type":26,"value":5096},"If the bound graphics pipeline was created with\n",{"type":21,"tag":434,"props":5098,"children":5100},{"href":5099},"/man/VkPipelineSampleLocationsStateCreateInfoEXT",[5101],{"type":26,"value":5102},"VkPipelineSampleLocationsStateCreateInfoEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":5105,"children":5107},{"className":5106},[],[5108],{"type":26,"value":5109},"sampleLocationsEnable",{"type":26,"value":5111},"\nset to ",{"type":21,"tag":42,"props":5113,"children":5115},{"className":5114},[],[5116],{"type":26,"value":928},{"type":26,"value":5118}," and the current subpass has a depth/stencil\nattachment, then that attachment ",{"type":21,"tag":685,"props":5120,"children":5121},{"type":687},[],{"type":26,"value":5123}," have been created with the\n",{"type":21,"tag":42,"props":5125,"children":5127},{"className":5126},[],[5128],{"type":26,"value":5129},"VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT",{"type":26,"value":5131}," bit set",{"type":21,"tag":597,"props":5133,"children":5135},{"name":5134},"VUID-vkCmdDrawIndexed-None-06666",[5136],{"type":21,"tag":22,"props":5137,"children":5138},{},[5139,5140,5146,5148,5154,5155,5159,5160,5165,5166,5171,5172,5176,5177,5182,5183,5188,5189,5195,5196,5199,5200,5204],{"type":26,"value":1332},{"type":21,"tag":434,"props":5141,"children":5143},{"href":5142},"/extensions/VK_EXT_sample_locations",[5144],{"type":26,"value":5145},"VK_EXT_sample_locations",{"type":26,"value":5147}," extension is enabled,\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":5149,"children":5151},{"className":5150},[],[5152],{"type":26,"value":5153},"VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT",{"type":26,"value":4570},{"type":21,"tag":434,"props":5156,"children":5157},{"href":4573},[5158],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5161,"children":5163},{"className":5162},[],[5164],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5167,"children":5169},{"className":5168},[],[5170],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":5173,"children":5174},{"href":4573},[5175],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5178,"children":5180},{"className":5179},[],[5181],{"type":26,"value":5109},{"type":26,"value":1557},{"type":21,"tag":42,"props":5184,"children":5186},{"className":5185},[],[5187],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":5190,"children":5192},{"href":5191},"/man/vkCmdSetSampleLocationsEXT",[5193],{"type":26,"value":5194},"vkCmdSetSampleLocationsEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":5197,"children":5198},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5201,"children":5202},{"href":4308},[5203],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5206,"children":5208},{"name":5207},"VUID-vkCmdDrawIndexed-None-07840",[5209],{"type":21,"tag":22,"props":5210,"children":5211},{},[5212,5213,5219,5221,5225,5226,5231,5232,5237,5238,5244,5245,5248,5249,5253],{"type":26,"value":4562},{"type":21,"tag":42,"props":5214,"children":5216},{"className":5215},[],[5217],{"type":26,"value":5218},"VK_DYNAMIC_STATE_CULL_MODE",{"type":26,"value":5220}," dynamic state enabled, and the\n",{"type":21,"tag":434,"props":5222,"children":5223},{"href":4573},[5224],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5227,"children":5229},{"className":5228},[],[5230],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5233,"children":5235},{"className":5234},[],[5236],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":5239,"children":5241},{"href":5240},"/man/vkCmdSetCullMode",[5242],{"type":26,"value":5243},"vkCmdSetCullMode",{"type":26,"value":683},{"type":21,"tag":685,"props":5246,"children":5247},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":5250,"children":5251},{"href":4308},[5252],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":5255,"children":5257},{"name":5256},"VUID-vkCmdDrawIndexed-None-07841",[5258],{"type":21,"tag":22,"props":5259,"children":5260},{},[5261,5262,5268,5269,5273,5274,5279,5280,5285,5286,5292,5293,5296,5297,5301],{"type":26,"value":4562},{"type":21,"tag":42,"props":5263,"children":5265},{"className":5264},[],[5266],{"type":26,"value":5267},"VK_DYNAMIC_STATE_FRONT_FACE",{"type":26,"value":5220},{"type":21,"tag":434,"props":5270,"children":5271},{"href":4573},[5272],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5275,"children":5277},{"className":5276},[],[5278],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5281,"children":5283},{"className":5282},[],[5284],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":5287,"children":5289},{"href":5288},"/man/vkCmdSetFrontFace",[5290],{"type":26,"value":5291},"vkCmdSetFrontFace",{"type":26,"value":683},{"type":21,"tag":685,"props":5294,"children":5295},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":5298,"children":5299},{"href":4308},[5300],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":5303,"children":5305},{"name":5304},"VUID-vkCmdDrawIndexed-None-07843",[5306],{"type":21,"tag":22,"props":5307,"children":5308},{},[5309,5310,5316,5317,5321,5322,5327,5328,5333,5334,5340,5341,5344,5345,5349],{"type":26,"value":4562},{"type":21,"tag":42,"props":5311,"children":5313},{"className":5312},[],[5314],{"type":26,"value":5315},"VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE",{"type":26,"value":5220},{"type":21,"tag":434,"props":5318,"children":5319},{"href":4573},[5320],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5323,"children":5325},{"className":5324},[],[5326],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5329,"children":5331},{"className":5330},[],[5332],{"type":26,"value":665},{"type":26,"value":88},{"type":21,"tag":434,"props":5335,"children":5337},{"href":5336},"/man/vkCmdSetDepthTestEnable",[5338],{"type":26,"value":5339},"vkCmdSetDepthTestEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":5342,"children":5343},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5346,"children":5347},{"href":4308},[5348],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5351,"children":5353},{"name":5352},"VUID-vkCmdDrawIndexed-None-07844",[5354],{"type":21,"tag":22,"props":5355,"children":5356},{},[5357,5358,5364,5365,5369,5370,5375,5376,5381,5382,5388,5389,5392,5393,5397],{"type":26,"value":4562},{"type":21,"tag":42,"props":5359,"children":5361},{"className":5360},[],[5362],{"type":26,"value":5363},"VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE",{"type":26,"value":5220},{"type":21,"tag":434,"props":5366,"children":5367},{"href":4573},[5368],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5371,"children":5373},{"className":5372},[],[5374],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5377,"children":5379},{"className":5378},[],[5380],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":5383,"children":5385},{"href":5384},"/man/vkCmdSetDepthWriteEnable",[5386],{"type":26,"value":5387},"vkCmdSetDepthWriteEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":5390,"children":5391},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5394,"children":5395},{"href":4308},[5396],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5399,"children":5401},{"name":5400},"VUID-vkCmdDrawIndexed-None-07845",[5402],{"type":21,"tag":22,"props":5403,"children":5404},{},[5405,5406,5412,5413,5417,5418,5423,5424,5429,5430,5434,5435,5441,5442,5447,5448,5454,5455,5458,5460,5464],{"type":26,"value":4562},{"type":21,"tag":42,"props":5407,"children":5409},{"className":5408},[],[5410],{"type":26,"value":5411},"VK_DYNAMIC_STATE_DEPTH_COMPARE_OP",{"type":26,"value":4570},{"type":21,"tag":434,"props":5414,"children":5415},{"href":4573},[5416],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5419,"children":5421},{"className":5420},[],[5422],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5425,"children":5427},{"className":5426},[],[5428],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":5431,"children":5432},{"href":4573},[5433],{"type":26,"value":4576},{"type":26,"value":4596},{"type":21,"tag":42,"props":5436,"children":5438},{"className":5437},[],[5439],{"type":26,"value":5440},"depthTestEnable",{"type":26,"value":4604},{"type":21,"tag":42,"props":5443,"children":5445},{"className":5444},[],[5446],{"type":26,"value":928},{"type":26,"value":4611},{"type":21,"tag":434,"props":5449,"children":5451},{"href":5450},"/man/vkCmdSetDepthCompareOp",[5452],{"type":26,"value":5453},"vkCmdSetDepthCompareOp",{"type":26,"value":683},{"type":21,"tag":685,"props":5456,"children":5457},{"type":687},[],{"type":26,"value":5459}," have been\ncalled and not subsequently ",{"type":21,"tag":434,"props":5461,"children":5462},{"href":4308},[5463],{"type":26,"value":4311},{"type":26,"value":5465}," in\nthe current command buffer prior to this drawing command",{"type":21,"tag":597,"props":5467,"children":5469},{"name":5468},"VUID-vkCmdDrawIndexed-None-07846",[5470],{"type":21,"tag":22,"props":5471,"children":5472},{},[5473,5474,5484,5486,5492,5494,5498,5499,5504,5505,5510,5511,5517,5518,5521,5522,5526],{"type":26,"value":1332},{"type":21,"tag":434,"props":5475,"children":5477},{"href":5476},"/man/VkPhysicalDeviceFeatures#features-depthBounds",[5478],{"type":21,"tag":42,"props":5479,"children":5481},{"className":5480},[],[5482],{"type":26,"value":5483},"depthBounds",{"type":26,"value":5485}," feature is enabled,\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":5487,"children":5489},{"className":5488},[],[5490],{"type":26,"value":5491},"VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE",{"type":26,"value":5493}," dynamic state enabled,\nand the ",{"type":21,"tag":434,"props":5495,"children":5496},{"href":4573},[5497],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5500,"children":5502},{"className":5501},[],[5503],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5506,"children":5508},{"className":5507},[],[5509],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":5512,"children":5514},{"href":5513},"/man/vkCmdSetDepthBoundsTestEnable",[5515],{"type":26,"value":5516},"vkCmdSetDepthBoundsTestEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":5519,"children":5520},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5523,"children":5524},{"href":4308},[5525],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5528,"children":5530},{"name":5529},"VUID-vkCmdDrawIndexed-None-07847",[5531],{"type":21,"tag":22,"props":5532,"children":5533},{},[5534,5535,5541,5543,5547,5548,5553,5554,5559,5560,5566,5567,5570,5571,5575],{"type":26,"value":4562},{"type":21,"tag":42,"props":5536,"children":5538},{"className":5537},[],[5539],{"type":26,"value":5540},"VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE",{"type":26,"value":5542}," dynamic state enabled, and\nthe ",{"type":21,"tag":434,"props":5544,"children":5545},{"href":4573},[5546],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5549,"children":5551},{"className":5550},[],[5552],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5555,"children":5557},{"className":5556},[],[5558],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":5561,"children":5563},{"href":5562},"/man/vkCmdSetStencilTestEnable",[5564],{"type":26,"value":5565},"vkCmdSetStencilTestEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":5568,"children":5569},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":5572,"children":5573},{"href":4308},[5574],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":5577,"children":5579},{"name":5578},"VUID-vkCmdDrawIndexed-None-07848",[5580],{"type":21,"tag":22,"props":5581,"children":5582},{},[5583,5584,5590,5591,5595,5596,5601,5602,5607,5608,5612,5613,5618,5619,5624,5625,5631,5634,5635,5639],{"type":26,"value":4562},{"type":21,"tag":42,"props":5585,"children":5587},{"className":5586},[],[5588],{"type":26,"value":5589},"VK_DYNAMIC_STATE_STENCIL_OP",{"type":26,"value":4570},{"type":21,"tag":434,"props":5592,"children":5593},{"href":4573},[5594],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5597,"children":5599},{"className":5598},[],[5600],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":5603,"children":5605},{"className":5604},[],[5606],{"type":26,"value":665},{"type":26,"value":4117},{"type":21,"tag":434,"props":5609,"children":5610},{"href":4573},[5611],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":5614,"children":5616},{"className":5615},[],[5617],{"type":26,"value":4904},{"type":26,"value":1557},{"type":21,"tag":42,"props":5620,"children":5622},{"className":5621},[],[5623],{"type":26,"value":928},{"type":26,"value":4611},{"type":21,"tag":434,"props":5626,"children":5628},{"href":5627},"/man/vkCmdSetStencilOp",[5629],{"type":26,"value":5630},"vkCmdSetStencilOp",{"type":21,"tag":685,"props":5632,"children":5633},{"type":687},[],{"type":26,"value":4547},{"type":21,"tag":434,"props":5636,"children":5637},{"href":4308},[5638],{"type":26,"value":4311},{"type":26,"value":4553},{"type":21,"tag":597,"props":5641,"children":5643},{"name":5642},"VUID-vkCmdDrawIndexed-viewportCount-03417",[5644],{"type":21,"tag":22,"props":5645,"children":5646},{},[5647,5648,5654,5656,5662,5664,5670,5671,5674,5676,5682,5684,5689,5690,5693,5695,5701,5702,5708],{"type":26,"value":4285},{"type":21,"tag":42,"props":5649,"children":5651},{"className":5650},[],[5652],{"type":26,"value":5653},"VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT",{"type":26,"value":5655}," dynamic state enabled, but\nnot the ",{"type":21,"tag":42,"props":5657,"children":5659},{"className":5658},[],[5660],{"type":26,"value":5661},"VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT",{"type":26,"value":5663}," dynamic state enabled,\nthen ",{"type":21,"tag":434,"props":5665,"children":5667},{"href":5666},"/man/vkCmdSetViewportWithCount",[5668],{"type":26,"value":5669},"vkCmdSetViewportWithCount",{"type":26,"value":683},{"type":21,"tag":685,"props":5672,"children":5673},{"type":687},[],{"type":26,"value":5675}," have been called in the\ncurrent command buffer prior to this drawing command, and the\n",{"type":21,"tag":42,"props":5677,"children":5679},{"className":5678},[],[5680],{"type":26,"value":5681},"viewportCount",{"type":26,"value":5683}," parameter of ",{"type":21,"tag":42,"props":5685,"children":5687},{"className":5686},[],[5688],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":5691,"children":5692},{"type":687},[],{"type":26,"value":5694},"\nmatch the ",{"type":21,"tag":42,"props":5696,"children":5698},{"className":5697},[],[5699],{"type":26,"value":5700},"VkPipelineViewportStateCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":5703,"children":5705},{"className":5704},[],[5706],{"type":26,"value":5707},"scissorCount",{"type":26,"value":5709}," of\nthe pipeline",{"type":21,"tag":597,"props":5711,"children":5713},{"name":5712},"VUID-vkCmdDrawIndexed-scissorCount-03418",[5714],{"type":21,"tag":22,"props":5715,"children":5716},{},[5717,5718,5723,5725,5730,5731,5737,5738,5741,5742,5747,5748,5753,5754,5757,5758,5763,5764,5769],{"type":26,"value":4285},{"type":21,"tag":42,"props":5719,"children":5721},{"className":5720},[],[5722],{"type":26,"value":5661},{"type":26,"value":5724}," dynamic state enabled, but not\nthe ",{"type":21,"tag":42,"props":5726,"children":5728},{"className":5727},[],[5729],{"type":26,"value":5653},{"type":26,"value":5663},{"type":21,"tag":434,"props":5732,"children":5734},{"href":5733},"/man/vkCmdSetScissorWithCount",[5735],{"type":26,"value":5736},"vkCmdSetScissorWithCount",{"type":26,"value":683},{"type":21,"tag":685,"props":5739,"children":5740},{"type":687},[],{"type":26,"value":5675},{"type":21,"tag":42,"props":5743,"children":5745},{"className":5744},[],[5746],{"type":26,"value":5707},{"type":26,"value":5683},{"type":21,"tag":42,"props":5749,"children":5751},{"className":5750},[],[5752],{"type":26,"value":5736},{"type":26,"value":683},{"type":21,"tag":685,"props":5755,"children":5756},{"type":687},[],{"type":26,"value":5694},{"type":21,"tag":42,"props":5759,"children":5761},{"className":5760},[],[5762],{"type":26,"value":5700},{"type":26,"value":231},{"type":21,"tag":42,"props":5765,"children":5767},{"className":5766},[],[5768],{"type":26,"value":5681},{"type":26,"value":5770},"\nof the pipeline",{"type":21,"tag":597,"props":5772,"children":5774},{"name":5773},"VUID-vkCmdDrawIndexed-viewportCount-03419",[5775],{"type":21,"tag":22,"props":5776,"children":5777},{},[5778,5780,5785,5787,5792,5794,5798,5799,5803,5806,5808,5813,5815,5820,5821,5824,5825,5830,5832],{"type":26,"value":5779},"If the bound graphics pipeline state was created with both the\n",{"type":21,"tag":42,"props":5781,"children":5783},{"className":5782},[],[5784],{"type":26,"value":5661},{"type":26,"value":5786}," and\n",{"type":21,"tag":42,"props":5788,"children":5790},{"className":5789},[],[5791],{"type":26,"value":5653},{"type":26,"value":5793}," dynamic states enabled then\nboth ",{"type":21,"tag":434,"props":5795,"children":5796},{"href":5666},[5797],{"type":26,"value":5669},{"type":26,"value":728},{"type":21,"tag":434,"props":5800,"children":5801},{"href":5733},[5802],{"type":26,"value":5736},{"type":21,"tag":685,"props":5804,"children":5805},{"type":687},[],{"type":26,"value":5807}," have been called in the current command buffer prior to this\ndrawing command, and the ",{"type":21,"tag":42,"props":5809,"children":5811},{"className":5810},[],[5812],{"type":26,"value":5681},{"type":26,"value":5814}," parameter of\n",{"type":21,"tag":42,"props":5816,"children":5818},{"className":5817},[],[5819],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":5822,"children":5823},{"type":687},[],{"type":26,"value":2742},{"type":21,"tag":42,"props":5826,"children":5828},{"className":5827},[],[5829],{"type":26,"value":5707},{"type":26,"value":5831},"\nparameter of ",{"type":21,"tag":42,"props":5833,"children":5835},{"className":5834},[],[5836],{"type":26,"value":5736},{"type":21,"tag":597,"props":5838,"children":5840},{"name":5839},"VUID-vkCmdDrawIndexed-None-08635",[5841],{"type":21,"tag":22,"props":5842,"children":5843},{},[5844,5846,5850,5851,5855,5856,5859,5861,5866,5867,5872,5873,5876,5877,5882,5883],{"type":26,"value":5845},"If a shader object is bound to any graphics stage, then both\n",{"type":21,"tag":434,"props":5847,"children":5848},{"href":5666},[5849],{"type":26,"value":5669},{"type":26,"value":728},{"type":21,"tag":434,"props":5852,"children":5853},{"href":5733},[5854],{"type":26,"value":5736},{"type":26,"value":683},{"type":21,"tag":685,"props":5857,"children":5858},{"type":687},[],{"type":26,"value":5860},"\nhave been called in the current command buffer prior to this drawing\ncommand, and the ",{"type":21,"tag":42,"props":5862,"children":5864},{"className":5863},[],[5865],{"type":26,"value":5681},{"type":26,"value":5814},{"type":21,"tag":42,"props":5868,"children":5870},{"className":5869},[],[5871],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":5874,"children":5875},{"type":687},[],{"type":26,"value":2742},{"type":21,"tag":42,"props":5878,"children":5880},{"className":5879},[],[5881],{"type":26,"value":5707},{"type":26,"value":5831},{"type":21,"tag":42,"props":5884,"children":5886},{"className":5885},[],[5887],{"type":26,"value":5736},{"type":21,"tag":597,"props":5889,"children":5891},{"name":5890},"VUID-vkCmdDrawIndexed-viewportCount-04137",[5892],{"type":21,"tag":22,"props":5893,"children":5894},{},[5895,5896,5901,5902,5908,5910,5913,5914,5920,5921,5926,5928,5933,5935],{"type":26,"value":4285},{"type":21,"tag":42,"props":5897,"children":5899},{"className":5898},[],[5900],{"type":26,"value":5653},{"type":26,"value":5655},{"type":21,"tag":42,"props":5903,"children":5905},{"className":5904},[],[5906],{"type":26,"value":5907},"VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV",{"type":26,"value":5909}," dynamic state\nenabled, then the bound graphics pipeline ",{"type":21,"tag":685,"props":5911,"children":5912},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":434,"props":5915,"children":5917},{"href":5916},"/man/VkPipelineViewportWScalingStateCreateInfoNV",[5918],{"type":26,"value":5919},"VkPipelineViewportWScalingStateCreateInfoNV",{"type":26,"value":231},{"type":21,"tag":42,"props":5922,"children":5924},{"className":5923},[],[5925],{"type":26,"value":5681},{"type":26,"value":5927},"\ngreater or equal to the ",{"type":21,"tag":42,"props":5929,"children":5931},{"className":5930},[],[5932],{"type":26,"value":5681},{"type":26,"value":5934}," parameter in the last call\nto ",{"type":21,"tag":434,"props":5936,"children":5937},{"href":5666},[5938],{"type":26,"value":5669},{"type":21,"tag":597,"props":5940,"children":5942},{"name":5941},"VUID-vkCmdDrawIndexed-viewportCount-04138",[5943],{"type":21,"tag":22,"props":5944,"children":5945},{},[5946,5947,5952,5953,5958,5960,5965,5967,5973,5974,5977,5979,5984,5985],{"type":26,"value":4285},{"type":21,"tag":42,"props":5948,"children":5950},{"className":5949},[],[5951],{"type":26,"value":5653},{"type":26,"value":5786},{"type":21,"tag":42,"props":5954,"children":5956},{"className":5955},[],[5957],{"type":26,"value":5907},{"type":26,"value":5959}," dynamic states enabled then\nthe ",{"type":21,"tag":42,"props":5961,"children":5963},{"className":5962},[],[5964],{"type":26,"value":5681},{"type":26,"value":5966}," parameter in the last call to\n",{"type":21,"tag":434,"props":5968,"children":5970},{"href":5969},"/man/vkCmdSetViewportWScalingNV",[5971],{"type":26,"value":5972},"vkCmdSetViewportWScalingNV",{"type":26,"value":683},{"type":21,"tag":685,"props":5975,"children":5976},{"type":687},[],{"type":26,"value":5978}," be greater than or equal to the\n",{"type":21,"tag":42,"props":5980,"children":5982},{"className":5981},[],[5983],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":5986,"children":5987},{"href":5666},[5988],{"type":26,"value":5669},{"type":21,"tag":597,"props":5990,"children":5992},{"name":5991},"VUID-vkCmdDrawIndexed-None-09232",[5993],{"type":21,"tag":22,"props":5994,"children":5995},{},[5996,5997,6003,6005,6011,6013,6019,6020,6025,6026,6030,6031,6034,6035,6039],{"type":26,"value":1332},{"type":21,"tag":434,"props":5998,"children":6000},{"href":5999},"/extensions/VK_NV_clip_space_w_scaling",[6001],{"type":26,"value":6002},"VK_NV_clip_space_w_scaling",{"type":26,"value":6004}," extension is enabled, and a\nshader object is bound to any graphics stage, and the most recent call\nto ",{"type":21,"tag":434,"props":6006,"children":6008},{"href":6007},"/man/vkCmdSetViewportWScalingEnableNV",[6009],{"type":26,"value":6010},"vkCmdSetViewportWScalingEnableNV",{"type":26,"value":6012}," in the current command buffer\nset ",{"type":21,"tag":42,"props":6014,"children":6016},{"className":6015},[],[6017],{"type":26,"value":6018},"viewportWScalingEnable",{"type":26,"value":4400},{"type":21,"tag":42,"props":6021,"children":6023},{"className":6022},[],[6024],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":6027,"children":6028},{"href":5969},[6029],{"type":26,"value":5972},{"type":26,"value":683},{"type":21,"tag":685,"props":6032,"children":6033},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":6036,"children":6037},{"href":4308},[6038],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":6041,"children":6043},{"name":6042},"VUID-vkCmdDrawIndexed-None-08636",[6044],{"type":21,"tag":22,"props":6045,"children":6046},{},[6047,6048,6052,6053,6057,6058,6063,6064,6069,6071,6076,6077,6081,6082,6085,6086,6091,6092],{"type":26,"value":1332},{"type":21,"tag":434,"props":6049,"children":6050},{"href":5999},[6051],{"type":26,"value":6002},{"type":26,"value":6004},{"type":21,"tag":434,"props":6054,"children":6055},{"href":6007},[6056],{"type":26,"value":6010},{"type":26,"value":6012},{"type":21,"tag":42,"props":6059,"children":6061},{"className":6060},[],[6062],{"type":26,"value":6018},{"type":26,"value":4400},{"type":21,"tag":42,"props":6065,"children":6067},{"className":6066},[],[6068],{"type":26,"value":928},{"type":26,"value":6070},", then the\n",{"type":21,"tag":42,"props":6072,"children":6074},{"className":6073},[],[6075],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":6078,"children":6079},{"href":5969},[6080],{"type":26,"value":5972},{"type":26,"value":683},{"type":21,"tag":685,"props":6083,"children":6084},{"type":687},[],{"type":26,"value":5978},{"type":21,"tag":42,"props":6087,"children":6089},{"className":6088},[],[6090],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":6093,"children":6094},{"href":5666},[6095],{"type":26,"value":5669},{"type":21,"tag":597,"props":6097,"children":6099},{"name":6098},"VUID-vkCmdDrawIndexed-viewportCount-04139",[6100],{"type":21,"tag":22,"props":6101,"children":6102},{},[6103,6104,6109,6110,6116,6118,6121,6123,6129,6130,6135,6136,6141,6142],{"type":26,"value":4285},{"type":21,"tag":42,"props":6105,"children":6107},{"className":6106},[],[6108],{"type":26,"value":5653},{"type":26,"value":5655},{"type":21,"tag":42,"props":6111,"children":6113},{"className":6112},[],[6114],{"type":26,"value":6115},"VK_DYNAMIC_STATE_VIEWPORT_SHADING_RATE_PALETTE_NV",{"type":26,"value":6117}," dynamic\nstate enabled, then the bound graphics pipeline ",{"type":21,"tag":685,"props":6119,"children":6120},{"type":687},[],{"type":26,"value":6122}," have been created\nwith\n",{"type":21,"tag":434,"props":6124,"children":6126},{"href":6125},"/man/VkPipelineViewportShadingRateImageStateCreateInfoNV",[6127],{"type":26,"value":6128},"VkPipelineViewportShadingRateImageStateCreateInfoNV",{"type":26,"value":231},{"type":21,"tag":42,"props":6131,"children":6133},{"className":6132},[],[6134],{"type":26,"value":5681},{"type":26,"value":5927},{"type":21,"tag":42,"props":6137,"children":6139},{"className":6138},[],[6140],{"type":26,"value":5681},{"type":26,"value":5934},{"type":21,"tag":434,"props":6143,"children":6144},{"href":5666},[6145],{"type":26,"value":5669},{"type":21,"tag":597,"props":6147,"children":6149},{"name":6148},"VUID-vkCmdDrawIndexed-viewportCount-04140",[6150],{"type":21,"tag":22,"props":6151,"children":6152},{},[6153,6154,6159,6160,6165,6167,6172,6173,6179,6180,6183,6185,6190,6191],{"type":26,"value":4285},{"type":21,"tag":42,"props":6155,"children":6157},{"className":6156},[],[6158],{"type":26,"value":5653},{"type":26,"value":5786},{"type":21,"tag":42,"props":6161,"children":6163},{"className":6162},[],[6164],{"type":26,"value":6115},{"type":26,"value":6166}," dynamic states\nenabled then the ",{"type":21,"tag":42,"props":6168,"children":6170},{"className":6169},[],[6171],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":6174,"children":6176},{"href":6175},"/man/vkCmdSetViewportShadingRatePaletteNV",[6177],{"type":26,"value":6178},"vkCmdSetViewportShadingRatePaletteNV",{"type":26,"value":683},{"type":21,"tag":685,"props":6181,"children":6182},{"type":687},[],{"type":26,"value":6184}," be greater than or\nequal to the ",{"type":21,"tag":42,"props":6186,"children":6188},{"className":6187},[],[6189],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":6192,"children":6193},{"href":5666},[6194],{"type":26,"value":5669},{"type":21,"tag":597,"props":6196,"children":6198},{"name":6197},"VUID-vkCmdDrawIndexed-shadingRateImage-09233",[6199],{"type":21,"tag":22,"props":6200,"children":6201},{},[6202,6203,6213,6215,6219,6221,6226,6227,6232,6233,6239,6240,6243,6244,6248],{"type":26,"value":1332},{"type":21,"tag":434,"props":6204,"children":6206},{"href":6205},"/man/VkPhysicalDeviceShadingRateImageFeaturesNV#features-shadingRateImage",[6207],{"type":21,"tag":42,"props":6208,"children":6210},{"className":6209},[],[6211],{"type":26,"value":6212},"shadingRateImage",{"type":26,"value":6214}," feature is\nenabled, and a shader object is bound to any graphics stage, and the\nmost recent call to ",{"type":21,"tag":434,"props":6216,"children":6217},{"href":4387},[6218],{"type":26,"value":4390},{"type":26,"value":6220}," in the current\ncommand buffer set ",{"type":21,"tag":42,"props":6222,"children":6224},{"className":6223},[],[6225],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":6228,"children":6230},{"className":6229},[],[6231],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":6234,"children":6236},{"href":6235},"/man/vkCmdSetCoarseSampleOrderNV",[6237],{"type":26,"value":6238},"vkCmdSetCoarseSampleOrderNV",{"type":26,"value":683},{"type":21,"tag":685,"props":6241,"children":6242},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":6245,"children":6246},{"href":4308},[6247],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":6250,"children":6252},{"name":6251},"VUID-vkCmdDrawIndexed-shadingRateImage-09234",[6253],{"type":21,"tag":22,"props":6254,"children":6255},{},[6256,6257,6265,6266,6270,6271,6276,6277,6282,6284,6290,6292,6298,6299,6304,6305,6309,6310,6313,6315,6319],{"type":26,"value":1332},{"type":21,"tag":434,"props":6258,"children":6259},{"href":6205},[6260],{"type":21,"tag":42,"props":6261,"children":6263},{"className":6262},[],[6264],{"type":26,"value":6212},{"type":26,"value":6214},{"type":21,"tag":434,"props":6267,"children":6268},{"href":4387},[6269],{"type":26,"value":4390},{"type":26,"value":6220},{"type":21,"tag":42,"props":6272,"children":6274},{"className":6273},[],[6275],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":6278,"children":6280},{"className":6279},[],[6281],{"type":26,"value":665},{"type":26,"value":6283},", and\nthe most recent call to ",{"type":21,"tag":434,"props":6285,"children":6287},{"href":6286},"/man/vkCmdSetShadingRateImageEnableNV",[6288],{"type":26,"value":6289},"vkCmdSetShadingRateImageEnableNV",{"type":26,"value":6291}," in the\ncurrent command buffer set ",{"type":21,"tag":42,"props":6293,"children":6295},{"className":6294},[],[6296],{"type":26,"value":6297},"shadingRateImageEnable",{"type":26,"value":4694},{"type":21,"tag":42,"props":6300,"children":6302},{"className":6301},[],[6303],{"type":26,"value":928},{"type":26,"value":4611},{"type":21,"tag":434,"props":6306,"children":6307},{"href":6175},[6308],{"type":26,"value":6178},{"type":26,"value":683},{"type":21,"tag":685,"props":6311,"children":6312},{"type":687},[],{"type":26,"value":6314},"\nhave been called and not subsequently ",{"type":21,"tag":434,"props":6316,"children":6317},{"href":4308},[6318],{"type":26,"value":4311},{"type":26,"value":4553},{"type":21,"tag":597,"props":6321,"children":6323},{"name":6322},"VUID-vkCmdDrawIndexed-None-08637",[6324],{"type":21,"tag":22,"props":6325,"children":6326},{},[6327,6328,6336,6337,6341,6342,6347,6348,6353,6354,6358,6359,6364,6365,6370,6372,6377,6378,6382,6383,6386,6387,6392,6393],{"type":26,"value":1332},{"type":21,"tag":434,"props":6329,"children":6330},{"href":6205},[6331],{"type":21,"tag":42,"props":6332,"children":6334},{"className":6333},[],[6335],{"type":26,"value":6212},{"type":26,"value":6214},{"type":21,"tag":434,"props":6338,"children":6339},{"href":4387},[6340],{"type":26,"value":4390},{"type":26,"value":6220},{"type":21,"tag":42,"props":6343,"children":6345},{"className":6344},[],[6346],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":6349,"children":6351},{"className":6350},[],[6352],{"type":26,"value":665},{"type":26,"value":6283},{"type":21,"tag":434,"props":6355,"children":6356},{"href":6286},[6357],{"type":26,"value":6289},{"type":26,"value":6291},{"type":21,"tag":42,"props":6360,"children":6362},{"className":6361},[],[6363],{"type":26,"value":6297},{"type":26,"value":4694},{"type":21,"tag":42,"props":6366,"children":6368},{"className":6367},[],[6369],{"type":26,"value":928},{"type":26,"value":6371},", then the ",{"type":21,"tag":42,"props":6373,"children":6375},{"className":6374},[],[6376],{"type":26,"value":5681},{"type":26,"value":5934},{"type":21,"tag":434,"props":6379,"children":6380},{"href":6175},[6381],{"type":26,"value":6178},{"type":26,"value":683},{"type":21,"tag":685,"props":6384,"children":6385},{"type":687},[],{"type":26,"value":6184},{"type":21,"tag":42,"props":6388,"children":6390},{"className":6389},[],[6391],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":6394,"children":6395},{"href":5666},[6396],{"type":26,"value":5669},{"type":21,"tag":597,"props":6398,"children":6400},{"name":6399},"VUID-vkCmdDrawIndexed-VkPipelineVieportCreateInfo-04141",[6401],{"type":21,"tag":22,"props":6402,"children":6403},{},[6404,6405,6410,6412,6418,6420,6425,6427,6430,6431,6435,6436,6441,6442,6447,6448],{"type":26,"value":4285},{"type":21,"tag":42,"props":6406,"children":6408},{"className":6407},[],[6409],{"type":26,"value":5653},{"type":26,"value":6411}," dynamic state enabled and a\n",{"type":21,"tag":434,"props":6413,"children":6415},{"href":6414},"/man/VkPipelineViewportSwizzleStateCreateInfoNV",[6416],{"type":26,"value":6417},"VkPipelineViewportSwizzleStateCreateInfoNV",{"type":26,"value":6419}," structure chained from\n",{"type":21,"tag":434,"props":6421,"children":6423},{"href":6422},"/man/VkPipelineViewportStateCreateInfo",[6424],{"type":26,"value":5700},{"type":26,"value":6426},", then the bound graphics\npipeline ",{"type":21,"tag":685,"props":6428,"children":6429},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":434,"props":6432,"children":6433},{"href":6414},[6434],{"type":26,"value":6417},{"type":26,"value":231},{"type":21,"tag":42,"props":6437,"children":6439},{"className":6438},[],[6440],{"type":26,"value":5681},{"type":26,"value":5927},{"type":21,"tag":42,"props":6443,"children":6445},{"className":6444},[],[6446],{"type":26,"value":5681},{"type":26,"value":5934},{"type":21,"tag":434,"props":6449,"children":6450},{"href":5666},[6451],{"type":26,"value":5669},{"type":21,"tag":597,"props":6453,"children":6455},{"name":6454},"VUID-vkCmdDrawIndexed-VkPipelineVieportCreateInfo-04142",[6456],{"type":21,"tag":22,"props":6457,"children":6458},{},[6459,6460,6465,6466,6472,6474,6478,6480,6483,6484,6488,6489,6495,6496,6501,6502],{"type":26,"value":4285},{"type":21,"tag":42,"props":6461,"children":6463},{"className":6462},[],[6464],{"type":26,"value":5653},{"type":26,"value":6411},{"type":21,"tag":434,"props":6467,"children":6469},{"href":6468},"/man/VkPipelineViewportExclusiveScissorStateCreateInfoNV",[6470],{"type":26,"value":6471},"VkPipelineViewportExclusiveScissorStateCreateInfoNV",{"type":26,"value":6473}," structure\nchained from ",{"type":21,"tag":434,"props":6475,"children":6476},{"href":6422},[6477],{"type":26,"value":5700},{"type":26,"value":6479},", then the bound\ngraphics pipeline ",{"type":21,"tag":685,"props":6481,"children":6482},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":434,"props":6485,"children":6486},{"href":6468},[6487],{"type":26,"value":6471},{"type":26,"value":231},{"type":21,"tag":42,"props":6490,"children":6492},{"className":6491},[],[6493],{"type":26,"value":6494},"exclusiveScissorCount",{"type":26,"value":5927},{"type":21,"tag":42,"props":6497,"children":6499},{"className":6498},[],[6500],{"type":26,"value":5681},{"type":26,"value":5934},{"type":21,"tag":434,"props":6503,"children":6504},{"href":5666},[6505],{"type":26,"value":5669},{"type":21,"tag":597,"props":6507,"children":6509},{"name":6508},"VUID-vkCmdDrawIndexed-None-07878",[6510],{"type":21,"tag":22,"props":6511,"children":6512},{},[6513,6514,6524,6526,6532,6534,6540,6541,6544,6545,6549],{"type":26,"value":1332},{"type":21,"tag":434,"props":6515,"children":6517},{"href":6516},"/man/VkPhysicalDeviceExclusiveScissorFeaturesNV#features-exclusiveScissor",[6518],{"type":21,"tag":42,"props":6519,"children":6521},{"className":6520},[],[6522],{"type":26,"value":6523},"exclusiveScissor",{"type":26,"value":6525}," feature is\nenabled, and\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":6527,"children":6529},{"className":6528},[],[6530],{"type":26,"value":6531},"VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_ENABLE_NV",{"type":26,"value":6533}," dynamic state\nenabled, then ",{"type":21,"tag":434,"props":6535,"children":6537},{"href":6536},"/man/vkCmdSetExclusiveScissorEnableNV",[6538],{"type":26,"value":6539},"vkCmdSetExclusiveScissorEnableNV",{"type":26,"value":683},{"type":21,"tag":685,"props":6542,"children":6543},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":6546,"children":6547},{"href":4308},[6548],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":6551,"children":6553},{"name":6552},"VUID-vkCmdDrawIndexed-None-07879",[6554],{"type":21,"tag":22,"props":6555,"children":6556},{},[6557,6558,6566,6568,6574,6576,6580,6582,6588,6590,6595,6596,6602,6603,6606,6607,6611],{"type":26,"value":1332},{"type":21,"tag":434,"props":6559,"children":6560},{"href":6516},[6561],{"type":21,"tag":42,"props":6562,"children":6564},{"className":6563},[],[6565],{"type":26,"value":6523},{"type":26,"value":6567}," feature is\nenabled,\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":6569,"children":6571},{"className":6570},[],[6572],{"type":26,"value":6573},"VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV",{"type":26,"value":6575}," dynamic state enabled, and\nthe most recent call to ",{"type":21,"tag":434,"props":6577,"children":6578},{"href":6536},[6579],{"type":26,"value":6539},{"type":26,"value":6581}," in the\ncurrent command buffer set any element of ",{"type":21,"tag":42,"props":6583,"children":6585},{"className":6584},[],[6586],{"type":26,"value":6587},"pExclusiveScissorEnables",{"type":26,"value":6589},"\nto ",{"type":21,"tag":42,"props":6591,"children":6593},{"className":6592},[],[6594],{"type":26,"value":928},{"type":26,"value":4611},{"type":21,"tag":434,"props":6597,"children":6599},{"href":6598},"/man/vkCmdSetExclusiveScissorNV",[6600],{"type":26,"value":6601},"vkCmdSetExclusiveScissorNV",{"type":26,"value":683},{"type":21,"tag":685,"props":6604,"children":6605},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":6608,"children":6609},{"href":4308},[6610],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":6613,"children":6615},{"name":6614},"VUID-vkCmdDrawIndexed-None-04876",[6616],{"type":21,"tag":22,"props":6617,"children":6618},{},[6619,6620,6626,6627,6631,6632,6635,6637,6641],{"type":26,"value":4562},{"type":21,"tag":42,"props":6621,"children":6623},{"className":6622},[],[6624],{"type":26,"value":6625},"VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE",{"type":26,"value":5663},{"type":21,"tag":434,"props":6628,"children":6629},{"href":4387},[6630],{"type":26,"value":4390},{"type":26,"value":683},{"type":21,"tag":685,"props":6633,"children":6634},{"type":687},[],{"type":26,"value":6636}," have been called and\nnot subsequently ",{"type":21,"tag":434,"props":6638,"children":6639},{"href":4308},[6640],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":6643,"children":6645},{"name":6644},"VUID-vkCmdDrawIndexed-None-04877",[6646],{"type":21,"tag":22,"props":6647,"children":6648},{},[6649,6650,6656,6657,6661,6662,6667,6668,6673,6674,6680,6681,6684,6685,6689],{"type":26,"value":4562},{"type":21,"tag":42,"props":6651,"children":6653},{"className":6652},[],[6654],{"type":26,"value":6655},"VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE",{"type":26,"value":5220},{"type":21,"tag":434,"props":6658,"children":6659},{"href":4573},[6660],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":6663,"children":6665},{"className":6664},[],[6666],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":6669,"children":6671},{"className":6670},[],[6672],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":6675,"children":6677},{"href":6676},"/man/vkCmdSetDepthBiasEnable",[6678],{"type":26,"value":6679},"vkCmdSetDepthBiasEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":6682,"children":6683},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":6686,"children":6687},{"href":4308},[6688],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":6691,"children":6693},{"name":6692},"VUID-vkCmdDrawIndexed-logicOp-04878",[6694],{"type":21,"tag":22,"props":6695,"children":6696},{},[6697,6699,6704,6706,6712,6713,6717,6718,6723,6724,6729,6730,6734,6735,6741,6742,6747,6748,6754,6755,6758,6759,6763],{"type":26,"value":6698},"If\na shader object is bound to the ",{"type":21,"tag":42,"props":6700,"children":6702},{"className":6701},[],[6703],{"type":26,"value":4679},{"type":26,"value":6705}," or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":6707,"children":6709},{"className":6708},[],[6710],{"type":26,"value":6711},"VK_DYNAMIC_STATE_LOGIC_OP_EXT",{"type":26,"value":4570},{"type":21,"tag":434,"props":6714,"children":6715},{"href":4573},[6716],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":6719,"children":6721},{"className":6720},[],[6722],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":6725,"children":6727},{"className":6726},[],[6728],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":6731,"children":6732},{"href":4573},[6733],{"type":26,"value":4576},{"type":26,"value":4596},{"type":21,"tag":42,"props":6736,"children":6738},{"className":6737},[],[6739],{"type":26,"value":6740},"logicOpEnable",{"type":26,"value":532},{"type":21,"tag":42,"props":6743,"children":6745},{"className":6744},[],[6746],{"type":26,"value":928},{"type":26,"value":4611},{"type":21,"tag":434,"props":6749,"children":6751},{"href":6750},"/man/vkCmdSetLogicOpEXT",[6752],{"type":26,"value":6753},"vkCmdSetLogicOpEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":6756,"children":6757},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":6760,"children":6761},{"href":4308},[6762],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":6765,"children":6767},{"name":6766},"VUID-vkCmdDrawIndexed-primitiveFragmentShadingRateWithMultipleViewports-04552",[6768],{"type":21,"tag":22,"props":6769,"children":6770},{},[6771,6772,6782,6784,6789,6791,6797,6799,6803,6804,6807,6809,6814,6815,6820,6821,6824,6826],{"type":26,"value":1332},{"type":21,"tag":434,"props":6773,"children":6775},{"href":6774},"/man/VkPhysicalDeviceFragmentShadingRatePropertiesKHR#limits-primitiveFragmentShadingRateWithMultipleViewports",[6776],{"type":21,"tag":42,"props":6777,"children":6779},{"className":6778},[],[6780],{"type":26,"value":6781},"primitiveFragmentShadingRateWithMultipleViewports",{"type":26,"value":6783}," limit is not\nsupported, the bound graphics pipeline was created with the\n",{"type":21,"tag":42,"props":6785,"children":6787},{"className":6786},[],[6788],{"type":26,"value":5653},{"type":26,"value":6790}," dynamic state enabled, and\nany of the shader stages of the bound graphics pipeline write to the\n",{"type":21,"tag":42,"props":6792,"children":6794},{"className":6793},[],[6795],{"type":26,"value":6796},"PrimitiveShadingRateKHR",{"type":26,"value":6798}," built-in, then\n",{"type":21,"tag":434,"props":6800,"children":6801},{"href":5666},[6802],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":6805,"children":6806},{"type":687},[],{"type":26,"value":6808}," have been called in the current\ncommand buffer prior to this drawing command, and the\n",{"type":21,"tag":42,"props":6810,"children":6812},{"className":6811},[],[6813],{"type":26,"value":5681},{"type":26,"value":5683},{"type":21,"tag":42,"props":6816,"children":6818},{"className":6817},[],[6819],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":6822,"children":6823},{"type":687},[],{"type":26,"value":6825},"\nbe ",{"type":21,"tag":42,"props":6827,"children":6829},{"className":6828},[],[6830],{"type":26,"value":6831},"1",{"type":21,"tag":597,"props":6833,"children":6835},{"name":6834},"VUID-vkCmdDrawIndexed-primitiveFragmentShadingRateWithMultipleViewports-08642",[6836],{"type":21,"tag":22,"props":6837,"children":6838},{},[6839,6840,6848,6850,6855,6856,6860,6861,6864,6865,6870,6871,6876,6877,6880,6881],{"type":26,"value":1332},{"type":21,"tag":434,"props":6841,"children":6842},{"href":6774},[6843],{"type":21,"tag":42,"props":6844,"children":6846},{"className":6845},[],[6847],{"type":26,"value":6781},{"type":26,"value":6849}," limit is not\nsupported, and any shader object bound to a graphics stage writes to the\n",{"type":21,"tag":42,"props":6851,"children":6853},{"className":6852},[],[6854],{"type":26,"value":6796},{"type":26,"value":6798},{"type":21,"tag":434,"props":6857,"children":6858},{"href":5666},[6859],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":6862,"children":6863},{"type":687},[],{"type":26,"value":6808},{"type":21,"tag":42,"props":6866,"children":6868},{"className":6867},[],[6869],{"type":26,"value":5681},{"type":26,"value":5683},{"type":21,"tag":42,"props":6872,"children":6874},{"className":6873},[],[6875],{"type":26,"value":5669},{"type":26,"value":683},{"type":21,"tag":685,"props":6878,"children":6879},{"type":687},[],{"type":26,"value":6825},{"type":21,"tag":42,"props":6882,"children":6884},{"className":6883},[],[6885],{"type":26,"value":6831},{"type":21,"tag":597,"props":6887,"children":6889},{"name":6888},"VUID-vkCmdDrawIndexed-blendEnable-04727",[6890],{"type":21,"tag":22,"props":6891,"children":6892},{},[6893,6895,6899,6901,6907,6908,6914,6916,6922,6924,6930,6931,6934,6935],{"type":26,"value":6894},"If rasterization is not disabled in the bound graphics pipeline, then\nfor each color attachment in the subpass, if the corresponding image\nview’s ",{"type":21,"tag":434,"props":6896,"children":6897},{"href":678},[6898],{"type":26,"value":681},{"type":26,"value":6900}," do not\ncontain ",{"type":21,"tag":42,"props":6902,"children":6904},{"className":6903},[],[6905],{"type":26,"value":6906},"VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT",{"type":26,"value":6070},{"type":21,"tag":42,"props":6909,"children":6911},{"className":6910},[],[6912],{"type":26,"value":6913},"blendEnable",{"type":26,"value":6915}," member of the corresponding element of the\n",{"type":21,"tag":42,"props":6917,"children":6919},{"className":6918},[],[6920],{"type":26,"value":6921},"pAttachments",{"type":26,"value":6923}," member of ",{"type":21,"tag":42,"props":6925,"children":6927},{"className":6926},[],[6928],{"type":26,"value":6929},"pColorBlendState",{"type":26,"value":683},{"type":21,"tag":685,"props":6932,"children":6933},{"type":687},[],{"type":26,"value":996},{"type":21,"tag":42,"props":6936,"children":6938},{"className":6937},[],[6939],{"type":26,"value":665},{"type":21,"tag":597,"props":6941,"children":6943},{"name":6942},"VUID-vkCmdDrawIndexed-None-08643",[6944],{"type":21,"tag":22,"props":6945,"children":6946},{},[6947,6948,6953,6954,6958,6959,6964,6965,6970,6972,6976,6978,6983,6985,6990,6992,6997,6999,7002,7004],{"type":26,"value":4673},{"type":21,"tag":42,"props":6949,"children":6951},{"className":6950},[],[6952],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":6955,"children":6956},{"href":4387},[6957],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":6960,"children":6962},{"className":6961},[],[6963],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":6966,"children":6968},{"className":6967},[],[6969],{"type":26,"value":665},{"type":26,"value":6971},", then for each color attachment in the render pass, if\nthe corresponding image view’s\n",{"type":21,"tag":434,"props":6973,"children":6974},{"href":678},[6975],{"type":26,"value":681},{"type":26,"value":6977}," do not contain\n",{"type":21,"tag":42,"props":6979,"children":6981},{"className":6980},[],[6982],{"type":26,"value":6906},{"type":26,"value":6984},", then the\ncorresponding member of ",{"type":21,"tag":42,"props":6986,"children":6988},{"className":6987},[],[6989],{"type":26,"value":4715},{"type":26,"value":6991}," in the most recent call\nto ",{"type":21,"tag":42,"props":6993,"children":6995},{"className":6994},[],[6996],{"type":26,"value":4707},{"type":26,"value":6998}," in the current command buffer that\naffected that attachment index ",{"type":21,"tag":685,"props":7000,"children":7001},{"type":687},[],{"type":26,"value":7003}," have been ",{"type":21,"tag":42,"props":7005,"children":7007},{"className":7006},[],[7008],{"type":26,"value":665},{"type":21,"tag":597,"props":7010,"children":7012},{"name":7011},"VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07284",[7013],{"type":21,"tag":22,"props":7014,"children":7015},{},[7016],{"type":26,"value":7017},"If rasterization is not disabled in the bound graphics pipeline,\nand none of the following is enabled:",{"type":21,"tag":597,"props":7019,"children":7021},{"name":7020},"VUID-vkCmdDrawIndexed-None-08644",[7022],{"type":21,"tag":22,"props":7023,"children":7024},{},[7025,7026,7030,7031,7036,7037,7042],{"type":26,"value":4384},{"type":21,"tag":434,"props":7027,"children":7028},{"href":4387},[7029],{"type":26,"value":4390},{"type":26,"value":4392},{"type":21,"tag":42,"props":7032,"children":7034},{"className":7033},[],[7035],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":7038,"children":7040},{"className":7039},[],[7041],{"type":26,"value":665},{"type":26,"value":7043},",\nand none of the following is enabled:",{"type":21,"tag":597,"props":7045,"children":7047},{"name":7046},"VUID-vkCmdDrawIndexed-None-08876",[7048],{"type":21,"tag":22,"props":7049,"children":7050},{},[7051,7053,7056,7058],{"type":26,"value":7052},"If a shader object is bound to any graphics stage, the current render\npass instance ",{"type":21,"tag":685,"props":7054,"children":7055},{"type":687},[],{"type":26,"value":7057}," have been begun with ",{"type":21,"tag":434,"props":7059,"children":7061},{"href":7060},"/man/vkCmdBeginRendering",[7062],{"type":26,"value":7063},"vkCmdBeginRendering",{"type":21,"tag":597,"props":7065,"children":7067},{"name":7066},"VUID-vkCmdDrawIndexed-imageView-06172",[7068],{"type":21,"tag":22,"props":7069,"children":7070},{},[7071,7073,7077,7079,7085,7087,7093,7095,7099,7101,7107,7109,7114,7115,7121,7123,7126],{"type":26,"value":7072},"If the current render pass instance was begun with\n",{"type":21,"tag":434,"props":7074,"children":7075},{"href":7060},[7076],{"type":26,"value":7063},{"type":26,"value":7078},", the ",{"type":21,"tag":42,"props":7080,"children":7082},{"className":7081},[],[7083],{"type":26,"value":7084},"imageView",{"type":26,"value":7086}," member of\n",{"type":21,"tag":42,"props":7088,"children":7090},{"className":7089},[],[7091],{"type":26,"value":7092},"pDepthAttachment",{"type":26,"value":7094}," is not ",{"type":21,"tag":434,"props":7096,"children":7097},{"href":2426},[7098],{"type":26,"value":2429},{"type":26,"value":7100},", and the ",{"type":21,"tag":42,"props":7102,"children":7104},{"className":7103},[],[7105],{"type":26,"value":7106},"layout",{"type":26,"value":7108},"\nmember of ",{"type":21,"tag":42,"props":7110,"children":7112},{"className":7111},[],[7113],{"type":26,"value":7092},{"type":26,"value":532},{"type":21,"tag":42,"props":7116,"children":7118},{"className":7117},[],[7119],{"type":26,"value":7120},"VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL",{"type":26,"value":7122},", this command\n",{"type":21,"tag":685,"props":7124,"children":7125},{"type":687},[],{"type":26,"value":7127}," not write any values to the depth attachment",{"type":21,"tag":597,"props":7129,"children":7131},{"name":7130},"VUID-vkCmdDrawIndexed-imageView-06173",[7132],{"type":21,"tag":22,"props":7133,"children":7134},{},[7135,7136,7140,7141,7146,7147,7153,7154,7158,7159,7164,7165,7170,7171,7176,7177,7180],{"type":26,"value":7072},{"type":21,"tag":434,"props":7137,"children":7138},{"href":7060},[7139],{"type":26,"value":7063},{"type":26,"value":7078},{"type":21,"tag":42,"props":7142,"children":7144},{"className":7143},[],[7145],{"type":26,"value":7084},{"type":26,"value":7086},{"type":21,"tag":42,"props":7148,"children":7150},{"className":7149},[],[7151],{"type":26,"value":7152},"pStencilAttachment",{"type":26,"value":7094},{"type":21,"tag":434,"props":7155,"children":7156},{"href":2426},[7157],{"type":26,"value":2429},{"type":26,"value":4590},{"type":21,"tag":42,"props":7160,"children":7162},{"className":7161},[],[7163],{"type":26,"value":7106},{"type":26,"value":6923},{"type":21,"tag":42,"props":7166,"children":7168},{"className":7167},[],[7169],{"type":26,"value":7152},{"type":26,"value":532},{"type":21,"tag":42,"props":7172,"children":7174},{"className":7173},[],[7175],{"type":26,"value":7120},{"type":26,"value":7122},{"type":21,"tag":685,"props":7178,"children":7179},{"type":687},[],{"type":26,"value":7181}," not write any values to the stencil attachment",{"type":21,"tag":597,"props":7183,"children":7185},{"name":7184},"VUID-vkCmdDrawIndexed-imageView-06174",[7186],{"type":21,"tag":22,"props":7187,"children":7188},{},[7189,7190,7194,7195,7200,7201,7206,7207,7211,7212,7217,7218,7223,7224,7230,7232,7235],{"type":26,"value":7072},{"type":21,"tag":434,"props":7191,"children":7192},{"href":7060},[7193],{"type":26,"value":7063},{"type":26,"value":7078},{"type":21,"tag":42,"props":7196,"children":7198},{"className":7197},[],[7199],{"type":26,"value":7084},{"type":26,"value":7086},{"type":21,"tag":42,"props":7202,"children":7204},{"className":7203},[],[7205],{"type":26,"value":7092},{"type":26,"value":7094},{"type":21,"tag":434,"props":7208,"children":7209},{"href":2426},[7210],{"type":26,"value":2429},{"type":26,"value":7100},{"type":21,"tag":42,"props":7213,"children":7215},{"className":7214},[],[7216],{"type":26,"value":7106},{"type":26,"value":7108},{"type":21,"tag":42,"props":7219,"children":7221},{"className":7220},[],[7222],{"type":26,"value":7092},{"type":26,"value":532},{"type":21,"tag":42,"props":7225,"children":7227},{"className":7226},[],[7228],{"type":26,"value":7229},"VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL",{"type":26,"value":7231},", this\ncommand ",{"type":21,"tag":685,"props":7233,"children":7234},{"type":687},[],{"type":26,"value":7127},{"type":21,"tag":597,"props":7237,"children":7239},{"name":7238},"VUID-vkCmdDrawIndexed-imageView-06175",[7240],{"type":21,"tag":22,"props":7241,"children":7242},{},[7243,7244,7248,7249,7254,7255,7260,7261,7265,7266,7271,7272,7277,7278,7284,7285,7288],{"type":26,"value":7072},{"type":21,"tag":434,"props":7245,"children":7246},{"href":7060},[7247],{"type":26,"value":7063},{"type":26,"value":7078},{"type":21,"tag":42,"props":7250,"children":7252},{"className":7251},[],[7253],{"type":26,"value":7084},{"type":26,"value":7086},{"type":21,"tag":42,"props":7256,"children":7258},{"className":7257},[],[7259],{"type":26,"value":7152},{"type":26,"value":7094},{"type":21,"tag":434,"props":7262,"children":7263},{"href":2426},[7264],{"type":26,"value":2429},{"type":26,"value":4590},{"type":21,"tag":42,"props":7267,"children":7269},{"className":7268},[],[7270],{"type":26,"value":7106},{"type":26,"value":6923},{"type":21,"tag":42,"props":7273,"children":7275},{"className":7274},[],[7276],{"type":26,"value":7152},{"type":26,"value":532},{"type":21,"tag":42,"props":7279,"children":7281},{"className":7280},[],[7282],{"type":26,"value":7283},"VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL",{"type":26,"value":7231},{"type":21,"tag":685,"props":7286,"children":7287},{"type":687},[],{"type":26,"value":7181},{"type":21,"tag":597,"props":7290,"children":7292},{"name":7291},"VUID-vkCmdDrawIndexed-imageView-06176",[7293],{"type":21,"tag":22,"props":7294,"children":7295},{},[7296,7297,7301,7302,7307,7308,7313,7314,7318,7319,7324,7325,7330,7331,7337,7339,7342],{"type":26,"value":7072},{"type":21,"tag":434,"props":7298,"children":7299},{"href":7060},[7300],{"type":26,"value":7063},{"type":26,"value":7078},{"type":21,"tag":42,"props":7303,"children":7305},{"className":7304},[],[7306],{"type":26,"value":7084},{"type":26,"value":7086},{"type":21,"tag":42,"props":7309,"children":7311},{"className":7310},[],[7312],{"type":26,"value":7092},{"type":26,"value":7094},{"type":21,"tag":434,"props":7315,"children":7316},{"href":2426},[7317],{"type":26,"value":2429},{"type":26,"value":7100},{"type":21,"tag":42,"props":7320,"children":7322},{"className":7321},[],[7323],{"type":26,"value":7106},{"type":26,"value":7108},{"type":21,"tag":42,"props":7326,"children":7328},{"className":7327},[],[7329],{"type":26,"value":7092},{"type":26,"value":532},{"type":21,"tag":42,"props":7332,"children":7334},{"className":7333},[],[7335],{"type":26,"value":7336},"VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL",{"type":26,"value":7338},", this command ",{"type":21,"tag":685,"props":7340,"children":7341},{"type":687},[],{"type":26,"value":7343}," not\nwrite any values to the depth attachment",{"type":21,"tag":597,"props":7345,"children":7347},{"name":7346},"VUID-vkCmdDrawIndexed-imageView-06177",[7348],{"type":21,"tag":22,"props":7349,"children":7350},{},[7351,7352,7356,7357,7362,7363,7368,7369,7373,7374,7379,7380,7385,7386,7392,7393,7396],{"type":26,"value":7072},{"type":21,"tag":434,"props":7353,"children":7354},{"href":7060},[7355],{"type":26,"value":7063},{"type":26,"value":7078},{"type":21,"tag":42,"props":7358,"children":7360},{"className":7359},[],[7361],{"type":26,"value":7084},{"type":26,"value":7086},{"type":21,"tag":42,"props":7364,"children":7366},{"className":7365},[],[7367],{"type":26,"value":7152},{"type":26,"value":7094},{"type":21,"tag":434,"props":7370,"children":7371},{"href":2426},[7372],{"type":26,"value":2429},{"type":26,"value":4590},{"type":21,"tag":42,"props":7375,"children":7377},{"className":7376},[],[7378],{"type":26,"value":7106},{"type":26,"value":6923},{"type":21,"tag":42,"props":7381,"children":7383},{"className":7382},[],[7384],{"type":26,"value":7152},{"type":26,"value":532},{"type":21,"tag":42,"props":7387,"children":7389},{"className":7388},[],[7390],{"type":26,"value":7391},"VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL",{"type":26,"value":7338},{"type":21,"tag":685,"props":7394,"children":7395},{"type":687},[],{"type":26,"value":7397}," not\nwrite any values to the stencil attachment",{"type":21,"tag":597,"props":7399,"children":7401},{"name":7400},"VUID-vkCmdDrawIndexed-viewMask-06178",[7402],{"type":21,"tag":22,"props":7403,"children":7404},{},[7405,7406,7410,7412,7415,7417,7423,7424,7430,7431,7435,7436],{"type":26,"value":7072},{"type":21,"tag":434,"props":7407,"children":7408},{"href":7060},[7409],{"type":26,"value":7063},{"type":26,"value":7411},", the currently bound graphics pipeline ",{"type":21,"tag":685,"props":7413,"children":7414},{"type":687},[],{"type":26,"value":7416},"\nhave been created with a\n",{"type":21,"tag":434,"props":7418,"children":7420},{"href":7419},"/man/VkPipelineRenderingCreateInfo",[7421],{"type":26,"value":7422},"VkPipelineRenderingCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":7425,"children":7427},{"className":7426},[],[7428],{"type":26,"value":7429},"viewMask",{"type":26,"value":644},{"type":21,"tag":434,"props":7432,"children":7433},{"href":4048},[7434],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7437,"children":7439},{"className":7438},[],[7440],{"type":26,"value":7429},{"type":21,"tag":597,"props":7442,"children":7444},{"name":7443},"VUID-vkCmdDrawIndexed-colorAttachmentCount-06179",[7445],{"type":21,"tag":22,"props":7446,"children":7447},{},[7448,7449,7459,7461,7465,7466,7469,7470,7474,7475,7481,7482,7486,7487],{"type":26,"value":1154},{"type":21,"tag":434,"props":7450,"children":7452},{"href":7451},"/man/VkPhysicalDeviceDynamicRenderingUnusedAttachmentsFeaturesEXT#features-dynamicRenderingUnusedAttachments",[7453],{"type":21,"tag":42,"props":7454,"children":7456},{"className":7455},[],[7457],{"type":26,"value":7458},"dynamicRenderingUnusedAttachments",{"type":26,"value":7460}," feature is not enabled and\nthe current render pass instance was begun with\n",{"type":21,"tag":434,"props":7462,"children":7463},{"href":7060},[7464],{"type":26,"value":7063},{"type":26,"value":7411},{"type":21,"tag":685,"props":7467,"children":7468},{"type":687},[],{"type":26,"value":7416},{"type":21,"tag":434,"props":7471,"children":7472},{"href":7419},[7473],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":7476,"children":7478},{"className":7477},[],[7479],{"type":26,"value":7480},"colorAttachmentCount",{"type":26,"value":644},{"type":21,"tag":434,"props":7483,"children":7484},{"href":4048},[7485],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7488,"children":7490},{"className":7489},[],[7491],{"type":26,"value":7480},{"type":21,"tag":597,"props":7493,"children":7495},{"name":7494},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08910",[7496],{"type":21,"tag":22,"props":7497,"children":7498},{},[7499,7500,7508,7510,7514,7515,7519,7520,7525,7527,7533,7535,7539,7540,7546,7548,7553,7555,7559,7560,7563,7565,7569,7571,7575,7576,7582],{"type":26,"value":1154},{"type":21,"tag":434,"props":7501,"children":7502},{"href":7451},[7503],{"type":21,"tag":42,"props":7504,"children":7506},{"className":7505},[],[7507],{"type":26,"value":7458},{"type":26,"value":7509}," feature is not enabled, and\nthe current render pass instance was begun with\n",{"type":21,"tag":434,"props":7511,"children":7512},{"href":7060},[7513],{"type":26,"value":7063},{"type":26,"value":5786},{"type":21,"tag":434,"props":7516,"children":7517},{"href":4048},[7518],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7521,"children":7523},{"className":7522},[],[7524],{"type":26,"value":7480},{"type":26,"value":7526}," greater than ",{"type":21,"tag":42,"props":7528,"children":7530},{"className":7529},[],[7531],{"type":26,"value":7532},"0",{"type":26,"value":7534},", then\neach element of the ",{"type":21,"tag":434,"props":7536,"children":7537},{"href":4048},[7538],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7541,"children":7543},{"className":7542},[],[7544],{"type":26,"value":7545},"pColorAttachments",{"type":26,"value":7547}," array\nwith an ",{"type":21,"tag":42,"props":7549,"children":7551},{"className":7550},[],[7552],{"type":26,"value":7084},{"type":26,"value":7554}," not equal to ",{"type":21,"tag":434,"props":7556,"children":7557},{"href":2426},[7558],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":7561,"children":7562},{"type":687},[],{"type":26,"value":7564}," have\nbeen created with a ",{"type":21,"tag":434,"props":7566,"children":7567},{"href":2970},[7568],{"type":26,"value":2973},{"type":26,"value":7570}," equal to the corresponding element of\n",{"type":21,"tag":434,"props":7572,"children":7573},{"href":7419},[7574],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":7577,"children":7579},{"className":7578},[],[7580],{"type":26,"value":7581},"pColorAttachmentFormats",{"type":26,"value":7583}," used\nto create the currently bound graphics pipeline",{"type":21,"tag":597,"props":7585,"children":7587},{"name":7586},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08912",[7588],{"type":21,"tag":22,"props":7589,"children":7590},{},[7591,7592,7600,7601,7605,7606,7610,7611,7616,7617,7622,7623,7627,7628,7633,7634,7639,7640,7644,7645,7648,7650,7654,7655,7660,7662],{"type":26,"value":1154},{"type":21,"tag":434,"props":7593,"children":7594},{"href":7451},[7595],{"type":21,"tag":42,"props":7596,"children":7598},{"className":7597},[],[7599],{"type":26,"value":7458},{"type":26,"value":7509},{"type":21,"tag":434,"props":7602,"children":7603},{"href":7060},[7604],{"type":26,"value":7063},{"type":26,"value":5786},{"type":21,"tag":434,"props":7607,"children":7608},{"href":4048},[7609],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7612,"children":7614},{"className":7613},[],[7615],{"type":26,"value":7480},{"type":26,"value":7526},{"type":21,"tag":42,"props":7618,"children":7620},{"className":7619},[],[7621],{"type":26,"value":7532},{"type":26,"value":7534},{"type":21,"tag":434,"props":7624,"children":7625},{"href":4048},[7626],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7629,"children":7631},{"className":7630},[],[7632],{"type":26,"value":7545},{"type":26,"value":7547},{"type":21,"tag":42,"props":7635,"children":7637},{"className":7636},[],[7638],{"type":26,"value":7084},{"type":26,"value":659},{"type":21,"tag":434,"props":7641,"children":7642},{"href":2426},[7643],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":7646,"children":7647},{"type":687},[],{"type":26,"value":7649}," have the\ncorresponding element of\n",{"type":21,"tag":434,"props":7651,"children":7652},{"href":7419},[7653],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":7656,"children":7658},{"className":7657},[],[7659],{"type":26,"value":7581},{"type":26,"value":7661}," used\nto create the currently bound pipeline equal to\n",{"type":21,"tag":42,"props":7663,"children":7665},{"className":7664},[],[7666],{"type":26,"value":7667},"VK_FORMAT_UNDEFINED",{"type":21,"tag":597,"props":7669,"children":7671},{"name":7670},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08911",[7672],{"type":21,"tag":22,"props":7673,"children":7674},{},[7675,7676,7684,7686,7690,7692,7696,7697,7702,7703,7708,7710,7714,7715,7720,7722,7727,7728,7732,7733,7736,7738,7742,7744,7748,7749,7754,7756,7760,7761,7766,7768,7771,7772],{"type":26,"value":1332},{"type":21,"tag":434,"props":7677,"children":7678},{"href":7451},[7679],{"type":21,"tag":42,"props":7680,"children":7682},{"className":7681},[],[7683],{"type":26,"value":7458},{"type":26,"value":7685}," feature is enabled, and the\ncurrent render pass instance was begun with ",{"type":21,"tag":434,"props":7687,"children":7688},{"href":7060},[7689],{"type":26,"value":7063},{"type":26,"value":7691},"\nand ",{"type":21,"tag":434,"props":7693,"children":7694},{"href":4048},[7695],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7698,"children":7700},{"className":7699},[],[7701],{"type":26,"value":7480},{"type":26,"value":7526},{"type":21,"tag":42,"props":7704,"children":7706},{"className":7705},[],[7707],{"type":26,"value":7532},{"type":26,"value":7709},",\nthen each element of the ",{"type":21,"tag":434,"props":7711,"children":7712},{"href":4048},[7713],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7716,"children":7718},{"className":7717},[],[7719],{"type":26,"value":7545},{"type":26,"value":7721},"\narray with an ",{"type":21,"tag":42,"props":7723,"children":7725},{"className":7724},[],[7726],{"type":26,"value":7084},{"type":26,"value":7554},{"type":21,"tag":434,"props":7729,"children":7730},{"href":2426},[7731],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":7734,"children":7735},{"type":687},[],{"type":26,"value":7737},"\nhave been created with a ",{"type":21,"tag":434,"props":7739,"children":7740},{"href":2970},[7741],{"type":26,"value":2973},{"type":26,"value":7743}," equal to the corresponding\nelement of\n",{"type":21,"tag":434,"props":7745,"children":7746},{"href":7419},[7747],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":7750,"children":7752},{"className":7751},[],[7753],{"type":26,"value":7581},{"type":26,"value":7755}," used\nto create the currently bound graphics pipeline, or the corresponding\nelement of\n",{"type":21,"tag":434,"props":7757,"children":7758},{"href":7419},[7759],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":7762,"children":7764},{"className":7763},[],[7765],{"type":26,"value":7581},{"type":26,"value":7767},", if\nit exists, ",{"type":21,"tag":685,"props":7769,"children":7770},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":7773,"children":7775},{"className":7774},[],[7776],{"type":26,"value":7667},{"type":21,"tag":597,"props":7778,"children":7780},{"name":7779},"VUID-vkCmdDrawIndexed-colorAttachmentCount-09362",[7781],{"type":21,"tag":22,"props":7782,"children":7783},{},[7784,7785,7789,7791,7795,7796,7801,7802,7807,7809,7815,7817,7821,7822,7827,7829,7835,7836,7840,7841,7844,7846,7852,7853,7859,7861,7865,7866,7871],{"type":26,"value":7072},{"type":21,"tag":434,"props":7786,"children":7787},{"href":7060},[7788],{"type":26,"value":7063},{"type":26,"value":7790},", with a\n",{"type":21,"tag":434,"props":7792,"children":7793},{"href":4048},[7794],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7797,"children":7799},{"className":7798},[],[7800],{"type":26,"value":7480},{"type":26,"value":659},{"type":21,"tag":42,"props":7803,"children":7805},{"className":7804},[],[7806],{"type":26,"value":6831},{"type":26,"value":7808},",\nthere is no shader object bound to any graphics stage,\nand a color attachment with a resolve mode of\n",{"type":21,"tag":42,"props":7810,"children":7812},{"className":7811},[],[7813],{"type":26,"value":7814},"VK_RESOLVE_MODE_EXTERNAL_FORMAT_DOWNSAMPLE_ANDROID",{"type":26,"value":7816},", each element\nof the ",{"type":21,"tag":434,"props":7818,"children":7819},{"href":4048},[7820],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7823,"children":7825},{"className":7824},[],[7826],{"type":26,"value":7545},{"type":26,"value":7828}," array with a\n",{"type":21,"tag":42,"props":7830,"children":7832},{"className":7831},[],[7833],{"type":26,"value":7834},"resolveImageView",{"type":26,"value":7554},{"type":21,"tag":434,"props":7837,"children":7838},{"href":2426},[7839],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":7842,"children":7843},{"type":687},[],{"type":26,"value":7845}," have been\ncreated with an image created with a\n",{"type":21,"tag":434,"props":7847,"children":7849},{"href":7848},"/man/VkExternalFormatANDROID",[7850],{"type":26,"value":7851},"VkExternalFormatANDROID",{"type":26,"value":231},{"type":21,"tag":42,"props":7854,"children":7856},{"className":7855},[],[7857],{"type":26,"value":7858},"externalFormat",{"type":26,"value":7860}," value equal to the\n",{"type":21,"tag":434,"props":7862,"children":7863},{"href":7848},[7864],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":7867,"children":7869},{"className":7868},[],[7870],{"type":26,"value":7858},{"type":26,"value":7872}," value used to create\nthe currently bound graphics pipeline",{"type":21,"tag":597,"props":7874,"children":7876},{"name":7875},"VUID-vkCmdDrawIndexed-None-09363",[7877],{"type":21,"tag":22,"props":7878,"children":7879},{},[7880,7882,7886,7888,7892,7893,7898,7899,7904,7906,7911,7912,7916,7917,7922,7923,7928,7929,7933,7934,7937,7938,7942,7943,7948,7949,7953,7954,7959],{"type":26,"value":7881},"If\nthere is no shader object bound to any graphics stage,\nthe current render pass instance was begun with\n",{"type":21,"tag":434,"props":7883,"children":7884},{"href":7060},[7885],{"type":26,"value":7063},{"type":26,"value":7887}," and a\n",{"type":21,"tag":434,"props":7889,"children":7890},{"href":4048},[7891],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7894,"children":7896},{"className":7895},[],[7897],{"type":26,"value":7480},{"type":26,"value":659},{"type":21,"tag":42,"props":7900,"children":7902},{"className":7901},[],[7903],{"type":26,"value":6831},{"type":26,"value":7905},", and a\ncolor attachment with a resolve mode of\n",{"type":21,"tag":42,"props":7907,"children":7909},{"className":7908},[],[7910],{"type":26,"value":7814},{"type":26,"value":7816},{"type":21,"tag":434,"props":7913,"children":7914},{"href":4048},[7915],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":7918,"children":7920},{"className":7919},[],[7921],{"type":26,"value":7545},{"type":26,"value":7828},{"type":21,"tag":42,"props":7924,"children":7926},{"className":7925},[],[7927],{"type":26,"value":7084},{"type":26,"value":7554},{"type":21,"tag":434,"props":7930,"children":7931},{"href":2426},[7932],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":7935,"children":7936},{"type":687},[],{"type":26,"value":7845},{"type":21,"tag":434,"props":7939,"children":7940},{"href":7848},[7941],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":7944,"children":7946},{"className":7945},[],[7947],{"type":26,"value":7858},{"type":26,"value":7860},{"type":21,"tag":434,"props":7950,"children":7951},{"href":7848},[7952],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":7955,"children":7957},{"className":7956},[],[7958],{"type":26,"value":7858},{"type":26,"value":7872},{"type":21,"tag":597,"props":7961,"children":7963},{"name":7962},"VUID-vkCmdDrawIndexed-None-09364",[7964],{"type":21,"tag":22,"props":7965,"children":7966},{},[7967,7968,7972,7974,7978,7979,7984,7986,7992,7993,7997,7998,8001,8003,8008],{"type":26,"value":7072},{"type":21,"tag":434,"props":7969,"children":7970},{"href":7060},[7971],{"type":26,"value":7063},{"type":26,"value":7973},",\nthere is no shader object bound to any graphics stage,\nand the currently bound graphics pipeline was created with a non-zero\n",{"type":21,"tag":434,"props":7975,"children":7976},{"href":7848},[7977],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":7980,"children":7982},{"className":7981},[],[7983],{"type":26,"value":7858},{"type":26,"value":7985}," value and with the\n",{"type":21,"tag":42,"props":7987,"children":7989},{"className":7988},[],[7990],{"type":26,"value":7991},"VK_DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT",{"type":26,"value":5663},{"type":21,"tag":434,"props":7994,"children":7995},{"href":4704},[7996],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":7999,"children":8000},{"type":687},[],{"type":26,"value":8002}," have set the blend enable\nto ",{"type":21,"tag":42,"props":8004,"children":8006},{"className":8005},[],[8007],{"type":26,"value":665},{"type":26,"value":8009}," prior to this drawing command",{"type":21,"tag":597,"props":8011,"children":8013},{"name":8012},"VUID-vkCmdDrawIndexed-None-09365",[8014],{"type":21,"tag":22,"props":8015,"children":8016},{},[8017,8018,8022,8023,8027,8028,8033,8034,8040,8041,8047,8048,8051,8053,8059,8060,8066],{"type":26,"value":7072},{"type":21,"tag":434,"props":8019,"children":8020},{"href":7060},[8021],{"type":26,"value":7063},{"type":26,"value":7973},{"type":21,"tag":434,"props":8024,"children":8025},{"href":7848},[8026],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":8029,"children":8031},{"className":8030},[],[8032],{"type":26,"value":7858},{"type":26,"value":7985},{"type":21,"tag":42,"props":8035,"children":8037},{"className":8036},[],[8038],{"type":26,"value":8039},"VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT",{"type":26,"value":5663},{"type":21,"tag":434,"props":8042,"children":8044},{"href":8043},"/man/vkCmdSetRasterizationSamplesEXT",[8045],{"type":26,"value":8046},"vkCmdSetRasterizationSamplesEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":8049,"children":8050},{"type":687},[],{"type":26,"value":8052}," have set\n",{"type":21,"tag":42,"props":8054,"children":8056},{"className":8055},[],[8057],{"type":26,"value":8058},"rasterizationSamples",{"type":26,"value":4400},{"type":21,"tag":42,"props":8061,"children":8063},{"className":8062},[],[8064],{"type":26,"value":8065},"VK_SAMPLE_COUNT_1_BIT",{"type":26,"value":8067}," prior to this\ndrawing command",{"type":21,"tag":597,"props":8069,"children":8071},{"name":8070},"VUID-vkCmdDrawIndexed-None-09366",[8072],{"type":21,"tag":22,"props":8073,"children":8074},{},[8075,8077,8082,8084,8088,8089,8092,8094,8099],{"type":26,"value":8076},"If there is a shader object bound to any graphics stage, and the current\nrender pass includes a color attachment that uses the\n",{"type":21,"tag":42,"props":8078,"children":8080},{"className":8079},[],[8081],{"type":26,"value":7814},{"type":26,"value":8083}," resolve mode,\nthen ",{"type":21,"tag":434,"props":8085,"children":8086},{"href":4704},[8087],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":8090,"children":8091},{"type":687},[],{"type":26,"value":8093}," have set blend enable to\n",{"type":21,"tag":42,"props":8095,"children":8097},{"className":8096},[],[8098],{"type":26,"value":665},{"type":26,"value":8009},{"type":21,"tag":597,"props":8101,"children":8103},{"name":8102},"VUID-vkCmdDrawIndexed-rasterizationSamples-09367",[8104],{"type":21,"tag":22,"props":8105,"children":8106},{},[8107,8108,8113,8114,8118,8119,8122,8123,8128,8129,8134],{"type":26,"value":8076},{"type":21,"tag":42,"props":8109,"children":8111},{"className":8110},[],[8112],{"type":26,"value":7814},{"type":26,"value":8083},{"type":21,"tag":434,"props":8115,"children":8116},{"href":8043},[8117],{"type":26,"value":8046},{"type":26,"value":683},{"type":21,"tag":685,"props":8120,"children":8121},{"type":687},[],{"type":26,"value":8052},{"type":21,"tag":42,"props":8124,"children":8126},{"className":8125},[],[8127],{"type":26,"value":8058},{"type":26,"value":4400},{"type":21,"tag":42,"props":8130,"children":8132},{"className":8131},[],[8133],{"type":26,"value":8065},{"type":26,"value":8067},{"type":21,"tag":597,"props":8136,"children":8138},{"name":8137},"VUID-vkCmdDrawIndexed-None-09368",[8139],{"type":21,"tag":22,"props":8140,"children":8141},{},[8142,8143,8147,8148,8152,8153,8158,8159,8165,8166,8172,8173,8176,8177,8183,8184,8189],{"type":26,"value":7072},{"type":21,"tag":434,"props":8144,"children":8145},{"href":7060},[8146],{"type":26,"value":7063},{"type":26,"value":7973},{"type":21,"tag":434,"props":8149,"children":8150},{"href":7848},[8151],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":8154,"children":8156},{"className":8155},[],[8157],{"type":26,"value":7858},{"type":26,"value":7985},{"type":21,"tag":42,"props":8160,"children":8162},{"className":8161},[],[8163],{"type":26,"value":8164},"VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR",{"type":26,"value":5663},{"type":21,"tag":434,"props":8167,"children":8169},{"href":8168},"/man/vkCmdSetFragmentShadingRateKHR",[8170],{"type":26,"value":8171},"vkCmdSetFragmentShadingRateKHR",{"type":26,"value":683},{"type":21,"tag":685,"props":8174,"children":8175},{"type":687},[],{"type":26,"value":8052},{"type":21,"tag":42,"props":8178,"children":8180},{"className":8179},[],[8181],{"type":26,"value":8182},"pFragmentSize→width",{"type":26,"value":4400},{"type":21,"tag":42,"props":8185,"children":8187},{"className":8186},[],[8188],{"type":26,"value":6831},{"type":26,"value":8009},{"type":21,"tag":597,"props":8191,"children":8193},{"name":8192},"VUID-vkCmdDrawIndexed-None-09369",[8194],{"type":21,"tag":22,"props":8195,"children":8196},{},[8197,8198,8202,8203,8207,8208,8213,8214,8219,8220,8224,8225,8228,8229,8235,8236,8241],{"type":26,"value":7072},{"type":21,"tag":434,"props":8199,"children":8200},{"href":7060},[8201],{"type":26,"value":7063},{"type":26,"value":7973},{"type":21,"tag":434,"props":8204,"children":8205},{"href":7848},[8206],{"type":26,"value":7851},{"type":26,"value":231},{"type":21,"tag":42,"props":8209,"children":8211},{"className":8210},[],[8212],{"type":26,"value":7858},{"type":26,"value":7985},{"type":21,"tag":42,"props":8215,"children":8217},{"className":8216},[],[8218],{"type":26,"value":8164},{"type":26,"value":5663},{"type":21,"tag":434,"props":8221,"children":8222},{"href":8168},[8223],{"type":26,"value":8171},{"type":26,"value":683},{"type":21,"tag":685,"props":8226,"children":8227},{"type":687},[],{"type":26,"value":8052},{"type":21,"tag":42,"props":8230,"children":8232},{"className":8231},[],[8233],{"type":26,"value":8234},"pFragmentSize→height",{"type":26,"value":4400},{"type":21,"tag":42,"props":8237,"children":8239},{"className":8238},[],[8240],{"type":26,"value":6831},{"type":26,"value":8009},{"type":21,"tag":597,"props":8243,"children":8245},{"name":8244},"VUID-vkCmdDrawIndexed-pFragmentSize-09370",[8246],{"type":21,"tag":22,"props":8247,"children":8248},{},[8249,8250,8255,8256,8260,8261,8264,8265,8270,8271,8276],{"type":26,"value":8076},{"type":21,"tag":42,"props":8251,"children":8253},{"className":8252},[],[8254],{"type":26,"value":7814},{"type":26,"value":8083},{"type":21,"tag":434,"props":8257,"children":8258},{"href":8168},[8259],{"type":26,"value":8171},{"type":26,"value":683},{"type":21,"tag":685,"props":8262,"children":8263},{"type":687},[],{"type":26,"value":8052},{"type":21,"tag":42,"props":8266,"children":8268},{"className":8267},[],[8269],{"type":26,"value":8182},{"type":26,"value":4400},{"type":21,"tag":42,"props":8272,"children":8274},{"className":8273},[],[8275],{"type":26,"value":6831},{"type":26,"value":8009},{"type":21,"tag":597,"props":8278,"children":8280},{"name":8279},"VUID-vkCmdDrawIndexed-pFragmentSize-09371",[8281],{"type":21,"tag":22,"props":8282,"children":8283},{},[8284,8285,8290,8291,8295,8296,8299,8300,8305,8306,8311],{"type":26,"value":8076},{"type":21,"tag":42,"props":8286,"children":8288},{"className":8287},[],[8289],{"type":26,"value":7814},{"type":26,"value":8083},{"type":21,"tag":434,"props":8292,"children":8293},{"href":8168},[8294],{"type":26,"value":8171},{"type":26,"value":683},{"type":21,"tag":685,"props":8297,"children":8298},{"type":687},[],{"type":26,"value":8052},{"type":21,"tag":42,"props":8301,"children":8303},{"className":8302},[],[8304],{"type":26,"value":8234},{"type":26,"value":4400},{"type":21,"tag":42,"props":8307,"children":8309},{"className":8308},[],[8310],{"type":26,"value":6831},{"type":26,"value":8009},{"type":21,"tag":597,"props":8313,"children":8315},{"name":8314},"VUID-vkCmdDrawIndexed-None-07749",[8316],{"type":21,"tag":22,"props":8317,"children":8318},{},[8319,8320,8326,8327,8333,8334,8337,8338,8342],{"type":26,"value":4285},{"type":21,"tag":42,"props":8321,"children":8323},{"className":8322},[],[8324],{"type":26,"value":8325},"VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT",{"type":26,"value":4293},{"type":21,"tag":434,"props":8328,"children":8330},{"href":8329},"/man/vkCmdSetColorWriteEnableEXT",[8331],{"type":26,"value":8332},"vkCmdSetColorWriteEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":8335,"children":8336},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8339,"children":8340},{"href":4308},[8341],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8344,"children":8346},{"name":8345},"VUID-vkCmdDrawIndexed-None-08646",[8347],{"type":21,"tag":22,"props":8348,"children":8349},{},[8350,8351,8361,8363,8368,8369,8373,8374,8379,8380,8385,8386,8390,8391,8394,8395,8399],{"type":26,"value":1332},{"type":21,"tag":434,"props":8352,"children":8354},{"href":8353},"/man/VkPhysicalDeviceColorWriteEnableFeaturesEXT#features-colorWriteEnable",[8355],{"type":21,"tag":42,"props":8356,"children":8358},{"className":8357},[],[8359],{"type":26,"value":8360},"colorWriteEnable",{"type":26,"value":8362}," feature is\nenabled on the device, and a shader object is bound to the\n",{"type":21,"tag":42,"props":8364,"children":8366},{"className":8365},[],[8367],{"type":26,"value":4679},{"type":26,"value":4520},{"type":21,"tag":434,"props":8370,"children":8371},{"href":4387},[8372],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":8375,"children":8377},{"className":8376},[],[8378],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":8381,"children":8383},{"className":8382},[],[8384],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":8387,"children":8388},{"href":8329},[8389],{"type":26,"value":8332},{"type":26,"value":683},{"type":21,"tag":685,"props":8392,"children":8393},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8396,"children":8397},{"href":4308},[8398],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8401,"children":8403},{"name":8402},"VUID-vkCmdDrawIndexed-attachmentCount-07750",[8404],{"type":21,"tag":22,"props":8405,"children":8406},{},[8407,8408,8413,8415,8421,8422,8427,8430,8431,8437,8438,8443],{"type":26,"value":4285},{"type":21,"tag":42,"props":8409,"children":8411},{"className":8410},[],[8412],{"type":26,"value":8325},{"type":26,"value":8414}," dynamic state enabled then\nthe ",{"type":21,"tag":42,"props":8416,"children":8418},{"className":8417},[],[8419],{"type":26,"value":8420},"attachmentCount",{"type":26,"value":5683},{"type":21,"tag":42,"props":8423,"children":8425},{"className":8424},[],[8426],{"type":26,"value":8332},{"type":21,"tag":685,"props":8428,"children":8429},{"type":687},[],{"type":26,"value":5978},{"type":21,"tag":42,"props":8432,"children":8434},{"className":8433},[],[8435],{"type":26,"value":8436},"VkPipelineColorBlendStateCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":8439,"children":8441},{"className":8440},[],[8442],{"type":26,"value":8420},{"type":26,"value":8444}," of the\ncurrently bound graphics pipeline",{"type":21,"tag":597,"props":8446,"children":8448},{"name":8447},"VUID-vkCmdDrawIndexed-None-08647",[8449],{"type":21,"tag":22,"props":8450,"children":8451},{},[8452,8453,8461,8462,8467,8468,8472,8473,8478,8479,8484,8485,8490,8492,8497,8499,8502],{"type":26,"value":1332},{"type":21,"tag":434,"props":8454,"children":8455},{"href":8353},[8456],{"type":21,"tag":42,"props":8457,"children":8459},{"className":8458},[],[8460],{"type":26,"value":8360},{"type":26,"value":8362},{"type":21,"tag":42,"props":8463,"children":8465},{"className":8464},[],[8466],{"type":26,"value":4679},{"type":26,"value":4520},{"type":21,"tag":434,"props":8469,"children":8470},{"href":4387},[8471],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":8474,"children":8476},{"className":8475},[],[8477],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":8480,"children":8482},{"className":8481},[],[8483],{"type":26,"value":665},{"type":26,"value":6070},{"type":21,"tag":42,"props":8486,"children":8488},{"className":8487},[],[8489],{"type":26,"value":8420},{"type":26,"value":8491}," parameter of most recent call to\n",{"type":21,"tag":42,"props":8493,"children":8495},{"className":8494},[],[8496],{"type":26,"value":8332},{"type":26,"value":8498}," in the current command buffer ",{"type":21,"tag":685,"props":8500,"children":8501},{"type":687},[],{"type":26,"value":8503}," be\ngreater than or equal to the number of color attachments in the current\nrender pass instance",{"type":21,"tag":597,"props":8505,"children":8507},{"name":8506},"VUID-vkCmdDrawIndexed-None-07751",[8508],{"type":21,"tag":22,"props":8509,"children":8510},{},[8511,8512,8518,8519,8525,8526,8529,8530,8534,8536,8542,8543],{"type":26,"value":4285},{"type":21,"tag":42,"props":8513,"children":8515},{"className":8514},[],[8516],{"type":26,"value":8517},"VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT",{"type":26,"value":4293},{"type":21,"tag":434,"props":8520,"children":8522},{"href":8521},"/man/vkCmdSetDiscardRectangleEXT",[8523],{"type":26,"value":8524},"vkCmdSetDiscardRectangleEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":8527,"children":8528},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8531,"children":8532},{"href":4308},[8533],{"type":26,"value":4311},{"type":26,"value":8535}," in the current\ncommand buffer prior to this drawing command for each discard rectangle\nin\n",{"type":21,"tag":434,"props":8537,"children":8539},{"href":8538},"/man/VkPipelineDiscardRectangleStateCreateInfoEXT",[8540],{"type":26,"value":8541},"VkPipelineDiscardRectangleStateCreateInfoEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":8544,"children":8546},{"className":8545},[],[8547],{"type":26,"value":8548},"discardRectangleCount",{"type":21,"tag":597,"props":8550,"children":8552},{"name":8551},"VUID-vkCmdDrawIndexed-None-07880",[8553],{"type":21,"tag":22,"props":8554,"children":8555},{},[8556,8557,8563,8565,8571,8572,8575,8576,8580],{"type":26,"value":4285},{"type":21,"tag":42,"props":8558,"children":8560},{"className":8559},[],[8561],{"type":26,"value":8562},"VK_DYNAMIC_STATE_DISCARD_RECTANGLE_ENABLE_EXT",{"type":26,"value":8564}," dynamic state\nenabled then ",{"type":21,"tag":434,"props":8566,"children":8568},{"href":8567},"/man/vkCmdSetDiscardRectangleEnableEXT",[8569],{"type":26,"value":8570},"vkCmdSetDiscardRectangleEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":8573,"children":8574},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":8577,"children":8578},{"href":4308},[8579],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":8582,"children":8584},{"name":8583},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09236",[8585],{"type":21,"tag":22,"props":8586,"children":8587},{},[8588,8589,8595,8596,8600,8601,8606,8607,8612,8614,8618,8619,8625,8626,8631,8632,8636,8637,8640,8641,8645],{"type":26,"value":1332},{"type":21,"tag":434,"props":8590,"children":8592},{"href":8591},"/extensions/VK_EXT_discard_rectangles",[8593],{"type":26,"value":8594},"VK_EXT_discard_rectangles",{"type":26,"value":6004},{"type":21,"tag":434,"props":8597,"children":8598},{"href":4387},[8599],{"type":26,"value":4390},{"type":26,"value":6012},{"type":21,"tag":42,"props":8602,"children":8604},{"className":8603},[],[8605],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":8608,"children":8610},{"className":8609},[],[8611],{"type":26,"value":665},{"type":26,"value":8613},", and the most recent\ncall to ",{"type":21,"tag":434,"props":8615,"children":8616},{"href":8567},[8617],{"type":26,"value":8570},{"type":26,"value":4392},{"type":21,"tag":42,"props":8620,"children":8622},{"className":8621},[],[8623],{"type":26,"value":8624},"discardRectangleEnable",{"type":26,"value":4400},{"type":21,"tag":42,"props":8627,"children":8629},{"className":8628},[],[8630],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":8633,"children":8634},{"href":8521},[8635],{"type":26,"value":8524},{"type":26,"value":683},{"type":21,"tag":685,"props":8638,"children":8639},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8642,"children":8643},{"href":4308},[8644],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8647,"children":8649},{"name":8648},"VUID-vkCmdDrawIndexed-None-08648",[8650],{"type":21,"tag":22,"props":8651,"children":8652},{},[8653,8654,8658,8659,8663,8664,8669,8670,8675,8676,8680,8681,8684,8685,8689],{"type":26,"value":1332},{"type":21,"tag":434,"props":8655,"children":8656},{"href":8591},[8657],{"type":26,"value":8594},{"type":26,"value":6004},{"type":21,"tag":434,"props":8660,"children":8661},{"href":4387},[8662],{"type":26,"value":4390},{"type":26,"value":6012},{"type":21,"tag":42,"props":8665,"children":8667},{"className":8666},[],[8668],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":8671,"children":8673},{"className":8672},[],[8674],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":8677,"children":8678},{"href":8567},[8679],{"type":26,"value":8570},{"type":26,"value":683},{"type":21,"tag":685,"props":8682,"children":8683},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8686,"children":8687},{"href":4308},[8688],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8691,"children":8693},{"name":8692},"VUID-vkCmdDrawIndexed-None-07881",[8694],{"type":21,"tag":22,"props":8695,"children":8696},{},[8697,8698,8704,8706,8712,8713,8716,8717,8721],{"type":26,"value":4285},{"type":21,"tag":42,"props":8699,"children":8701},{"className":8700},[],[8702],{"type":26,"value":8703},"VK_DYNAMIC_STATE_DISCARD_RECTANGLE_MODE_EXT",{"type":26,"value":8705}," dynamic state enabled\nthen ",{"type":21,"tag":434,"props":8707,"children":8709},{"href":8708},"/man/vkCmdSetDiscardRectangleModeEXT",[8710],{"type":26,"value":8711},"vkCmdSetDiscardRectangleModeEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":8714,"children":8715},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":8718,"children":8719},{"href":4308},[8720],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8723,"children":8725},{"name":8724},"VUID-vkCmdDrawIndexed-None-08649",[8726],{"type":21,"tag":22,"props":8727,"children":8728},{},[8729,8730,8734,8735,8739,8740,8745,8746,8751,8752,8756,8757,8762,8763,8768,8769,8773,8774,8777,8778,8782],{"type":26,"value":1332},{"type":21,"tag":434,"props":8731,"children":8732},{"href":8591},[8733],{"type":26,"value":8594},{"type":26,"value":6004},{"type":21,"tag":434,"props":8736,"children":8737},{"href":4387},[8738],{"type":26,"value":4390},{"type":26,"value":6012},{"type":21,"tag":42,"props":8741,"children":8743},{"className":8742},[],[8744],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":8747,"children":8749},{"className":8748},[],[8750],{"type":26,"value":665},{"type":26,"value":8613},{"type":21,"tag":434,"props":8753,"children":8754},{"href":8567},[8755],{"type":26,"value":8570},{"type":26,"value":4392},{"type":21,"tag":42,"props":8758,"children":8760},{"className":8759},[],[8761],{"type":26,"value":8624},{"type":26,"value":4400},{"type":21,"tag":42,"props":8764,"children":8766},{"className":8765},[],[8767],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":8770,"children":8771},{"href":8708},[8772],{"type":26,"value":8711},{"type":26,"value":683},{"type":21,"tag":685,"props":8775,"children":8776},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":8779,"children":8780},{"href":4308},[8781],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":8784,"children":8786},{"name":8785},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08913",[8787],{"type":21,"tag":22,"props":8788,"children":8789},{},[8790,8791,8795,8797,8805,8807,8811,8812,8818,8820,8824,8826,8830,8831,8837,8839,8842,8844],{"type":26,"value":7072},{"type":21,"tag":434,"props":8792,"children":8793},{"href":7060},[8794],{"type":26,"value":7063},{"type":26,"value":8796},",\nthe\n",{"type":21,"tag":434,"props":8798,"children":8799},{"href":7451},[8800],{"type":21,"tag":42,"props":8801,"children":8803},{"className":8802},[],[8804],{"type":26,"value":7458},{"type":26,"value":8806},"\nfeature is not enabled,\nand ",{"type":21,"tag":434,"props":8808,"children":8809},{"href":4048},[8810],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":8813,"children":8815},{"className":8814},[],[8816],{"type":26,"value":8817},"pDepthAttachment→imageView",{"type":26,"value":8819}," was\n",{"type":21,"tag":434,"props":8821,"children":8822},{"href":2426},[8823],{"type":26,"value":2429},{"type":26,"value":8825},", the value of\n",{"type":21,"tag":434,"props":8827,"children":8828},{"href":7419},[8829],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":8832,"children":8834},{"className":8833},[],[8835],{"type":26,"value":8836},"depthAttachmentFormat",{"type":26,"value":8838}," used to\ncreate the currently bound graphics pipeline ",{"type":21,"tag":685,"props":8840,"children":8841},{"type":687},[],{"type":26,"value":8843}," be equal to\n",{"type":21,"tag":42,"props":8845,"children":8847},{"className":8846},[],[8848],{"type":26,"value":7667},{"type":21,"tag":597,"props":8850,"children":8852},{"name":8851},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08914",[8853],{"type":21,"tag":22,"props":8854,"children":8855},{},[8856,8858,8862,8863,8871,8872,8876,8877,8882,8884,8888,8889,8893,8894,8899,8900,8903,8904,8908,8910,8914,8915],{"type":26,"value":8857},"If current render pass instance was begun with\n",{"type":21,"tag":434,"props":8859,"children":8860},{"href":7060},[8861],{"type":26,"value":7063},{"type":26,"value":8796},{"type":21,"tag":434,"props":8864,"children":8865},{"href":7451},[8866],{"type":21,"tag":42,"props":8867,"children":8869},{"className":8868},[],[8870],{"type":26,"value":7458},{"type":26,"value":8806},{"type":21,"tag":434,"props":8873,"children":8874},{"href":4048},[8875],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":8878,"children":8880},{"className":8879},[],[8881],{"type":26,"value":8817},{"type":26,"value":8883}," was not\n",{"type":21,"tag":434,"props":8885,"children":8886},{"href":2426},[8887],{"type":26,"value":2429},{"type":26,"value":8825},{"type":21,"tag":434,"props":8890,"children":8891},{"href":7419},[8892],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":8895,"children":8897},{"className":8896},[],[8898],{"type":26,"value":8836},{"type":26,"value":8838},{"type":21,"tag":685,"props":8901,"children":8902},{"type":687},[],{"type":26,"value":3830},{"type":21,"tag":434,"props":8905,"children":8906},{"href":2970},[8907],{"type":26,"value":2973},{"type":26,"value":8909}," used to create\n",{"type":21,"tag":434,"props":8911,"children":8912},{"href":4048},[8913],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":8916,"children":8918},{"className":8917},[],[8919],{"type":26,"value":8817},{"type":21,"tag":597,"props":8921,"children":8923},{"name":8922},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08915",[8924],{"type":21,"tag":22,"props":8925,"children":8926},{},[8927,8928,8932,8933,8941,8943,8947,8948,8953,8954,8958,8960,8964,8965,8970,8972,8976,8977,8981,8982,8987,8989,8992,8993],{"type":26,"value":7072},{"type":21,"tag":434,"props":8929,"children":8930},{"href":7060},[8931],{"type":26,"value":7063},{"type":26,"value":4117},{"type":21,"tag":434,"props":8934,"children":8935},{"href":7451},[8936],{"type":21,"tag":42,"props":8937,"children":8939},{"className":8938},[],[8940],{"type":26,"value":7458},{"type":26,"value":8942}," feature is enabled,\n",{"type":21,"tag":434,"props":8944,"children":8945},{"href":4048},[8946],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":8949,"children":8951},{"className":8950},[],[8952],{"type":26,"value":8817},{"type":26,"value":8883},{"type":21,"tag":434,"props":8955,"children":8956},{"href":2426},[8957],{"type":26,"value":2429},{"type":26,"value":8959},", and the value of\n",{"type":21,"tag":434,"props":8961,"children":8962},{"href":7419},[8963],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":8966,"children":8968},{"className":8967},[],[8969],{"type":26,"value":8836},{"type":26,"value":8971}," used to\ncreate the currently bound graphics pipeline was not equal to the\n",{"type":21,"tag":434,"props":8973,"children":8974},{"href":2970},[8975],{"type":26,"value":2973},{"type":26,"value":8909},{"type":21,"tag":434,"props":8978,"children":8979},{"href":4048},[8980],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":8983,"children":8985},{"className":8984},[],[8986],{"type":26,"value":8817},{"type":26,"value":8988},", the value of\nthe format ",{"type":21,"tag":685,"props":8990,"children":8991},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":8994,"children":8996},{"className":8995},[],[8997],{"type":26,"value":7667},{"type":21,"tag":597,"props":8999,"children":9001},{"name":9000},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08916",[9002],{"type":21,"tag":22,"props":9003,"children":9004},{},[9005,9006,9010,9011,9019,9020,9024,9025,9031,9032,9036,9037,9041,9042,9048,9050,9053,9054],{"type":26,"value":7072},{"type":21,"tag":434,"props":9007,"children":9008},{"href":7060},[9009],{"type":26,"value":7063},{"type":26,"value":8796},{"type":21,"tag":434,"props":9012,"children":9013},{"href":7451},[9014],{"type":21,"tag":42,"props":9015,"children":9017},{"className":9016},[],[9018],{"type":26,"value":7458},{"type":26,"value":8806},{"type":21,"tag":434,"props":9021,"children":9022},{"href":4048},[9023],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9026,"children":9028},{"className":9027},[],[9029],{"type":26,"value":9030},"pStencilAttachment→imageView",{"type":26,"value":8819},{"type":21,"tag":434,"props":9033,"children":9034},{"href":2426},[9035],{"type":26,"value":2429},{"type":26,"value":8825},{"type":21,"tag":434,"props":9038,"children":9039},{"href":7419},[9040],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9043,"children":9045},{"className":9044},[],[9046],{"type":26,"value":9047},"stencilAttachmentFormat",{"type":26,"value":9049}," used\nto create the currently bound graphics pipeline ",{"type":21,"tag":685,"props":9051,"children":9052},{"type":687},[],{"type":26,"value":8843},{"type":21,"tag":42,"props":9055,"children":9057},{"className":9056},[],[9058],{"type":26,"value":7667},{"type":21,"tag":597,"props":9060,"children":9062},{"name":9061},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08917",[9063],{"type":21,"tag":22,"props":9064,"children":9065},{},[9066,9067,9071,9072,9080,9081,9085,9086,9091,9092,9096,9097,9101,9102,9107,9108,9111,9112,9116,9117,9121,9122],{"type":26,"value":8857},{"type":21,"tag":434,"props":9068,"children":9069},{"href":7060},[9070],{"type":26,"value":7063},{"type":26,"value":8796},{"type":21,"tag":434,"props":9073,"children":9074},{"href":7451},[9075],{"type":21,"tag":42,"props":9076,"children":9078},{"className":9077},[],[9079],{"type":26,"value":7458},{"type":26,"value":8806},{"type":21,"tag":434,"props":9082,"children":9083},{"href":4048},[9084],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9087,"children":9089},{"className":9088},[],[9090],{"type":26,"value":9030},{"type":26,"value":8883},{"type":21,"tag":434,"props":9093,"children":9094},{"href":2426},[9095],{"type":26,"value":2429},{"type":26,"value":8825},{"type":21,"tag":434,"props":9098,"children":9099},{"href":7419},[9100],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9103,"children":9105},{"className":9104},[],[9106],{"type":26,"value":9047},{"type":26,"value":9049},{"type":21,"tag":685,"props":9109,"children":9110},{"type":687},[],{"type":26,"value":3830},{"type":21,"tag":434,"props":9113,"children":9114},{"href":2970},[9115],{"type":26,"value":2973},{"type":26,"value":8909},{"type":21,"tag":434,"props":9118,"children":9119},{"href":4048},[9120],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9123,"children":9125},{"className":9124},[],[9126],{"type":26,"value":9030},{"type":21,"tag":597,"props":9128,"children":9130},{"name":9129},"VUID-vkCmdDrawIndexed-dynamicRenderingUnusedAttachments-08918",[9131],{"type":21,"tag":22,"props":9132,"children":9133},{},[9134,9135,9139,9140,9148,9149,9153,9154,9159,9160,9164,9165,9169,9170,9175,9177,9181,9182,9186,9187,9192,9193,9196,9197],{"type":26,"value":7072},{"type":21,"tag":434,"props":9136,"children":9137},{"href":7060},[9138],{"type":26,"value":7063},{"type":26,"value":4117},{"type":21,"tag":434,"props":9141,"children":9142},{"href":7451},[9143],{"type":21,"tag":42,"props":9144,"children":9146},{"className":9145},[],[9147],{"type":26,"value":7458},{"type":26,"value":8942},{"type":21,"tag":434,"props":9150,"children":9151},{"href":4048},[9152],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9155,"children":9157},{"className":9156},[],[9158],{"type":26,"value":9030},{"type":26,"value":8883},{"type":21,"tag":434,"props":9161,"children":9162},{"href":2426},[9163],{"type":26,"value":2429},{"type":26,"value":8959},{"type":21,"tag":434,"props":9166,"children":9167},{"href":7419},[9168],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9171,"children":9173},{"className":9172},[],[9174],{"type":26,"value":9047},{"type":26,"value":9176}," used\nto create the currently bound graphics pipeline was not equal to the\n",{"type":21,"tag":434,"props":9178,"children":9179},{"href":2970},[9180],{"type":26,"value":2973},{"type":26,"value":8909},{"type":21,"tag":434,"props":9183,"children":9184},{"href":4048},[9185],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9188,"children":9190},{"className":9189},[],[9191],{"type":26,"value":9030},{"type":26,"value":8988},{"type":21,"tag":685,"props":9194,"children":9195},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":9198,"children":9200},{"className":9199},[],[9201],{"type":26,"value":7667},{"type":21,"tag":597,"props":9203,"children":9205},{"name":9204},"VUID-vkCmdDrawIndexed-imageView-06183",[9206],{"type":21,"tag":22,"props":9207,"children":9208},{},[9209,9210,9214,9215,9221,9222,9227,9229,9233,9235,9238,9239],{"type":26,"value":7072},{"type":21,"tag":434,"props":9211,"children":9212},{"href":7060},[9213],{"type":26,"value":7063},{"type":26,"value":5786},{"type":21,"tag":434,"props":9216,"children":9218},{"href":9217},"/man/VkRenderingFragmentShadingRateAttachmentInfoKHR",[9219],{"type":26,"value":9220},"VkRenderingFragmentShadingRateAttachmentInfoKHR",{"type":26,"value":231},{"type":21,"tag":42,"props":9223,"children":9225},{"className":9224},[],[9226],{"type":26,"value":7084},{"type":26,"value":9228},"\nwas not ",{"type":21,"tag":434,"props":9230,"children":9231},{"href":2426},[9232],{"type":26,"value":2429},{"type":26,"value":9234},", the currently bound graphics pipeline\n",{"type":21,"tag":685,"props":9236,"children":9237},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":42,"props":9240,"children":9242},{"className":9241},[],[9243],{"type":26,"value":9244},"VK_PIPELINE_CREATE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR",{"type":21,"tag":597,"props":9246,"children":9248},{"name":9247},"VUID-vkCmdDrawIndexed-imageView-06184",[9249],{"type":21,"tag":22,"props":9250,"children":9251},{},[9252,9253,9257,9258,9264,9265,9270,9271,9275,9276,9279,9280],{"type":26,"value":7072},{"type":21,"tag":434,"props":9254,"children":9255},{"href":7060},[9256],{"type":26,"value":7063},{"type":26,"value":5786},{"type":21,"tag":434,"props":9259,"children":9261},{"href":9260},"/man/VkRenderingFragmentDensityMapAttachmentInfoEXT",[9262],{"type":26,"value":9263},"VkRenderingFragmentDensityMapAttachmentInfoEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":9266,"children":9268},{"className":9267},[],[9269],{"type":26,"value":7084},{"type":26,"value":9228},{"type":21,"tag":434,"props":9272,"children":9273},{"href":2426},[9274],{"type":26,"value":2429},{"type":26,"value":9234},{"type":21,"tag":685,"props":9277,"children":9278},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":42,"props":9281,"children":9283},{"className":9282},[],[9284],{"type":26,"value":9285},"VK_PIPELINE_CREATE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT",{"type":21,"tag":597,"props":9287,"children":9289},{"name":9288},"VUID-vkCmdDrawIndexed-colorAttachmentCount-06185",[9290],{"type":21,"tag":22,"props":9291,"children":9292},{},[9293,9295,9301,9302,9308,9310,9314,9315,9319,9320,9325,9327,9332,9334,9338,9339,9344,9345,9350,9351,9355,9356,9359,9361,9367,9368,9372,9373,9377],{"type":26,"value":9294},"If the currently bound pipeline was created with a\n",{"type":21,"tag":434,"props":9296,"children":9298},{"href":9297},"/man/VkAttachmentSampleCountInfoAMD",[9299],{"type":26,"value":9300},"VkAttachmentSampleCountInfoAMD",{"type":26,"value":540},{"type":21,"tag":434,"props":9303,"children":9305},{"href":9304},"/man/VkAttachmentSampleCountInfoNV",[9306],{"type":26,"value":9307},"VkAttachmentSampleCountInfoNV",{"type":26,"value":9309}," structure, and the current render\npass instance was begun with ",{"type":21,"tag":434,"props":9311,"children":9312},{"href":7060},[9313],{"type":26,"value":7063},{"type":26,"value":2256},{"type":21,"tag":434,"props":9316,"children":9317},{"href":4048},[9318],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9321,"children":9323},{"className":9322},[],[9324],{"type":26,"value":7480},{"type":26,"value":9326}," parameter greater than\n",{"type":21,"tag":42,"props":9328,"children":9330},{"className":9329},[],[9331],{"type":26,"value":7532},{"type":26,"value":9333},", then each element of the\n",{"type":21,"tag":434,"props":9335,"children":9336},{"href":4048},[9337],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9340,"children":9342},{"className":9341},[],[9343],{"type":26,"value":7545},{"type":26,"value":7828},{"type":21,"tag":42,"props":9346,"children":9348},{"className":9347},[],[9349],{"type":26,"value":7084},{"type":26,"value":7554},{"type":21,"tag":434,"props":9352,"children":9353},{"href":2426},[9354],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":9357,"children":9358},{"type":687},[],{"type":26,"value":9360}," have been\ncreated with a sample count equal to the corresponding element of the\n",{"type":21,"tag":42,"props":9362,"children":9364},{"className":9363},[],[9365],{"type":26,"value":9366},"pColorAttachmentSamples",{"type":26,"value":7086},{"type":21,"tag":434,"props":9369,"children":9370},{"href":9297},[9371],{"type":26,"value":9300},{"type":26,"value":540},{"type":21,"tag":434,"props":9374,"children":9375},{"href":9304},[9376],{"type":26,"value":9307},{"type":26,"value":9378}," used to create the currently bound\ngraphics pipeline",{"type":21,"tag":597,"props":9380,"children":9382},{"name":9381},"VUID-vkCmdDrawIndexed-pDepthAttachment-06186",[9383],{"type":21,"tag":22,"props":9384,"children":9385},{},[9386,9387,9391,9393,9397,9398,9402,9404,9408,9409,9414,9415,9419,9421,9427,9428,9432,9433,9437,9439,9442,9444,9448,9449],{"type":26,"value":7072},{"type":21,"tag":434,"props":9388,"children":9389},{"href":7060},[9390],{"type":26,"value":7063},{"type":26,"value":9392},", the currently bound pipeline was created with\na ",{"type":21,"tag":434,"props":9394,"children":9395},{"href":9297},[9396],{"type":26,"value":9300},{"type":26,"value":540},{"type":21,"tag":434,"props":9399,"children":9400},{"href":9304},[9401],{"type":26,"value":9307},{"type":26,"value":9403}," structure, and\n",{"type":21,"tag":434,"props":9405,"children":9406},{"href":4048},[9407],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9410,"children":9412},{"className":9411},[],[9413],{"type":26,"value":8817},{"type":26,"value":8883},{"type":21,"tag":434,"props":9416,"children":9417},{"href":2426},[9418],{"type":26,"value":2429},{"type":26,"value":9420},", the value of the\n",{"type":21,"tag":42,"props":9422,"children":9424},{"className":9423},[],[9425],{"type":26,"value":9426},"depthStencilAttachmentSamples",{"type":26,"value":7086},{"type":21,"tag":434,"props":9429,"children":9430},{"href":9297},[9431],{"type":26,"value":9300},{"type":26,"value":540},{"type":21,"tag":434,"props":9434,"children":9435},{"href":9304},[9436],{"type":26,"value":9307},{"type":26,"value":9438}," used to create the currently bound\ngraphics pipeline ",{"type":21,"tag":685,"props":9440,"children":9441},{"type":687},[],{"type":26,"value":9443}," be equal to the sample count used to create\n",{"type":21,"tag":434,"props":9445,"children":9446},{"href":4048},[9447],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9450,"children":9452},{"className":9451},[],[9453],{"type":26,"value":8817},{"type":21,"tag":597,"props":9455,"children":9457},{"name":9456},"VUID-vkCmdDrawIndexed-pStencilAttachment-06187",[9458],{"type":21,"tag":22,"props":9459,"children":9460},{},[9461,9462,9466,9467,9471,9472,9476,9477,9481,9482,9487,9488,9492,9493,9498,9499,9503,9504,9508,9509,9512,9513,9517,9518],{"type":26,"value":7072},{"type":21,"tag":434,"props":9463,"children":9464},{"href":7060},[9465],{"type":26,"value":7063},{"type":26,"value":9392},{"type":21,"tag":434,"props":9468,"children":9469},{"href":9297},[9470],{"type":26,"value":9300},{"type":26,"value":540},{"type":21,"tag":434,"props":9473,"children":9474},{"href":9304},[9475],{"type":26,"value":9307},{"type":26,"value":9403},{"type":21,"tag":434,"props":9478,"children":9479},{"href":4048},[9480],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9483,"children":9485},{"className":9484},[],[9486],{"type":26,"value":9030},{"type":26,"value":8883},{"type":21,"tag":434,"props":9489,"children":9490},{"href":2426},[9491],{"type":26,"value":2429},{"type":26,"value":9420},{"type":21,"tag":42,"props":9494,"children":9496},{"className":9495},[],[9497],{"type":26,"value":9426},{"type":26,"value":7086},{"type":21,"tag":434,"props":9500,"children":9501},{"href":9297},[9502],{"type":26,"value":9300},{"type":26,"value":540},{"type":21,"tag":434,"props":9505,"children":9506},{"href":9304},[9507],{"type":26,"value":9307},{"type":26,"value":9438},{"type":21,"tag":685,"props":9510,"children":9511},{"type":687},[],{"type":26,"value":9443},{"type":21,"tag":434,"props":9514,"children":9515},{"href":4048},[9516],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9519,"children":9521},{"className":9520},[],[9522],{"type":26,"value":9030},{"type":21,"tag":597,"props":9524,"children":9526},{"name":9525},"VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07285",[9527,9535],{"type":21,"tag":33,"props":9528,"children":9530},{"code":9529},"If\nthe currently bound pipeline was created without a\n[VkAttachmentSampleCountInfoAMD](/man/VkAttachmentSampleCountInfoAMD)\n",[9531],{"type":21,"tag":42,"props":9532,"children":9533},{"__ignoreMap":38},[9534],{"type":26,"value":9529},{"type":21,"tag":22,"props":9536,"children":9537},{},[9538,9540,9544,9546,9556,9557,9561,9562,9566,9567,9572,9573,9578,9579,9583,9584,9589,9590,9595,9596,9600,9601,9604,9606,9611],{"type":26,"value":9539},"or\n",{"type":21,"tag":434,"props":9541,"children":9542},{"href":9304},[9543],{"type":26,"value":9307},{"type":26,"value":9545},"\nstructure, and\nthe ",{"type":21,"tag":434,"props":9547,"children":9549},{"href":9548},"/man/VkPhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT#features-multisampledRenderToSingleSampled",[9550],{"type":21,"tag":42,"props":9551,"children":9553},{"className":9552},[],[9554],{"type":26,"value":9555},"multisampledRenderToSingleSampled",{"type":26,"value":7509},{"type":21,"tag":434,"props":9558,"children":9559},{"href":7060},[9560],{"type":26,"value":7063},{"type":26,"value":2256},{"type":21,"tag":434,"props":9563,"children":9564},{"href":4048},[9565],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9568,"children":9570},{"className":9569},[],[9571],{"type":26,"value":7480},{"type":26,"value":9326},{"type":21,"tag":42,"props":9574,"children":9576},{"className":9575},[],[9577],{"type":26,"value":7532},{"type":26,"value":9333},{"type":21,"tag":434,"props":9580,"children":9581},{"href":4048},[9582],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9585,"children":9587},{"className":9586},[],[9588],{"type":26,"value":7545},{"type":26,"value":7828},{"type":21,"tag":42,"props":9591,"children":9593},{"className":9592},[],[9594],{"type":26,"value":7084},{"type":26,"value":7554},{"type":21,"tag":434,"props":9597,"children":9598},{"href":2426},[9599],{"type":26,"value":2429},{"type":26,"value":683},{"type":21,"tag":685,"props":9602,"children":9603},{"type":687},[],{"type":26,"value":9605}," have been\ncreated with a sample count equal to the value of\n",{"type":21,"tag":42,"props":9607,"children":9609},{"className":9608},[],[9610],{"type":26,"value":8058},{"type":26,"value":9612}," for the currently bound graphics pipeline",{"type":21,"tag":597,"props":9614,"children":9616},{"name":9615},"VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07286",[9617,9624],{"type":21,"tag":33,"props":9618,"children":9619},{"code":9529},[9620],{"type":21,"tag":42,"props":9621,"children":9622},{"__ignoreMap":38},[9623],{"type":26,"value":9529},{"type":21,"tag":22,"props":9625,"children":9626},{},[9627,9628,9632,9633,9641,9643,9647,9648,9653,9654,9658,9660,9665,9667,9670,9672,9676,9677],{"type":26,"value":9539},{"type":21,"tag":434,"props":9629,"children":9630},{"href":9304},[9631],{"type":26,"value":9307},{"type":26,"value":9545},{"type":21,"tag":434,"props":9634,"children":9635},{"href":9548},[9636],{"type":21,"tag":42,"props":9637,"children":9639},{"className":9638},[],[9640],{"type":26,"value":9555},{"type":26,"value":9642}," feature is not enabled, and\n",{"type":21,"tag":434,"props":9644,"children":9645},{"href":4048},[9646],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9649,"children":9651},{"className":9650},[],[9652],{"type":26,"value":8817},{"type":26,"value":8883},{"type":21,"tag":434,"props":9655,"children":9656},{"href":2426},[9657],{"type":26,"value":2429},{"type":26,"value":9659},", the value of ",{"type":21,"tag":42,"props":9661,"children":9663},{"className":9662},[],[9664],{"type":26,"value":8058},{"type":26,"value":9666}," for the\ncurrently bound graphics pipeline ",{"type":21,"tag":685,"props":9668,"children":9669},{"type":687},[],{"type":26,"value":9671}," be equal to the sample count\nused to create ",{"type":21,"tag":434,"props":9673,"children":9674},{"href":4048},[9675],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9678,"children":9680},{"className":9679},[],[9681],{"type":26,"value":8817},{"type":21,"tag":597,"props":9683,"children":9685},{"name":9684},"VUID-vkCmdDrawIndexed-multisampledRenderToSingleSampled-07287",[9686,9693],{"type":21,"tag":33,"props":9687,"children":9688},{"code":9529},[9689],{"type":21,"tag":42,"props":9690,"children":9691},{"__ignoreMap":38},[9692],{"type":26,"value":9529},{"type":21,"tag":22,"props":9694,"children":9695},{},[9696,9697,9701,9702,9710,9711,9715,9716,9721,9722,9726,9727,9732,9733,9736,9738,9742,9743],{"type":26,"value":9539},{"type":21,"tag":434,"props":9698,"children":9699},{"href":9304},[9700],{"type":26,"value":9307},{"type":26,"value":9545},{"type":21,"tag":434,"props":9703,"children":9704},{"href":9548},[9705],{"type":21,"tag":42,"props":9706,"children":9708},{"className":9707},[],[9709],{"type":26,"value":9555},{"type":26,"value":9642},{"type":21,"tag":434,"props":9712,"children":9713},{"href":4048},[9714],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9717,"children":9719},{"className":9718},[],[9720],{"type":26,"value":9030},{"type":26,"value":8883},{"type":21,"tag":434,"props":9723,"children":9724},{"href":2426},[9725],{"type":26,"value":2429},{"type":26,"value":9659},{"type":21,"tag":42,"props":9728,"children":9730},{"className":9729},[],[9731],{"type":26,"value":8058},{"type":26,"value":9666},{"type":21,"tag":685,"props":9734,"children":9735},{"type":687},[],{"type":26,"value":9737}," be equal to the sample count\nused to create\n",{"type":21,"tag":434,"props":9739,"children":9740},{"href":4048},[9741],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9744,"children":9746},{"className":9745},[],[9747],{"type":26,"value":9030},{"type":21,"tag":597,"props":9749,"children":9751},{"name":9750},"VUID-vkCmdDrawIndexed-pNext-07935",[9752],{"type":21,"tag":22,"props":9753,"children":9754},{},[9755,9757,9761,9762,9768,9770,9774,9776,9782,9784,9790,9791,9796,9798,9803,9805,9808,9809,9813,9814],{"type":26,"value":9756},"If this command has been called inside a render pass instance started\nwith ",{"type":21,"tag":434,"props":9758,"children":9759},{"href":7060},[9760],{"type":26,"value":7063},{"type":26,"value":7100},{"type":21,"tag":42,"props":9763,"children":9765},{"className":9764},[],[9766],{"type":26,"value":9767},"pNext",{"type":26,"value":9769}," chain of\n",{"type":21,"tag":434,"props":9771,"children":9772},{"href":4048},[9773],{"type":26,"value":4051},{"type":26,"value":9775}," includes a\n",{"type":21,"tag":434,"props":9777,"children":9779},{"href":9778},"/man/VkMultisampledRenderToSingleSampledInfoEXT",[9780],{"type":26,"value":9781},"VkMultisampledRenderToSingleSampledInfoEXT",{"type":26,"value":9783}," structure with\n",{"type":21,"tag":42,"props":9785,"children":9787},{"className":9786},[],[9788],{"type":26,"value":9789},"multisampledRenderToSingleSampledEnable",{"type":26,"value":659},{"type":21,"tag":42,"props":9792,"children":9794},{"className":9793},[],[9795],{"type":26,"value":928},{"type":26,"value":9797},",\nthen the value of ",{"type":21,"tag":42,"props":9799,"children":9801},{"className":9800},[],[9802],{"type":26,"value":8058},{"type":26,"value":9804}," for the currently bound\ngraphics pipeline ",{"type":21,"tag":685,"props":9806,"children":9807},{"type":687},[],{"type":26,"value":8843},{"type":21,"tag":434,"props":9810,"children":9811},{"href":9778},[9812],{"type":26,"value":9781},{"type":26,"value":231},{"type":21,"tag":42,"props":9815,"children":9817},{"className":9816},[],[9818],{"type":26,"value":8058},{"type":21,"tag":597,"props":9820,"children":9822},{"name":9821},"VUID-vkCmdDrawIndexed-renderPass-06198",[9823],{"type":21,"tag":22,"props":9824,"children":9825},{},[9826,9827,9831,9833,9836,9838,9843,9844,9849,9850],{"type":26,"value":7072},{"type":21,"tag":434,"props":9828,"children":9829},{"href":7060},[9830],{"type":26,"value":7063},{"type":26,"value":9832},", the currently bound pipeline ",{"type":21,"tag":685,"props":9834,"children":9835},{"type":687},[],{"type":26,"value":9837}," have been\ncreated with a ",{"type":21,"tag":434,"props":9839,"children":9841},{"href":9840},"/man/VkGraphicsPipelineCreateInfo",[9842],{"type":26,"value":3801},{"type":26,"value":231},{"type":21,"tag":42,"props":9845,"children":9847},{"className":9846},[],[9848],{"type":26,"value":3793},{"type":26,"value":629},{"type":21,"tag":434,"props":9851,"children":9852},{"href":2426},[9853],{"type":26,"value":2429},{"type":21,"tag":597,"props":9855,"children":9857},{"name":9856},"VUID-vkCmdDrawIndexed-pColorAttachments-08963",[9858],{"type":21,"tag":22,"props":9859,"children":9860},{},[9861,9862,9866,9868,9872,9873,9879,9880,9884,9886,9890,9891,9896,9898,9901,9903],{"type":26,"value":7072},{"type":21,"tag":434,"props":9863,"children":9864},{"href":7060},[9865],{"type":26,"value":7063},{"type":26,"value":9867},", there is a graphics pipeline bound with a\nfragment shader that statically writes to a color attachment, the color\nwrite mask is not zero, color writes are enabled, and the corresponding\nelement of the ",{"type":21,"tag":434,"props":9869,"children":9870},{"href":4048},[9871],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9874,"children":9876},{"className":9875},[],[9877],{"type":26,"value":9878},"pColorAttachments→imageView",{"type":26,"value":9228},{"type":21,"tag":434,"props":9881,"children":9882},{"href":2426},[9883],{"type":26,"value":2429},{"type":26,"value":9885},", then the corresponding element of\n",{"type":21,"tag":434,"props":9887,"children":9888},{"href":7419},[9889],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9892,"children":9894},{"className":9893},[],[9895],{"type":26,"value":7581},{"type":26,"value":9897}," used\nto create the pipeline ",{"type":21,"tag":685,"props":9899,"children":9900},{"type":687},[],{"type":26,"value":9902}," not be ",{"type":21,"tag":42,"props":9904,"children":9906},{"className":9905},[],[9907],{"type":26,"value":7667},{"type":21,"tag":597,"props":9909,"children":9911},{"name":9910},"VUID-vkCmdDrawIndexed-pDepthAttachment-08964",[9912],{"type":21,"tag":22,"props":9913,"children":9914},{},[9915,9916,9920,9922,9926,9927,9932,9933,9937,9938,9942,9943,9948,9950,9953,9954],{"type":26,"value":7072},{"type":21,"tag":434,"props":9917,"children":9918},{"href":7060},[9919],{"type":26,"value":7063},{"type":26,"value":9921},", there is a graphics pipeline bound, depth\ntest is enabled, depth write is enabled, and the\n",{"type":21,"tag":434,"props":9923,"children":9924},{"href":4048},[9925],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9928,"children":9930},{"className":9929},[],[9931],{"type":26,"value":8817},{"type":26,"value":8883},{"type":21,"tag":434,"props":9934,"children":9935},{"href":2426},[9936],{"type":26,"value":2429},{"type":26,"value":6070},{"type":21,"tag":434,"props":9939,"children":9940},{"href":7419},[9941],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9944,"children":9946},{"className":9945},[],[9947],{"type":26,"value":8836},{"type":26,"value":9949}," used to\ncreate the pipeline ",{"type":21,"tag":685,"props":9951,"children":9952},{"type":687},[],{"type":26,"value":9902},{"type":21,"tag":42,"props":9955,"children":9957},{"className":9956},[],[9958],{"type":26,"value":7667},{"type":21,"tag":597,"props":9960,"children":9962},{"name":9961},"VUID-vkCmdDrawIndexed-pStencilAttachment-08965",[9963],{"type":21,"tag":22,"props":9964,"children":9965},{},[9966,9967,9971,9973,9977,9978,9983,9984,9988,9989,9993,9994,9999,10000,10003,10004],{"type":26,"value":7072},{"type":21,"tag":434,"props":9968,"children":9969},{"href":7060},[9970],{"type":26,"value":7063},{"type":26,"value":9972},", there is a graphics pipeline bound, stencil\ntest is enabled and the\n",{"type":21,"tag":434,"props":9974,"children":9975},{"href":4048},[9976],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":9979,"children":9981},{"className":9980},[],[9982],{"type":26,"value":9030},{"type":26,"value":8883},{"type":21,"tag":434,"props":9985,"children":9986},{"href":2426},[9987],{"type":26,"value":2429},{"type":26,"value":6070},{"type":21,"tag":434,"props":9990,"children":9991},{"href":7419},[9992],{"type":26,"value":7422},{"type":26,"value":231},{"type":21,"tag":42,"props":9995,"children":9997},{"className":9996},[],[9998],{"type":26,"value":9047},{"type":26,"value":9897},{"type":21,"tag":685,"props":10001,"children":10002},{"type":687},[],{"type":26,"value":9902},{"type":21,"tag":42,"props":10005,"children":10007},{"className":10006},[],[10008],{"type":26,"value":7667},{"type":21,"tag":597,"props":10010,"children":10012},{"name":10011},"VUID-vkCmdDrawIndexed-primitivesGeneratedQueryWithRasterizerDiscard-06708",[10013],{"type":21,"tag":22,"props":10014,"children":10015},{},[10016,10017,10027,10029,10035,10037,10043,10044,10047],{"type":26,"value":1332},{"type":21,"tag":434,"props":10018,"children":10020},{"href":10019},"/man/VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT#features-primitivesGeneratedQueryWithRasterizerDiscard",[10021],{"type":21,"tag":42,"props":10022,"children":10024},{"className":10023},[],[10025],{"type":26,"value":10026},"primitivesGeneratedQueryWithRasterizerDiscard",{"type":26,"value":10028}," feature is not\nenabled and the ",{"type":21,"tag":42,"props":10030,"children":10032},{"className":10031},[],[10033],{"type":26,"value":10034},"VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT",{"type":26,"value":10036}," query is\nactive, ",{"type":21,"tag":434,"props":10038,"children":10040},{"href":10039},"/chapters/primsrast#primsrast-discard",[10041],{"type":26,"value":10042},"rasterization discard",{"type":26,"value":683},{"type":21,"tag":685,"props":10045,"children":10046},{"type":687},[],{"type":26,"value":10048}," not be enabled",{"type":21,"tag":597,"props":10050,"children":10052},{"name":10051},"VUID-vkCmdDrawIndexed-primitivesGeneratedQueryWithNonZeroStreams-06709",[10053],{"type":21,"tag":22,"props":10054,"children":10055},{},[10056,10057,10067,10068,10073,10075,10078,10080,10086,10087],{"type":26,"value":1332},{"type":21,"tag":434,"props":10058,"children":10060},{"href":10059},"/man/VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT#features-primitivesGeneratedQueryWithNonZeroStreams",[10061],{"type":21,"tag":42,"props":10062,"children":10064},{"className":10063},[],[10065],{"type":26,"value":10066},"primitivesGeneratedQueryWithNonZeroStreams",{"type":26,"value":10028},{"type":21,"tag":42,"props":10069,"children":10071},{"className":10070},[],[10072],{"type":26,"value":10034},{"type":26,"value":10074}," query is\nactive, the bound graphics pipeline ",{"type":21,"tag":685,"props":10076,"children":10077},{"type":687},[],{"type":26,"value":10079}," not have been created with a\nnon-zero value in\n",{"type":21,"tag":42,"props":10081,"children":10083},{"className":10082},[],[10084],{"type":26,"value":10085},"VkPipelineRasterizationStateStreamCreateInfoEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":10088,"children":10090},{"className":10089},[],[10091],{"type":26,"value":10092},"rasterizationStream",{"type":21,"tag":597,"props":10094,"children":10096},{"name":10095},"VUID-vkCmdDrawIndexed-None-07619",[10097],{"type":21,"tag":22,"props":10098,"children":10099},{},[10100,10102,10107,10109,10115,10116,10122,10123,10126,10127,10131],{"type":26,"value":10101},"If\na shader object is bound to the\n",{"type":21,"tag":42,"props":10103,"children":10105},{"className":10104},[],[10106],{"type":26,"value":4511},{"type":26,"value":10108}," stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":10110,"children":10112},{"className":10111},[],[10113],{"type":26,"value":10114},"VK_DYNAMIC_STATE_TESSELLATION_DOMAIN_ORIGIN_EXT",{"type":26,"value":6533},{"type":21,"tag":434,"props":10117,"children":10119},{"href":10118},"/man/vkCmdSetTessellationDomainOriginEXT",[10120],{"type":26,"value":10121},"vkCmdSetTessellationDomainOriginEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10124,"children":10125},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":10128,"children":10129},{"href":4308},[10130],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":10133,"children":10135},{"name":10134},"VUID-vkCmdDrawIndexed-None-07620",[10136],{"type":21,"tag":22,"props":10137,"children":10138},{},[10139,10140,10150,10151,10157,10158,10162,10163,10168,10169,10174,10175,10181,10182,10185,10186,10190],{"type":26,"value":1332},{"type":21,"tag":434,"props":10141,"children":10143},{"href":10142},"/man/VkPhysicalDeviceFeatures#features-depthClamp",[10144],{"type":21,"tag":42,"props":10145,"children":10147},{"className":10146},[],[10148],{"type":26,"value":10149},"depthClamp",{"type":26,"value":5485},{"type":21,"tag":42,"props":10152,"children":10154},{"className":10153},[],[10155],{"type":26,"value":10156},"VK_DYNAMIC_STATE_DEPTH_CLAMP_ENABLE_EXT",{"type":26,"value":5542},{"type":21,"tag":434,"props":10159,"children":10160},{"href":4573},[10161],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10164,"children":10166},{"className":10165},[],[10167],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10170,"children":10172},{"className":10171},[],[10173],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10176,"children":10178},{"href":10177},"/man/vkCmdSetDepthClampEnableEXT",[10179],{"type":26,"value":10180},"vkCmdSetDepthClampEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10183,"children":10184},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10187,"children":10188},{"href":4308},[10189],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10192,"children":10194},{"name":10193},"VUID-vkCmdDrawIndexed-None-07621",[10195],{"type":21,"tag":22,"props":10196,"children":10197},{},[10198,10199,10205,10206,10210,10211,10216,10217,10222,10223,10227,10228,10231,10232,10236],{"type":26,"value":4562},{"type":21,"tag":42,"props":10200,"children":10202},{"className":10201},[],[10203],{"type":26,"value":10204},"VK_DYNAMIC_STATE_POLYGON_MODE_EXT",{"type":26,"value":5220},{"type":21,"tag":434,"props":10207,"children":10208},{"href":4573},[10209],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10212,"children":10214},{"className":10213},[],[10215],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10218,"children":10220},{"className":10219},[],[10221],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10224,"children":10225},{"href":4410},[10226],{"type":26,"value":4413},{"type":26,"value":683},{"type":21,"tag":685,"props":10229,"children":10230},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":10233,"children":10234},{"href":4308},[10235],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":10238,"children":10240},{"name":10239},"VUID-vkCmdDrawIndexed-None-07622",[10241],{"type":21,"tag":22,"props":10242,"children":10243},{},[10244,10245,10250,10251,10255,10256,10261,10262,10267,10268,10272,10273,10276,10277,10281],{"type":26,"value":4562},{"type":21,"tag":42,"props":10246,"children":10248},{"className":10247},[],[10249],{"type":26,"value":8039},{"type":26,"value":5493},{"type":21,"tag":434,"props":10252,"children":10253},{"href":4573},[10254],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10257,"children":10259},{"className":10258},[],[10260],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10263,"children":10265},{"className":10264},[],[10266],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10269,"children":10270},{"href":8043},[10271],{"type":26,"value":8046},{"type":26,"value":683},{"type":21,"tag":685,"props":10274,"children":10275},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10278,"children":10279},{"href":4308},[10280],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10283,"children":10285},{"name":10284},"VUID-vkCmdDrawIndexed-None-07623",[10286],{"type":21,"tag":22,"props":10287,"children":10288},{},[10289,10290,10296,10297,10301,10302,10307,10308,10313,10314,10320,10321,10324,10325,10329],{"type":26,"value":4562},{"type":21,"tag":42,"props":10291,"children":10293},{"className":10292},[],[10294],{"type":26,"value":10295},"VK_DYNAMIC_STATE_SAMPLE_MASK_EXT",{"type":26,"value":5220},{"type":21,"tag":434,"props":10298,"children":10299},{"href":4573},[10300],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10303,"children":10305},{"className":10304},[],[10306],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10309,"children":10311},{"className":10310},[],[10312],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10315,"children":10317},{"href":10316},"/man/vkCmdSetSampleMaskEXT",[10318],{"type":26,"value":10319},"vkCmdSetSampleMaskEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10322,"children":10323},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":10326,"children":10327},{"href":4308},[10328],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":10331,"children":10333},{"name":10332},"VUID-vkCmdDrawIndexed-alphaToCoverageEnable-08919",[10334],{"type":21,"tag":22,"props":10335,"children":10336},{},[10337,10338,10344,10346,10352,10354,10359,10361,10367,10368,10374,10375,10378,10380,10386,10388,10394,10396,10402],{"type":26,"value":4285},{"type":21,"tag":42,"props":10339,"children":10341},{"className":10340},[],[10342],{"type":26,"value":10343},"VK_DYNAMIC_STATE_ALPHA_TO_COVERAGE_ENABLE_EXT",{"type":26,"value":10345}," dynamic state\nenabled, and ",{"type":21,"tag":42,"props":10347,"children":10349},{"className":10348},[],[10350],{"type":26,"value":10351},"alphaToCoverageEnable",{"type":26,"value":10353}," was ",{"type":21,"tag":42,"props":10355,"children":10357},{"className":10356},[],[10358],{"type":26,"value":928},{"type":26,"value":10360}," in the last\ncall to ",{"type":21,"tag":434,"props":10362,"children":10364},{"href":10363},"/man/vkCmdSetAlphaToCoverageEnableEXT",[10365],{"type":26,"value":10366},"vkCmdSetAlphaToCoverageEnableEXT",{"type":26,"value":6070},{"type":21,"tag":434,"props":10369,"children":10371},{"href":10370},"/chapters/interfaces#interfaces-fragmentoutput",[10372],{"type":26,"value":10373},"Fragment Output Interface",{"type":26,"value":683},{"type":21,"tag":685,"props":10376,"children":10377},{"type":687},[],{"type":26,"value":10379}," contain a\nvariable for the alpha ",{"type":21,"tag":42,"props":10381,"children":10383},{"className":10382},[],[10384],{"type":26,"value":10385},"Component",{"type":26,"value":10387}," word in ",{"type":21,"tag":42,"props":10389,"children":10391},{"className":10390},[],[10392],{"type":26,"value":10393},"Location",{"type":26,"value":10395}," 0 at\n",{"type":21,"tag":42,"props":10397,"children":10399},{"className":10398},[],[10400],{"type":26,"value":10401},"Index",{"type":26,"value":10403}," 0",{"type":21,"tag":597,"props":10405,"children":10407},{"name":10406},"VUID-vkCmdDrawIndexed-alphaToCoverageEnable-08920",[10408],{"type":21,"tag":22,"props":10409,"children":10410},{},[10411,10412,10416,10417,10422,10423,10428,10429,10433,10434,10437,10438,10443,10444,10449,10450,10455],{"type":26,"value":4384},{"type":21,"tag":434,"props":10413,"children":10414},{"href":10363},[10415],{"type":26,"value":10366},{"type":26,"value":4392},{"type":21,"tag":42,"props":10418,"children":10420},{"className":10419},[],[10421],{"type":26,"value":10351},{"type":26,"value":4400},{"type":21,"tag":42,"props":10424,"children":10426},{"className":10425},[],[10427],{"type":26,"value":928},{"type":26,"value":6070},{"type":21,"tag":434,"props":10430,"children":10431},{"href":10370},[10432],{"type":26,"value":10373},{"type":26,"value":683},{"type":21,"tag":685,"props":10435,"children":10436},{"type":687},[],{"type":26,"value":10379},{"type":21,"tag":42,"props":10439,"children":10441},{"className":10440},[],[10442],{"type":26,"value":10385},{"type":26,"value":10387},{"type":21,"tag":42,"props":10445,"children":10447},{"className":10446},[],[10448],{"type":26,"value":10393},{"type":26,"value":10395},{"type":21,"tag":42,"props":10451,"children":10453},{"className":10452},[],[10454],{"type":26,"value":10401},{"type":26,"value":10403},{"type":21,"tag":597,"props":10457,"children":10459},{"name":10458},"VUID-vkCmdDrawIndexed-None-07624",[10460],{"type":21,"tag":22,"props":10461,"children":10462},{},[10463,10464,10469,10471,10475,10476,10481,10482,10487,10488,10492,10493,10496,10497,10501],{"type":26,"value":4562},{"type":21,"tag":42,"props":10465,"children":10467},{"className":10466},[],[10468],{"type":26,"value":10343},{"type":26,"value":10470}," dynamic state\nenabled, and the ",{"type":21,"tag":434,"props":10472,"children":10473},{"href":4573},[10474],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10477,"children":10479},{"className":10478},[],[10480],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10483,"children":10485},{"className":10484},[],[10486],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10489,"children":10490},{"href":10363},[10491],{"type":26,"value":10366},{"type":26,"value":683},{"type":21,"tag":685,"props":10494,"children":10495},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10498,"children":10499},{"href":4308},[10500],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10503,"children":10505},{"name":10504},"VUID-vkCmdDrawIndexed-None-07625",[10506],{"type":21,"tag":22,"props":10507,"children":10508},{},[10509,10510,10520,10521,10527,10528,10532,10533,10538,10539,10544,10545,10551,10552,10555,10556,10560],{"type":26,"value":1332},{"type":21,"tag":434,"props":10511,"children":10513},{"href":10512},"/man/VkPhysicalDeviceFeatures#features-alphaToOne",[10514],{"type":21,"tag":42,"props":10515,"children":10517},{"className":10516},[],[10518],{"type":26,"value":10519},"alphaToOne",{"type":26,"value":5485},{"type":21,"tag":42,"props":10522,"children":10524},{"className":10523},[],[10525],{"type":26,"value":10526},"VK_DYNAMIC_STATE_ALPHA_TO_ONE_ENABLE_EXT",{"type":26,"value":5493},{"type":21,"tag":434,"props":10529,"children":10530},{"href":4573},[10531],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10534,"children":10536},{"className":10535},[],[10537],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10540,"children":10542},{"className":10541},[],[10543],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10546,"children":10548},{"href":10547},"/man/vkCmdSetAlphaToOneEnableEXT",[10549],{"type":26,"value":10550},"vkCmdSetAlphaToOneEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10553,"children":10554},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10557,"children":10558},{"href":4308},[10559],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10562,"children":10564},{"name":10563},"VUID-vkCmdDrawIndexed-None-07626",[10565],{"type":21,"tag":22,"props":10566,"children":10567},{},[10568,10569,10579,10581,10586,10588,10594,10595,10599,10600,10605,10606,10611,10612,10618,10619,10622,10623,10627],{"type":26,"value":1332},{"type":21,"tag":434,"props":10570,"children":10572},{"href":10571},"/man/VkPhysicalDeviceFeatures#features-logicOp",[10573],{"type":21,"tag":42,"props":10574,"children":10576},{"className":10575},[],[10577],{"type":26,"value":10578},"logicOp",{"type":26,"value":10580}," feature is enabled,\na shader object is bound to the ",{"type":21,"tag":42,"props":10582,"children":10584},{"className":10583},[],[10585],{"type":26,"value":4679},{"type":26,"value":10587}," stage\nor\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":10589,"children":10591},{"className":10590},[],[10592],{"type":26,"value":10593},"VK_DYNAMIC_STATE_LOGIC_OP_ENABLE_EXT",{"type":26,"value":5542},{"type":21,"tag":434,"props":10596,"children":10597},{"href":4573},[10598],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10601,"children":10603},{"className":10602},[],[10604],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10607,"children":10609},{"className":10608},[],[10610],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10613,"children":10615},{"href":10614},"/man/vkCmdSetLogicOpEnableEXT",[10616],{"type":26,"value":10617},"vkCmdSetLogicOpEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10620,"children":10621},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10624,"children":10625},{"href":4308},[10626],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10629,"children":10631},{"name":10630},"VUID-vkCmdDrawIndexed-None-07627",[10632],{"type":21,"tag":22,"props":10633,"children":10634},{},[10635,10636,10641,10642,10646,10647,10650,10651,10655],{"type":26,"value":4285},{"type":21,"tag":42,"props":10637,"children":10639},{"className":10638},[],[10640],{"type":26,"value":7991},{"type":26,"value":4293},{"type":21,"tag":434,"props":10643,"children":10644},{"href":4704},[10645],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":10648,"children":10649},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10652,"children":10653},{"href":4308},[10654],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10657,"children":10659},{"name":10658},"VUID-vkCmdDrawIndexed-None-08657",[10660],{"type":21,"tag":22,"props":10661,"children":10662},{},[10663,10664,10669,10671,10675,10676,10681,10682,10687,10689,10693,10694,10697,10699,10703],{"type":26,"value":4673},{"type":21,"tag":42,"props":10665,"children":10667},{"className":10666},[],[10668],{"type":26,"value":4679},{"type":26,"value":10670},"\nstage, and both the most recent call to\n",{"type":21,"tag":434,"props":10672,"children":10673},{"href":4387},[10674],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":10677,"children":10679},{"className":10678},[],[10680],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":10683,"children":10685},{"className":10684},[],[10686],{"type":26,"value":665},{"type":26,"value":10688}," and there are color\nattachments bound, then ",{"type":21,"tag":434,"props":10690,"children":10691},{"href":4704},[10692],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":10695,"children":10696},{"type":687},[],{"type":26,"value":10698}," have\nbeen called and not subsequently ",{"type":21,"tag":434,"props":10700,"children":10701},{"href":4308},[10702],{"type":26,"value":4311},{"type":26,"value":10704},"\nin the current command buffer prior to this drawing command",{"type":21,"tag":597,"props":10706,"children":10708},{"name":10707},"VUID-vkCmdDrawIndexed-None-07628",[10709],{"type":21,"tag":22,"props":10710,"children":10711},{},[10712,10713,10719,10720,10724,10725,10728,10729,10733],{"type":26,"value":4285},{"type":21,"tag":42,"props":10714,"children":10716},{"className":10715},[],[10717],{"type":26,"value":10718},"VK_DYNAMIC_STATE_COLOR_BLEND_EQUATION_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":10721,"children":10722},{"href":4725},[10723],{"type":26,"value":4728},{"type":26,"value":683},{"type":21,"tag":685,"props":10726,"children":10727},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10730,"children":10731},{"href":4308},[10732],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10735,"children":10737},{"name":10736},"VUID-vkCmdDrawIndexed-None-08658",[10738],{"type":21,"tag":22,"props":10739,"children":10740},{},[10741,10742,10747,10748,10752,10753,10758,10759,10764,10765,10769,10771,10776,10777,10782,10783,10787,10788,10791,10792,10796],{"type":26,"value":4673},{"type":21,"tag":42,"props":10743,"children":10745},{"className":10744},[],[10746],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":10749,"children":10750},{"href":4387},[10751],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":10754,"children":10756},{"className":10755},[],[10757],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":10760,"children":10762},{"className":10761},[],[10763],{"type":26,"value":665},{"type":26,"value":4701},{"type":21,"tag":434,"props":10766,"children":10767},{"href":4704},[10768],{"type":26,"value":4707},{"type":26,"value":10770}," for any attachment set that\nattachment’s value in ",{"type":21,"tag":42,"props":10772,"children":10774},{"className":10773},[],[10775],{"type":26,"value":4715},{"type":26,"value":4400},{"type":21,"tag":42,"props":10778,"children":10780},{"className":10779},[],[10781],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":10784,"children":10785},{"href":4725},[10786],{"type":26,"value":4728},{"type":26,"value":683},{"type":21,"tag":685,"props":10789,"children":10790},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10793,"children":10794},{"href":4308},[10795],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10798,"children":10800},{"name":10799},"VUID-vkCmdDrawIndexed-None-07629",[10801],{"type":21,"tag":22,"props":10802,"children":10803},{},[10804,10805,10811,10812,10818,10819,10822,10823,10827],{"type":26,"value":4285},{"type":21,"tag":42,"props":10806,"children":10808},{"className":10807},[],[10809],{"type":26,"value":10810},"VK_DYNAMIC_STATE_COLOR_WRITE_MASK_EXT",{"type":26,"value":4293},{"type":21,"tag":434,"props":10813,"children":10815},{"href":10814},"/man/vkCmdSetColorWriteMaskEXT",[10816],{"type":26,"value":10817},"vkCmdSetColorWriteMaskEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10820,"children":10821},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10824,"children":10825},{"href":4308},[10826],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10829,"children":10831},{"name":10830},"VUID-vkCmdDrawIndexed-None-08659",[10832],{"type":21,"tag":22,"props":10833,"children":10834},{},[10835,10836,10841,10842,10846,10847,10852,10853,10858,10859,10863,10864,10867,10868,10872],{"type":26,"value":4673},{"type":21,"tag":42,"props":10837,"children":10839},{"className":10838},[],[10840],{"type":26,"value":4679},{"type":26,"value":10670},{"type":21,"tag":434,"props":10843,"children":10844},{"href":4387},[10845],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":10848,"children":10850},{"className":10849},[],[10851],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":10854,"children":10856},{"className":10855},[],[10857],{"type":26,"value":665},{"type":26,"value":10688},{"type":21,"tag":434,"props":10860,"children":10861},{"href":10814},[10862],{"type":26,"value":10817},{"type":26,"value":683},{"type":21,"tag":685,"props":10865,"children":10866},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":10869,"children":10870},{"href":4308},[10871],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":10874,"children":10876},{"name":10875},"VUID-vkCmdDrawIndexed-None-07630",[10877],{"type":21,"tag":22,"props":10878,"children":10879},{},[10880,10881,10891,10893,10898,10899,10905,10906,10912,10913,10916,10917,10921],{"type":26,"value":1332},{"type":21,"tag":434,"props":10882,"children":10884},{"href":10883},"/man/VkPhysicalDeviceTransformFeedbackFeaturesEXT#features-geometryStreams",[10885],{"type":21,"tag":42,"props":10886,"children":10888},{"className":10887},[],[10889],{"type":26,"value":10890},"geometryStreams",{"type":26,"value":10892}," feature is\nenabled, and\na shader object is bound to the ",{"type":21,"tag":42,"props":10894,"children":10896},{"className":10895},[],[10897],{"type":26,"value":4518},{"type":26,"value":10587},{"type":21,"tag":42,"props":10900,"children":10902},{"className":10901},[],[10903],{"type":26,"value":10904},"VK_DYNAMIC_STATE_RASTERIZATION_STREAM_EXT",{"type":26,"value":5663},{"type":21,"tag":434,"props":10907,"children":10909},{"href":10908},"/man/vkCmdSetRasterizationStreamEXT",[10910],{"type":26,"value":10911},"vkCmdSetRasterizationStreamEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10914,"children":10915},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":10918,"children":10919},{"href":4308},[10920],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":10923,"children":10925},{"name":10924},"VUID-vkCmdDrawIndexed-None-07631",[10926],{"type":21,"tag":22,"props":10927,"children":10928},{},[10929,10930,10936,10937,10943,10944,10948,10949,10954,10955,10960,10961,10967,10968,10971,10973,10977],{"type":26,"value":1332},{"type":21,"tag":434,"props":10931,"children":10933},{"href":10932},"/extensions/VK_EXT_conservative_rasterization",[10934],{"type":26,"value":10935},"VK_EXT_conservative_rasterization",{"type":26,"value":5147},{"type":21,"tag":42,"props":10938,"children":10940},{"className":10939},[],[10941],{"type":26,"value":10942},"VK_DYNAMIC_STATE_CONSERVATIVE_RASTERIZATION_MODE_EXT",{"type":26,"value":10470},{"type":21,"tag":434,"props":10945,"children":10946},{"href":4573},[10947],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":10950,"children":10952},{"className":10951},[],[10953],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":10956,"children":10958},{"className":10957},[],[10959],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":10962,"children":10964},{"href":10963},"/man/vkCmdSetConservativeRasterizationModeEXT",[10965],{"type":26,"value":10966},"vkCmdSetConservativeRasterizationModeEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":10969,"children":10970},{"type":687},[],{"type":26,"value":10972}," have been called\nand not subsequently ",{"type":21,"tag":434,"props":10974,"children":10975},{"href":4308},[10976],{"type":26,"value":4311},{"type":26,"value":10978}," in the\ncurrent command buffer prior to this drawing command",{"type":21,"tag":597,"props":10980,"children":10982},{"name":10981},"VUID-vkCmdDrawIndexed-None-07632",[10983],{"type":21,"tag":22,"props":10984,"children":10985},{},[10986,10987,10991,10992,10998,11000,11004,11005,11010,11011,11016,11017,11021,11022,11028,11029,11035,11036,11042,11043,11046,11047,11051],{"type":26,"value":1332},{"type":21,"tag":434,"props":10988,"children":10989},{"href":10932},[10990],{"type":26,"value":10935},{"type":26,"value":5147},{"type":21,"tag":42,"props":10993,"children":10995},{"className":10994},[],[10996],{"type":26,"value":10997},"VK_DYNAMIC_STATE_EXTRA_PRIMITIVE_OVERESTIMATION_SIZE_EXT",{"type":26,"value":10999}," dynamic\nstate enabled, the ",{"type":21,"tag":434,"props":11001,"children":11002},{"href":4573},[11003],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":11006,"children":11008},{"className":11007},[],[11009],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":11012,"children":11014},{"className":11013},[],[11015],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":11018,"children":11019},{"href":4573},[11020],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":11023,"children":11025},{"className":11024},[],[11026],{"type":26,"value":11027},"conservativeRasterizationMode",{"type":26,"value":532},{"type":21,"tag":42,"props":11030,"children":11032},{"className":11031},[],[11033],{"type":26,"value":11034},"VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT",{"type":26,"value":4847},{"type":21,"tag":434,"props":11037,"children":11039},{"href":11038},"/man/vkCmdSetExtraPrimitiveOverestimationSizeEXT",[11040],{"type":26,"value":11041},"vkCmdSetExtraPrimitiveOverestimationSizeEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11044,"children":11045},{"type":687},[],{"type":26,"value":10972},{"type":21,"tag":434,"props":11048,"children":11049},{"href":4308},[11050],{"type":26,"value":4311},{"type":26,"value":10978},{"type":21,"tag":597,"props":11053,"children":11055},{"name":11054},"VUID-vkCmdDrawIndexed-None-07633",[11056],{"type":21,"tag":22,"props":11057,"children":11058},{},[11059,11060,11070,11071,11077,11079,11085,11086,11089,11090,11094],{"type":26,"value":1332},{"type":21,"tag":434,"props":11061,"children":11063},{"href":11062},"/man/VkPhysicalDeviceDepthClipEnableFeaturesEXT#features-depthClipEnable",[11064],{"type":21,"tag":42,"props":11065,"children":11067},{"className":11066},[],[11068],{"type":26,"value":11069},"depthClipEnable",{"type":26,"value":6525},{"type":21,"tag":42,"props":11072,"children":11074},{"className":11073},[],[11075],{"type":26,"value":11076},"VK_DYNAMIC_STATE_DEPTH_CLIP_ENABLE_EXT",{"type":26,"value":11078}," dynamic state, then\n",{"type":21,"tag":434,"props":11080,"children":11082},{"href":11081},"/man/vkCmdSetDepthClipEnableEXT",[11083],{"type":26,"value":11084},"vkCmdSetDepthClipEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11087,"children":11088},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11091,"children":11092},{"href":4308},[11093],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11096,"children":11098},{"name":11097},"VUID-vkCmdDrawIndexed-None-07634",[11099],{"type":21,"tag":22,"props":11100,"children":11101},{},[11102,11103,11109,11110,11116,11117,11120,11121,11125],{"type":26,"value":4285},{"type":21,"tag":42,"props":11104,"children":11106},{"className":11105},[],[11107],{"type":26,"value":11108},"VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":11111,"children":11113},{"href":11112},"/man/vkCmdSetSampleLocationsEnableEXT",[11114],{"type":26,"value":11115},"vkCmdSetSampleLocationsEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11118,"children":11119},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":11122,"children":11123},{"href":4308},[11124],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11127,"children":11129},{"name":11128},"VUID-vkCmdDrawIndexed-None-08664",[11130],{"type":21,"tag":22,"props":11131,"children":11132},{},[11133,11134,11138,11139,11143,11144,11149,11150,11155,11156,11160,11161,11164,11165,11169],{"type":26,"value":1332},{"type":21,"tag":434,"props":11135,"children":11136},{"href":5142},[11137],{"type":26,"value":5145},{"type":26,"value":6004},{"type":21,"tag":434,"props":11140,"children":11141},{"href":4387},[11142],{"type":26,"value":4390},{"type":26,"value":6012},{"type":21,"tag":42,"props":11145,"children":11147},{"className":11146},[],[11148],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11151,"children":11153},{"className":11152},[],[11154],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":11157,"children":11158},{"href":11112},[11159],{"type":26,"value":11115},{"type":26,"value":683},{"type":21,"tag":685,"props":11162,"children":11163},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11166,"children":11167},{"href":4308},[11168],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11171,"children":11173},{"name":11172},"VUID-vkCmdDrawIndexed-None-07635",[11174],{"type":21,"tag":22,"props":11175,"children":11176},{},[11177,11178,11184,11185,11191,11192,11195,11196,11200],{"type":26,"value":4285},{"type":21,"tag":42,"props":11179,"children":11181},{"className":11180},[],[11182],{"type":26,"value":11183},"VK_DYNAMIC_STATE_COLOR_BLEND_ADVANCED_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":11186,"children":11188},{"href":11187},"/man/vkCmdSetColorBlendAdvancedEXT",[11189],{"type":26,"value":11190},"vkCmdSetColorBlendAdvancedEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11193,"children":11194},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11197,"children":11198},{"href":4308},[11199],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11202,"children":11204},{"name":11203},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09416",[11205],{"type":21,"tag":22,"props":11206,"children":11207},{},[11208,11209,11215,11217,11222,11223,11227,11228,11233,11234,11239,11241,11245,11246,11250,11251,11254,11255,11259],{"type":26,"value":1332},{"type":21,"tag":434,"props":11210,"children":11212},{"href":11211},"/extensions/VK_EXT_blend_operation_advanced",[11213],{"type":26,"value":11214},"VK_EXT_blend_operation_advanced",{"type":26,"value":11216}," extension is enabled,\nand a shader object is bound to the ",{"type":21,"tag":42,"props":11218,"children":11220},{"className":11219},[],[11221],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":11224,"children":11225},{"href":4387},[11226],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":11229,"children":11231},{"className":11230},[],[11232],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":11235,"children":11237},{"className":11236},[],[11238],{"type":26,"value":665},{"type":26,"value":11240},", then at least one of ",{"type":21,"tag":434,"props":11242,"children":11243},{"href":4725},[11244],{"type":26,"value":4728},{"type":26,"value":7691},{"type":21,"tag":434,"props":11247,"children":11248},{"href":11187},[11249],{"type":26,"value":11190},{"type":26,"value":683},{"type":21,"tag":685,"props":11252,"children":11253},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11256,"children":11257},{"href":4308},[11258],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11261,"children":11263},{"name":11262},"VUID-vkCmdDrawIndexed-None-07636",[11264],{"type":21,"tag":22,"props":11265,"children":11266},{},[11267,11268,11274,11276,11282,11283,11289,11290,11294,11295,11300,11301,11306,11307,11313,11314,11317,11318,11322],{"type":26,"value":1332},{"type":21,"tag":434,"props":11269,"children":11271},{"href":11270},"/extensions/VK_EXT_provoking_vertex",[11272],{"type":26,"value":11273},"VK_EXT_provoking_vertex",{"type":26,"value":11275}," extension is enabled,\na shader object is bound to the ",{"type":21,"tag":42,"props":11277,"children":11279},{"className":11278},[],[11280],{"type":26,"value":11281},"VK_SHADER_STAGE_VERTEX_BIT",{"type":26,"value":10587},{"type":21,"tag":42,"props":11284,"children":11286},{"className":11285},[],[11287],{"type":26,"value":11288},"VK_DYNAMIC_STATE_PROVOKING_VERTEX_MODE_EXT",{"type":26,"value":5493},{"type":21,"tag":434,"props":11291,"children":11292},{"href":4573},[11293],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":11296,"children":11298},{"className":11297},[],[11299],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":11302,"children":11304},{"className":11303},[],[11305],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":11308,"children":11310},{"href":11309},"/man/vkCmdSetProvokingVertexModeEXT",[11311],{"type":26,"value":11312},"vkCmdSetProvokingVertexModeEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11315,"children":11316},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11319,"children":11320},{"href":4308},[11321],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11324,"children":11326},{"name":11325},"VUID-vkCmdDrawIndexed-None-07637",[11327],{"type":21,"tag":22,"props":11328,"children":11329},{},[11330,11331,11337,11338,11344,11345,11348,11349,11353],{"type":26,"value":4285},{"type":21,"tag":42,"props":11332,"children":11334},{"className":11333},[],[11335],{"type":26,"value":11336},"VK_DYNAMIC_STATE_LINE_RASTERIZATION_MODE_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":11339,"children":11341},{"href":11340},"/man/vkCmdSetLineRasterizationModeEXT",[11342],{"type":26,"value":11343},"vkCmdSetLineRasterizationModeEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11346,"children":11347},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":11350,"children":11351},{"href":4308},[11352],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11355,"children":11357},{"name":11356},"VUID-vkCmdDrawIndexed-None-08666",[11358],{"type":21,"tag":22,"props":11359,"children":11360},{},[11361,11362,11368,11369,11375,11377,11381,11382,11387,11388,11393,11394,11398,11399,11404,11405,11410,11411,11415,11416,11419,11420,11424],{"type":26,"value":1332},{"type":21,"tag":434,"props":11363,"children":11365},{"href":11364},"/extensions/VK_KHR_line_rasterization",[11366],{"type":26,"value":11367},"VK_KHR_line_rasterization",{"type":26,"value":540},{"type":21,"tag":434,"props":11370,"children":11372},{"href":11371},"/extensions/VK_EXT_line_rasterization",[11373],{"type":26,"value":11374},"VK_EXT_line_rasterization",{"type":26,"value":11376}," extension is enabled, and a shader\nobject is bound to any graphics stage, and the most recent call to\n",{"type":21,"tag":434,"props":11378,"children":11379},{"href":4387},[11380],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":11383,"children":11385},{"className":11384},[],[11386],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11389,"children":11391},{"className":11390},[],[11392],{"type":26,"value":665},{"type":26,"value":8613},{"type":21,"tag":434,"props":11395,"children":11396},{"href":4410},[11397],{"type":26,"value":4413},{"type":26,"value":4526},{"type":21,"tag":42,"props":11400,"children":11402},{"className":11401},[],[11403],{"type":26,"value":4420},{"type":26,"value":4400},{"type":21,"tag":42,"props":11406,"children":11408},{"className":11407},[],[11409],{"type":26,"value":4427},{"type":26,"value":4847},{"type":21,"tag":434,"props":11412,"children":11413},{"href":11340},[11414],{"type":26,"value":11343},{"type":26,"value":683},{"type":21,"tag":685,"props":11417,"children":11418},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11421,"children":11422},{"href":4308},[11423],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11426,"children":11428},{"name":11427},"VUID-vkCmdDrawIndexed-None-08667",[11429],{"type":21,"tag":22,"props":11430,"children":11431},{},[11432,11433,11437,11438,11442,11444,11449,11451,11455,11456,11461,11462,11467,11468,11472,11473,11478,11480,11484,11485,11488,11489,11493],{"type":26,"value":1332},{"type":21,"tag":434,"props":11434,"children":11435},{"href":11364},[11436],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11439,"children":11440},{"href":11371},[11441],{"type":26,"value":11374},{"type":26,"value":11443}," extension is enabled, and a shader\nobject is bound to the ",{"type":21,"tag":42,"props":11445,"children":11447},{"className":11446},[],[11448],{"type":26,"value":11281},{"type":26,"value":11450}," stage, and the\nmost recent call to ",{"type":21,"tag":434,"props":11452,"children":11453},{"href":4387},[11454],{"type":26,"value":4390},{"type":26,"value":6220},{"type":21,"tag":42,"props":11457,"children":11459},{"className":11458},[],[11460],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11463,"children":11465},{"className":11464},[],[11466],{"type":26,"value":665},{"type":26,"value":6283},{"type":21,"tag":434,"props":11469,"children":11470},{"href":4470},[11471],{"type":26,"value":4473},{"type":26,"value":6220},{"type":21,"tag":42,"props":11474,"children":11476},{"className":11475},[],[11477],{"type":26,"value":4480},{"type":26,"value":11479}," to any line topology, then\n",{"type":21,"tag":434,"props":11481,"children":11482},{"href":11340},[11483],{"type":26,"value":11343},{"type":26,"value":683},{"type":21,"tag":685,"props":11486,"children":11487},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11490,"children":11491},{"href":4308},[11492],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11495,"children":11497},{"name":11496},"VUID-vkCmdDrawIndexed-None-08668",[11498],{"type":21,"tag":22,"props":11499,"children":11500},{},[11501,11502,11506,11507,11511,11513,11518,11519,11524,11525,11529,11530,11535,11536,11541,11542,11546,11547,11550,11551,11555],{"type":26,"value":1332},{"type":21,"tag":434,"props":11503,"children":11504},{"href":11364},[11505],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11508,"children":11509},{"href":11371},[11510],{"type":26,"value":11374},{"type":26,"value":11512}," extension is enabled, and a shader\nobject that outputs line primitives is bound to the\n",{"type":21,"tag":42,"props":11514,"children":11516},{"className":11515},[],[11517],{"type":26,"value":4511},{"type":26,"value":540},{"type":21,"tag":42,"props":11520,"children":11522},{"className":11521},[],[11523],{"type":26,"value":4518},{"type":26,"value":4520},{"type":21,"tag":434,"props":11526,"children":11527},{"href":4387},[11528],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":11531,"children":11533},{"className":11532},[],[11534],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11537,"children":11539},{"className":11538},[],[11540],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":11543,"children":11544},{"href":11340},[11545],{"type":26,"value":11343},{"type":26,"value":683},{"type":21,"tag":685,"props":11548,"children":11549},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11552,"children":11553},{"href":4308},[11554],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11557,"children":11559},{"name":11558},"VUID-vkCmdDrawIndexed-None-07638",[11560],{"type":21,"tag":22,"props":11561,"children":11562},{},[11563,11564,11570,11571,11577,11578,11581,11582,11586],{"type":26,"value":4285},{"type":21,"tag":42,"props":11565,"children":11567},{"className":11566},[],[11568],{"type":26,"value":11569},"VK_DYNAMIC_STATE_LINE_STIPPLE_ENABLE_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":11572,"children":11574},{"href":11573},"/man/vkCmdSetLineStippleEnableEXT",[11575],{"type":26,"value":11576},"vkCmdSetLineStippleEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11579,"children":11580},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11583,"children":11584},{"href":4308},[11585],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11588,"children":11590},{"name":11589},"VUID-vkCmdDrawIndexed-None-08669",[11591],{"type":21,"tag":22,"props":11592,"children":11593},{},[11594,11595,11599,11600,11604,11605,11609,11610,11615,11616,11621,11622,11626,11627,11632,11633,11638,11639,11643,11644,11647,11648,11652],{"type":26,"value":1332},{"type":21,"tag":434,"props":11596,"children":11597},{"href":11364},[11598],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11601,"children":11602},{"href":11371},[11603],{"type":26,"value":11374},{"type":26,"value":11376},{"type":21,"tag":434,"props":11606,"children":11607},{"href":4387},[11608],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":11611,"children":11613},{"className":11612},[],[11614],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11617,"children":11619},{"className":11618},[],[11620],{"type":26,"value":665},{"type":26,"value":8613},{"type":21,"tag":434,"props":11623,"children":11624},{"href":4410},[11625],{"type":26,"value":4413},{"type":26,"value":4526},{"type":21,"tag":42,"props":11628,"children":11630},{"className":11629},[],[11631],{"type":26,"value":4420},{"type":26,"value":4400},{"type":21,"tag":42,"props":11634,"children":11636},{"className":11635},[],[11637],{"type":26,"value":4427},{"type":26,"value":4847},{"type":21,"tag":434,"props":11640,"children":11641},{"href":11573},[11642],{"type":26,"value":11576},{"type":26,"value":683},{"type":21,"tag":685,"props":11645,"children":11646},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11649,"children":11650},{"href":4308},[11651],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11654,"children":11656},{"name":11655},"VUID-vkCmdDrawIndexed-None-08670",[11657],{"type":21,"tag":22,"props":11658,"children":11659},{},[11660,11661,11665,11666,11670,11671,11676,11677,11681,11682,11687,11688,11693,11694,11698,11699,11704,11705,11709,11710,11713,11714,11718],{"type":26,"value":1332},{"type":21,"tag":434,"props":11662,"children":11663},{"href":11364},[11664],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11667,"children":11668},{"href":11371},[11669],{"type":26,"value":11374},{"type":26,"value":11443},{"type":21,"tag":42,"props":11672,"children":11674},{"className":11673},[],[11675],{"type":26,"value":11281},{"type":26,"value":11450},{"type":21,"tag":434,"props":11678,"children":11679},{"href":4387},[11680],{"type":26,"value":4390},{"type":26,"value":6220},{"type":21,"tag":42,"props":11683,"children":11685},{"className":11684},[],[11686],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11689,"children":11691},{"className":11690},[],[11692],{"type":26,"value":665},{"type":26,"value":6283},{"type":21,"tag":434,"props":11695,"children":11696},{"href":4470},[11697],{"type":26,"value":4473},{"type":26,"value":6220},{"type":21,"tag":42,"props":11700,"children":11702},{"className":11701},[],[11703],{"type":26,"value":4480},{"type":26,"value":11479},{"type":21,"tag":434,"props":11706,"children":11707},{"href":11573},[11708],{"type":26,"value":11576},{"type":26,"value":683},{"type":21,"tag":685,"props":11711,"children":11712},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11715,"children":11716},{"href":4308},[11717],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11720,"children":11722},{"name":11721},"VUID-vkCmdDrawIndexed-None-08671",[11723],{"type":21,"tag":22,"props":11724,"children":11725},{},[11726,11727,11731,11732,11736,11737,11742,11743,11748,11749,11753,11754,11759,11760,11765,11766,11770,11771,11774,11775,11779],{"type":26,"value":1332},{"type":21,"tag":434,"props":11728,"children":11729},{"href":11364},[11730],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11733,"children":11734},{"href":11371},[11735],{"type":26,"value":11374},{"type":26,"value":11512},{"type":21,"tag":42,"props":11738,"children":11740},{"className":11739},[],[11741],{"type":26,"value":4511},{"type":26,"value":540},{"type":21,"tag":42,"props":11744,"children":11746},{"className":11745},[],[11747],{"type":26,"value":4518},{"type":26,"value":4520},{"type":21,"tag":434,"props":11750,"children":11751},{"href":4387},[11752],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":11755,"children":11757},{"className":11756},[],[11758],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11761,"children":11763},{"className":11762},[],[11764],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":11767,"children":11768},{"href":11573},[11769],{"type":26,"value":11576},{"type":26,"value":683},{"type":21,"tag":685,"props":11772,"children":11773},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11776,"children":11777},{"href":4308},[11778],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":11781,"children":11783},{"name":11782},"VUID-vkCmdDrawIndexed-None-07849",[11784,11791],{"type":21,"tag":33,"props":11785,"children":11786},{"code":4285},[11787],{"type":21,"tag":42,"props":11788,"children":11789},{"__ignoreMap":38},[11790],{"type":26,"value":4285},{"type":21,"tag":22,"props":11792,"children":11793},{},[11794,11800,11802,11808,11811,11812,11816],{"type":21,"tag":42,"props":11795,"children":11797},{"className":11796},[],[11798],{"type":26,"value":11799},"VK_DYNAMIC_STATE_LINE_STIPPLE_KHR",{"type":26,"value":11801},"\ndynamic state enabled then\n",{"type":21,"tag":434,"props":11803,"children":11805},{"href":11804},"/man/vkCmdSetLineStippleKHR",[11806],{"type":26,"value":11807},"vkCmdSetLineStippleKHR",{"type":21,"tag":685,"props":11809,"children":11810},{"type":687},[],{"type":26,"value":4547},{"type":21,"tag":434,"props":11813,"children":11814},{"href":4308},[11815],{"type":26,"value":4311},{"type":26,"value":4553},{"type":21,"tag":597,"props":11818,"children":11820},{"name":11819},"VUID-vkCmdDrawIndexed-None-08672",[11821],{"type":21,"tag":22,"props":11822,"children":11823},{},[11824,11825,11829,11830,11834,11835,11839,11840,11845,11846,11851,11852,11856,11857,11863,11864,11869,11870,11876,11877,11880,11881,11885],{"type":26,"value":1332},{"type":21,"tag":434,"props":11826,"children":11827},{"href":11364},[11828],{"type":26,"value":11367},{"type":26,"value":540},{"type":21,"tag":434,"props":11831,"children":11832},{"href":11371},[11833],{"type":26,"value":11374},{"type":26,"value":11376},{"type":21,"tag":434,"props":11836,"children":11837},{"href":4387},[11838],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":11841,"children":11843},{"className":11842},[],[11844],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":11847,"children":11849},{"className":11848},[],[11850],{"type":26,"value":665},{"type":26,"value":8613},{"type":21,"tag":434,"props":11853,"children":11854},{"href":11573},[11855],{"type":26,"value":11576},{"type":26,"value":6012},{"type":21,"tag":42,"props":11858,"children":11860},{"className":11859},[],[11861],{"type":26,"value":11862},"stippledLineEnable",{"type":26,"value":4400},{"type":21,"tag":42,"props":11865,"children":11867},{"className":11866},[],[11868],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":11871,"children":11873},{"href":11872},"/man/vkCmdSetLineStippleEXT",[11874],{"type":26,"value":11875},"vkCmdSetLineStippleEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11878,"children":11879},{"type":687},[],{"type":26,"value":4305},{"type":21,"tag":434,"props":11882,"children":11883},{"href":4308},[11884],{"type":26,"value":4311},{"type":26,"value":4313},{"type":21,"tag":597,"props":11887,"children":11889},{"name":11888},"VUID-vkCmdDrawIndexed-None-07639",[11890],{"type":21,"tag":22,"props":11891,"children":11892},{},[11893,11894,11904,11905,11911,11912,11918,11919,11922,11923,11927],{"type":26,"value":1332},{"type":21,"tag":434,"props":11895,"children":11897},{"href":11896},"/man/VkPhysicalDeviceDepthClipControlFeaturesEXT#features-depthClipControl",[11898],{"type":21,"tag":42,"props":11899,"children":11901},{"className":11900},[],[11902],{"type":26,"value":11903},"depthClipControl",{"type":26,"value":6525},{"type":21,"tag":42,"props":11906,"children":11908},{"className":11907},[],[11909],{"type":26,"value":11910},"VK_DYNAMIC_STATE_DEPTH_CLIP_NEGATIVE_ONE_TO_ONE_EXT",{"type":26,"value":6533},{"type":21,"tag":434,"props":11913,"children":11915},{"href":11914},"/man/vkCmdSetDepthClipNegativeOneToOneEXT",[11916],{"type":26,"value":11917},"vkCmdSetDepthClipNegativeOneToOneEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":11920,"children":11921},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":11924,"children":11925},{"href":4308},[11926],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":11929,"children":11931},{"name":11930},"VUID-vkCmdDrawIndexed-None-07640",[11932],{"type":21,"tag":22,"props":11933,"children":11934},{},[11935,11936,11940,11942,11948,11949,11953,11954,11957,11958,11962],{"type":26,"value":1332},{"type":21,"tag":434,"props":11937,"children":11938},{"href":5999},[11939],{"type":26,"value":6002},{"type":26,"value":11941}," extension is enabled, and\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":11943,"children":11945},{"className":11944},[],[11946],{"type":26,"value":11947},"VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_ENABLE_NV",{"type":26,"value":6533},{"type":21,"tag":434,"props":11950,"children":11951},{"href":6007},[11952],{"type":26,"value":6010},{"type":26,"value":683},{"type":21,"tag":685,"props":11955,"children":11956},{"type":687},[],{"type":26,"value":5459},{"type":21,"tag":434,"props":11959,"children":11960},{"href":4308},[11961],{"type":26,"value":4311},{"type":26,"value":5465},{"type":21,"tag":597,"props":11964,"children":11966},{"name":11965},"VUID-vkCmdDrawIndexed-None-07641",[11967],{"type":21,"tag":22,"props":11968,"children":11969},{},[11970,11971,11977,11978,11984,11986,11992,11993,11996,11997,12001],{"type":26,"value":1332},{"type":21,"tag":434,"props":11972,"children":11974},{"href":11973},"/extensions/VK_NV_viewport_swizzle",[11975],{"type":26,"value":11976},"VK_NV_viewport_swizzle",{"type":26,"value":11941},{"type":21,"tag":42,"props":11979,"children":11981},{"className":11980},[],[11982],{"type":26,"value":11983},"VK_DYNAMIC_STATE_VIEWPORT_SWIZZLE_NV",{"type":26,"value":11985}," dynamic state enabled, then\n",{"type":21,"tag":434,"props":11987,"children":11989},{"href":11988},"/man/vkCmdSetViewportSwizzleNV",[11990],{"type":26,"value":11991},"vkCmdSetViewportSwizzleNV",{"type":26,"value":683},{"type":21,"tag":685,"props":11994,"children":11995},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":11998,"children":11999},{"href":4308},[12000],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12003,"children":12005},{"name":12004},"VUID-vkCmdDrawIndexed-None-07642",[12006],{"type":21,"tag":22,"props":12007,"children":12008},{},[12009,12010,12016,12017,12022,12023,12029,12030,12034,12035,12040,12041,12046,12047,12053,12054,12057,12058,12062],{"type":26,"value":1332},{"type":21,"tag":434,"props":12011,"children":12013},{"href":12012},"/extensions/VK_NV_fragment_coverage_to_color",[12014],{"type":26,"value":12015},"VK_NV_fragment_coverage_to_color",{"type":26,"value":11275},{"type":21,"tag":42,"props":12018,"children":12020},{"className":12019},[],[12021],{"type":26,"value":4679},{"type":26,"value":10587},{"type":21,"tag":42,"props":12024,"children":12026},{"className":12025},[],[12027],{"type":26,"value":12028},"VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_ENABLE_NV",{"type":26,"value":10470},{"type":21,"tag":434,"props":12031,"children":12032},{"href":4573},[12033],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12036,"children":12038},{"className":12037},[],[12039],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12042,"children":12044},{"className":12043},[],[12045],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12048,"children":12050},{"href":12049},"/man/vkCmdSetCoverageToColorEnableNV",[12051],{"type":26,"value":12052},"vkCmdSetCoverageToColorEnableNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12055,"children":12056},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12059,"children":12060},{"href":4308},[12061],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12064,"children":12066},{"name":12065},"VUID-vkCmdDrawIndexed-None-07643",[12067],{"type":21,"tag":22,"props":12068,"children":12069},{},[12070,12071,12075,12076,12081,12082,12088,12090,12094,12095,12100,12101,12106,12107,12111,12112,12118,12119,12124,12125,12131,12132,12135,12136,12140],{"type":26,"value":1332},{"type":21,"tag":434,"props":12072,"children":12073},{"href":12012},[12074],{"type":26,"value":12015},{"type":26,"value":11275},{"type":21,"tag":42,"props":12077,"children":12079},{"className":12078},[],[12080],{"type":26,"value":4679},{"type":26,"value":10587},{"type":21,"tag":42,"props":12083,"children":12085},{"className":12084},[],[12086],{"type":26,"value":12087},"VK_DYNAMIC_STATE_COVERAGE_TO_COLOR_LOCATION_NV",{"type":26,"value":12089}," dynamic state\nenabled, the ",{"type":21,"tag":434,"props":12091,"children":12092},{"href":4573},[12093],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12096,"children":12098},{"className":12097},[],[12099],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12102,"children":12104},{"className":12103},[],[12105],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":12108,"children":12109},{"href":4573},[12110],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12113,"children":12115},{"className":12114},[],[12116],{"type":26,"value":12117},"coverageToColorEnable",{"type":26,"value":1557},{"type":21,"tag":42,"props":12120,"children":12122},{"className":12121},[],[12123],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":12126,"children":12128},{"href":12127},"/man/vkCmdSetCoverageToColorLocationNV",[12129],{"type":26,"value":12130},"vkCmdSetCoverageToColorLocationNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12133,"children":12134},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12137,"children":12138},{"href":4308},[12139],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12142,"children":12144},{"name":12143},"VUID-vkCmdDrawIndexed-None-07644",[12145],{"type":21,"tag":22,"props":12146,"children":12147},{},[12148,12149,12155,12156,12162,12163,12167,12168,12173,12174,12179,12180,12186,12187,12190,12191,12195],{"type":26,"value":1332},{"type":21,"tag":434,"props":12150,"children":12152},{"href":12151},"/extensions/VK_NV_framebuffer_mixed_samples",[12153],{"type":26,"value":12154},"VK_NV_framebuffer_mixed_samples",{"type":26,"value":5147},{"type":21,"tag":42,"props":12157,"children":12159},{"className":12158},[],[12160],{"type":26,"value":12161},"VK_DYNAMIC_STATE_COVERAGE_MODULATION_MODE_NV",{"type":26,"value":10470},{"type":21,"tag":434,"props":12164,"children":12165},{"href":4573},[12166],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12169,"children":12171},{"className":12170},[],[12172],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12175,"children":12177},{"className":12176},[],[12178],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12181,"children":12183},{"href":12182},"/man/vkCmdSetCoverageModulationModeNV",[12184],{"type":26,"value":12185},"vkCmdSetCoverageModulationModeNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12188,"children":12189},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12192,"children":12193},{"href":4308},[12194],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12197,"children":12199},{"name":12198},"VUID-vkCmdDrawIndexed-None-07645",[12200],{"type":21,"tag":22,"props":12201,"children":12202},{},[12203,12204,12208,12209,12215,12216,12220,12221,12226,12227,12232,12233,12237,12238,12244,12246,12252,12253,12259,12260,12263,12264,12268],{"type":26,"value":1332},{"type":21,"tag":434,"props":12205,"children":12206},{"href":12151},[12207],{"type":26,"value":12154},{"type":26,"value":5147},{"type":21,"tag":42,"props":12210,"children":12212},{"className":12211},[],[12213],{"type":26,"value":12214},"VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_ENABLE_NV",{"type":26,"value":12089},{"type":21,"tag":434,"props":12217,"children":12218},{"href":4573},[12219],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12222,"children":12224},{"className":12223},[],[12225],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12228,"children":12230},{"className":12229},[],[12231],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":12234,"children":12235},{"href":4573},[12236],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12239,"children":12241},{"className":12240},[],[12242],{"type":26,"value":12243},"coverageModulationMode",{"type":26,"value":12245}," is any value other than\n",{"type":21,"tag":42,"props":12247,"children":12249},{"className":12248},[],[12250],{"type":26,"value":12251},"VK_COVERAGE_MODULATION_MODE_NONE_NV",{"type":26,"value":4847},{"type":21,"tag":434,"props":12254,"children":12256},{"href":12255},"/man/vkCmdSetCoverageModulationTableEnableNV",[12257],{"type":26,"value":12258},"vkCmdSetCoverageModulationTableEnableNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12261,"children":12262},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":12265,"children":12266},{"href":4308},[12267],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12270,"children":12272},{"name":12271},"VUID-vkCmdDrawIndexed-None-07646",[12273],{"type":21,"tag":22,"props":12274,"children":12275},{},[12276,12277,12281,12282,12288,12289,12293,12294,12299,12300,12305,12306,12310,12311,12317,12318,12323,12324,12330,12331,12334,12335,12339],{"type":26,"value":1332},{"type":21,"tag":434,"props":12278,"children":12279},{"href":12151},[12280],{"type":26,"value":12154},{"type":26,"value":5147},{"type":21,"tag":42,"props":12283,"children":12285},{"className":12284},[],[12286],{"type":26,"value":12287},"VK_DYNAMIC_STATE_COVERAGE_MODULATION_TABLE_NV",{"type":26,"value":12089},{"type":21,"tag":434,"props":12290,"children":12291},{"href":4573},[12292],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12295,"children":12297},{"className":12296},[],[12298],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12301,"children":12303},{"className":12302},[],[12304],{"type":26,"value":665},{"type":26,"value":4590},{"type":21,"tag":434,"props":12307,"children":12308},{"href":4573},[12309],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12312,"children":12314},{"className":12313},[],[12315],{"type":26,"value":12316},"coverageModulationTableEnable",{"type":26,"value":1557},{"type":21,"tag":42,"props":12319,"children":12321},{"className":12320},[],[12322],{"type":26,"value":928},{"type":26,"value":4847},{"type":21,"tag":434,"props":12325,"children":12327},{"href":12326},"/man/vkCmdSetCoverageModulationTableNV",[12328],{"type":26,"value":12329},"vkCmdSetCoverageModulationTableNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12332,"children":12333},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12336,"children":12337},{"href":4308},[12338],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12341,"children":12343},{"name":12342},"VUID-vkCmdDrawIndexed-None-07647",[12344],{"type":21,"tag":22,"props":12345,"children":12346},{},[12347,12348,12356,12357,12363,12364,12368,12369,12374,12375,12380,12381,12385,12386,12389,12390,12394],{"type":26,"value":1332},{"type":21,"tag":434,"props":12349,"children":12350},{"href":6205},[12351],{"type":21,"tag":42,"props":12352,"children":12354},{"className":12353},[],[12355],{"type":26,"value":6212},{"type":26,"value":6567},{"type":21,"tag":42,"props":12358,"children":12360},{"className":12359},[],[12361],{"type":26,"value":12362},"VK_DYNAMIC_STATE_SHADING_RATE_IMAGE_ENABLE_NV",{"type":26,"value":10470},{"type":21,"tag":434,"props":12365,"children":12366},{"href":4573},[12367],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12370,"children":12372},{"className":12371},[],[12373],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12376,"children":12378},{"className":12377},[],[12379],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12382,"children":12383},{"href":6286},[12384],{"type":26,"value":6289},{"type":26,"value":683},{"type":21,"tag":685,"props":12387,"children":12388},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12391,"children":12392},{"href":4308},[12393],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12396,"children":12398},{"name":12397},"VUID-vkCmdDrawIndexed-pipelineFragmentShadingRate-09238",[12399],{"type":21,"tag":22,"props":12400,"children":12401},{},[12402,12403,12413,12414,12419,12420,12425,12426,12430,12431,12436,12437,12442,12443,12447,12448,12451,12452,12456],{"type":26,"value":1332},{"type":21,"tag":434,"props":12404,"children":12406},{"href":12405},"/man/VkPhysicalDeviceFragmentShadingRateFeaturesKHR#features-pipelineFragmentShadingRate",[12407],{"type":21,"tag":42,"props":12408,"children":12410},{"className":12409},[],[12411],{"type":26,"value":12412},"pipelineFragmentShadingRate",{"type":26,"value":10580},{"type":21,"tag":42,"props":12415,"children":12417},{"className":12416},[],[12418],{"type":26,"value":4679},{"type":26,"value":10587},{"type":21,"tag":42,"props":12421,"children":12423},{"className":12422},[],[12424],{"type":26,"value":8164},{"type":26,"value":5493},{"type":21,"tag":434,"props":12427,"children":12428},{"href":4573},[12429],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12432,"children":12434},{"className":12433},[],[12435],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12438,"children":12440},{"className":12439},[],[12441],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12444,"children":12445},{"href":8168},[12446],{"type":26,"value":8171},{"type":26,"value":683},{"type":21,"tag":685,"props":12449,"children":12450},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12453,"children":12454},{"href":4308},[12455],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12458,"children":12460},{"name":12459},"VUID-vkCmdDrawIndexed-None-07648",[12461],{"type":21,"tag":22,"props":12462,"children":12463},{},[12464,12465,12475,12476,12482,12484,12488,12489,12494,12495,12500,12501,12507,12508,12511,12512,12516],{"type":26,"value":1332},{"type":21,"tag":434,"props":12466,"children":12468},{"href":12467},"/man/VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV#features-representativeFragmentTest",[12469],{"type":21,"tag":42,"props":12470,"children":12472},{"className":12471},[],[12473],{"type":26,"value":12474},"representativeFragmentTest",{"type":26,"value":5485},{"type":21,"tag":42,"props":12477,"children":12479},{"className":12478},[],[12480],{"type":26,"value":12481},"VK_DYNAMIC_STATE_REPRESENTATIVE_FRAGMENT_TEST_ENABLE_NV",{"type":26,"value":12483}," dynamic\nstate enabled, and the ",{"type":21,"tag":434,"props":12485,"children":12486},{"href":4573},[12487],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12490,"children":12492},{"className":12491},[],[12493],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12496,"children":12498},{"className":12497},[],[12499],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12502,"children":12504},{"href":12503},"/man/vkCmdSetRepresentativeFragmentTestEnableNV",[12505],{"type":26,"value":12506},"vkCmdSetRepresentativeFragmentTestEnableNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12509,"children":12510},{"type":687},[],{"type":26,"value":10972},{"type":21,"tag":434,"props":12513,"children":12514},{"href":4308},[12515],{"type":26,"value":4311},{"type":26,"value":10978},{"type":21,"tag":597,"props":12518,"children":12520},{"name":12519},"VUID-vkCmdDrawIndexed-None-07649",[12521],{"type":21,"tag":22,"props":12522,"children":12523},{},[12524,12525,12535,12537,12543,12544,12548,12549,12554,12555,12560,12561,12567,12568,12571,12572,12576],{"type":26,"value":1332},{"type":21,"tag":434,"props":12526,"children":12528},{"href":12527},"/man/VkPhysicalDeviceCoverageReductionModeFeaturesNV#features-coverageReductionMode",[12529],{"type":21,"tag":42,"props":12530,"children":12532},{"className":12531},[],[12533],{"type":26,"value":12534},"coverageReductionMode",{"type":26,"value":12536},"\nfeature is enabled,\na shader object is bound to any graphics stage or\na graphics pipeline is bound which was created with the\n",{"type":21,"tag":42,"props":12538,"children":12540},{"className":12539},[],[12541],{"type":26,"value":12542},"VK_DYNAMIC_STATE_COVERAGE_REDUCTION_MODE_NV",{"type":26,"value":5493},{"type":21,"tag":434,"props":12545,"children":12546},{"href":4573},[12547],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":12550,"children":12552},{"className":12551},[],[12553],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":12556,"children":12558},{"className":12557},[],[12559],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":12562,"children":12564},{"href":12563},"/man/vkCmdSetCoverageReductionModeNV",[12565],{"type":26,"value":12566},"vkCmdSetCoverageReductionModeNV",{"type":26,"value":683},{"type":21,"tag":685,"props":12569,"children":12570},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":12573,"children":12574},{"href":4308},[12575],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":12578,"children":12580},{"name":12579},"VUID-vkCmdDrawIndexed-pColorBlendEnables-07470",[12581],{"type":21,"tag":22,"props":12582,"children":12583},{},[12584,12585,12590,12592,12596,12598,12603,12605,12610,12612,12616,12617,12620,12621],{"type":26,"value":4285},{"type":21,"tag":42,"props":12586,"children":12588},{"className":12587},[],[12589],{"type":26,"value":7991},{"type":26,"value":12591}," state enabled and the last\ncall to ",{"type":21,"tag":434,"props":12593,"children":12594},{"href":4704},[12595],{"type":26,"value":4707},{"type":26,"value":12597}," set ",{"type":21,"tag":42,"props":12599,"children":12601},{"className":12600},[],[12602],{"type":26,"value":4715},{"type":26,"value":12604},"\nfor any attachment to ",{"type":21,"tag":42,"props":12606,"children":12608},{"className":12607},[],[12609],{"type":26,"value":928},{"type":26,"value":12611},", then for those attachments in the\nsubpass the corresponding image view’s\n",{"type":21,"tag":434,"props":12613,"children":12614},{"href":678},[12615],{"type":26,"value":681},{"type":26,"value":683},{"type":21,"tag":685,"props":12618,"children":12619},{"type":687},[],{"type":26,"value":690},{"type":21,"tag":42,"props":12622,"children":12624},{"className":12623},[],[12625],{"type":26,"value":6906},{"type":21,"tag":597,"props":12627,"children":12629},{"name":12628},"VUID-vkCmdDrawIndexed-rasterizationSamples-07471",[12630],{"type":21,"tag":22,"props":12631,"children":12632},{},[12633,12634,12639,12641,12646,12648,12652,12653,12656,12658],{"type":26,"value":4285},{"type":21,"tag":42,"props":12635,"children":12637},{"className":12636},[],[12638],{"type":26,"value":8039},{"type":26,"value":12640}," state enabled, and the\ncurrent subpass does not use any color and/or depth/stencil attachments,\nthen the ",{"type":21,"tag":42,"props":12642,"children":12644},{"className":12643},[],[12645],{"type":26,"value":8058},{"type":26,"value":12647}," in the last call to\n",{"type":21,"tag":434,"props":12649,"children":12650},{"href":8043},[12651],{"type":26,"value":8046},{"type":26,"value":683},{"type":21,"tag":685,"props":12654,"children":12655},{"type":687},[],{"type":26,"value":12657}," follow the rules for a\n",{"type":21,"tag":434,"props":12659,"children":12661},{"href":12660},"/man/VkFramebufferCreateInfo#renderpass-noattachments",[12662],{"type":26,"value":12663},"zero-attachment subpass",{"type":21,"tag":597,"props":12665,"children":12667},{"name":12666},"VUID-vkCmdDrawIndexed-samples-07472",[12668],{"type":21,"tag":22,"props":12669,"children":12670},{},[12671,12672,12677,12679,12684,12686,12692,12693,12697,12698,12701,12703,12709,12710,12715],{"type":26,"value":4285},{"type":21,"tag":42,"props":12673,"children":12675},{"className":12674},[],[12676],{"type":26,"value":10295},{"type":26,"value":12678}," state enabled and the\n",{"type":21,"tag":42,"props":12680,"children":12682},{"className":12681},[],[12683],{"type":26,"value":8039},{"type":26,"value":12685}," state disabled, then\nthe ",{"type":21,"tag":42,"props":12687,"children":12689},{"className":12688},[],[12690],{"type":26,"value":12691},"samples",{"type":26,"value":5966},{"type":21,"tag":434,"props":12694,"children":12695},{"href":10316},[12696],{"type":26,"value":10319},{"type":26,"value":683},{"type":21,"tag":685,"props":12699,"children":12700},{"type":687},[],{"type":26,"value":12702}," be greater or equal to the\n",{"type":21,"tag":434,"props":12704,"children":12706},{"href":12705},"/man/VkPipelineMultisampleStateCreateInfo",[12707],{"type":26,"value":12708},"VkPipelineMultisampleStateCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":12711,"children":12713},{"className":12712},[],[12714],{"type":26,"value":8058},{"type":26,"value":12716},"\nparameter used to create the bound graphics pipeline",{"type":21,"tag":597,"props":12718,"children":12720},{"name":12719},"VUID-vkCmdDrawIndexed-samples-07473",[12721],{"type":21,"tag":22,"props":12722,"children":12723},{},[12724,12725,12730,12732,12737,12739,12744,12745,12749,12750,12753,12754,12759,12760],{"type":26,"value":4285},{"type":21,"tag":42,"props":12726,"children":12728},{"className":12727},[],[12729],{"type":26,"value":10295},{"type":26,"value":12731}," state and\n",{"type":21,"tag":42,"props":12733,"children":12735},{"className":12734},[],[12736],{"type":26,"value":8039},{"type":26,"value":12738}," states enabled, then\nthe ",{"type":21,"tag":42,"props":12740,"children":12742},{"className":12741},[],[12743],{"type":26,"value":12691},{"type":26,"value":5966},{"type":21,"tag":434,"props":12746,"children":12747},{"href":10316},[12748],{"type":26,"value":10319},{"type":26,"value":683},{"type":21,"tag":685,"props":12751,"children":12752},{"type":687},[],{"type":26,"value":12702},{"type":21,"tag":42,"props":12755,"children":12757},{"className":12756},[],[12758],{"type":26,"value":8058},{"type":26,"value":5966},{"type":21,"tag":434,"props":12761,"children":12762},{"href":8043},[12763],{"type":26,"value":8046},{"type":21,"tag":597,"props":12765,"children":12767},{"name":12766},"VUID-vkCmdDrawIndexed-rasterizationSamples-07474",[12768],{"type":21,"tag":22,"props":12769,"children":12770},{},[12771,12772,12777,12779,12785,12787,12791,12793,12798,12799,12803,12804,12807],{"type":26,"value":4285},{"type":21,"tag":42,"props":12773,"children":12775},{"className":12774},[],[12776],{"type":26,"value":8039},{"type":26,"value":12778}," state enabled, and\nneither the ",{"type":21,"tag":434,"props":12780,"children":12782},{"href":12781},"/extensions/VK_AMD_mixed_attachment_samples",[12783],{"type":26,"value":12784},"VK_AMD_mixed_attachment_samples",{"type":26,"value":12786}," nor the\n",{"type":21,"tag":434,"props":12788,"children":12789},{"href":12151},[12790],{"type":26,"value":12154},{"type":26,"value":12792}," extensions are enabled, then\nthe ",{"type":21,"tag":42,"props":12794,"children":12796},{"className":12795},[],[12797],{"type":26,"value":8058},{"type":26,"value":12647},{"type":21,"tag":434,"props":12800,"children":12801},{"href":8043},[12802],{"type":26,"value":8046},{"type":26,"value":683},{"type":21,"tag":685,"props":12805,"children":12806},{"type":687},[],{"type":26,"value":12808}," be the same as the current\nsubpass color and/or depth/stencil attachments",{"type":21,"tag":597,"props":12810,"children":12812},{"name":12811},"VUID-vkCmdDrawIndexed-None-09211",[12813],{"type":21,"tag":22,"props":12814,"children":12815},{},[12816,12817,12822,12824,12828,12829,12834,12835,12840,12842,12847,12848,12852,12853,12856,12858,12863],{"type":26,"value":4285},{"type":21,"tag":42,"props":12818,"children":12820},{"className":12819},[],[12821],{"type":26,"value":8039},{"type":26,"value":12823}," state enabled,\nor a shader object is bound to any graphics stage,\nand the current render pass instance includes a\n",{"type":21,"tag":434,"props":12825,"children":12826},{"href":9778},[12827],{"type":26,"value":9781},{"type":26,"value":9783},{"type":21,"tag":42,"props":12830,"children":12832},{"className":12831},[],[12833],{"type":26,"value":9789},{"type":26,"value":659},{"type":21,"tag":42,"props":12836,"children":12838},{"className":12837},[],[12839],{"type":26,"value":928},{"type":26,"value":12841},",\nthen the ",{"type":21,"tag":42,"props":12843,"children":12845},{"className":12844},[],[12846],{"type":26,"value":8058},{"type":26,"value":12647},{"type":21,"tag":434,"props":12849,"children":12850},{"href":8043},[12851],{"type":26,"value":8046},{"type":26,"value":683},{"type":21,"tag":685,"props":12854,"children":12855},{"type":687},[],{"type":26,"value":12857}," be the same as the\n",{"type":21,"tag":42,"props":12859,"children":12861},{"className":12860},[],[12862],{"type":26,"value":8058},{"type":26,"value":12864}," member of that structure",{"type":21,"tag":597,"props":12866,"children":12868},{"name":12867},"VUID-vkCmdDrawIndexed-firstAttachment-07476",[12869],{"type":21,"tag":22,"props":12870,"children":12871},{},[12872,12873,12878,12879,12883,12884,12887,12889,12895,12896,12901,12903,12908,12910,12913],{"type":26,"value":4285},{"type":21,"tag":42,"props":12874,"children":12876},{"className":12875},[],[12877],{"type":26,"value":7991},{"type":26,"value":4293},{"type":21,"tag":434,"props":12880,"children":12881},{"href":4704},[12882],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":12885,"children":12886},{"type":687},[],{"type":26,"value":12888}," have been called in the current\ncommand buffer prior to this drawing command, and the attachments\nspecified by the ",{"type":21,"tag":42,"props":12890,"children":12892},{"className":12891},[],[12893],{"type":26,"value":12894},"firstAttachment",{"type":26,"value":728},{"type":21,"tag":42,"props":12897,"children":12899},{"className":12898},[],[12900],{"type":26,"value":8420},{"type":26,"value":12902},"\nparameters of ",{"type":21,"tag":42,"props":12904,"children":12906},{"className":12905},[],[12907],{"type":26,"value":4707},{"type":26,"value":12909}," calls ",{"type":21,"tag":685,"props":12911,"children":12912},{"type":687},[],{"type":26,"value":12914}," specify an\nenable for all active color attachments in the current subpass",{"type":21,"tag":597,"props":12916,"children":12918},{"name":12917},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09417",[12919],{"type":21,"tag":22,"props":12920,"children":12921},{},[12922,12923,12928,12929,12933,12934,12939,12940,12945,12946,12950,12951,12954,12956,12961,12962,12967,12969,12974,12976,12979],{"type":26,"value":4673},{"type":21,"tag":42,"props":12924,"children":12926},{"className":12925},[],[12927],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":12930,"children":12931},{"href":4387},[12932],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":12935,"children":12937},{"className":12936},[],[12938],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":12941,"children":12943},{"className":12942},[],[12944],{"type":26,"value":665},{"type":26,"value":4611},{"type":21,"tag":434,"props":12947,"children":12948},{"href":4704},[12949],{"type":26,"value":4707},{"type":26,"value":683},{"type":21,"tag":685,"props":12952,"children":12953},{"type":687},[],{"type":26,"value":12955}," have been\ncalled in the current command buffer prior to this drawing command, and\nthe attachments specified by the ",{"type":21,"tag":42,"props":12957,"children":12959},{"className":12958},[],[12960],{"type":26,"value":12894},{"type":26,"value":5786},{"type":21,"tag":42,"props":12963,"children":12965},{"className":12964},[],[12966],{"type":26,"value":8420},{"type":26,"value":12968}," parameters of ",{"type":21,"tag":42,"props":12970,"children":12972},{"className":12971},[],[12973],{"type":26,"value":4707},{"type":26,"value":12975},"\ncalls ",{"type":21,"tag":685,"props":12977,"children":12978},{"type":687},[],{"type":26,"value":12980}," specify an enable for all active color attachments in the\ncurrent subpass",{"type":21,"tag":597,"props":12982,"children":12984},{"name":12983},"VUID-vkCmdDrawIndexed-firstAttachment-07477",[12985],{"type":21,"tag":22,"props":12986,"children":12987},{},[12988,12989,12994,12995,12999,13000,13003,13005,13010,13011,13016,13017,13022,13023,13026],{"type":26,"value":4285},{"type":21,"tag":42,"props":12990,"children":12992},{"className":12991},[],[12993],{"type":26,"value":10718},{"type":26,"value":8705},{"type":21,"tag":434,"props":12996,"children":12997},{"href":4725},[12998],{"type":26,"value":4728},{"type":26,"value":683},{"type":21,"tag":685,"props":13001,"children":13002},{"type":687},[],{"type":26,"value":13004}," have been called in the\ncurrent command buffer prior to this drawing command, and the\nattachments specified by the ",{"type":21,"tag":42,"props":13006,"children":13008},{"className":13007},[],[13009],{"type":26,"value":12894},{"type":26,"value":5786},{"type":21,"tag":42,"props":13012,"children":13014},{"className":13013},[],[13015],{"type":26,"value":8420},{"type":26,"value":12968},{"type":21,"tag":42,"props":13018,"children":13020},{"className":13019},[],[13021],{"type":26,"value":4728},{"type":26,"value":12975},{"type":21,"tag":685,"props":13024,"children":13025},{"type":687},[],{"type":26,"value":13027}," specify the blend equations for all active color attachments\nin the current subpass where blending is enabled",{"type":21,"tag":597,"props":13029,"children":13031},{"name":13030},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09418",[13032],{"type":21,"tag":22,"props":13033,"children":13034},{},[13035,13036,13041,13042,13046,13047,13052,13053,13058,13059,13063,13064,13067,13069,13074,13075,13080,13081,13086,13087,13090],{"type":26,"value":4673},{"type":21,"tag":42,"props":13037,"children":13039},{"className":13038},[],[13040],{"type":26,"value":4679},{"type":26,"value":10670},{"type":21,"tag":434,"props":13043,"children":13044},{"href":4387},[13045],{"type":26,"value":4390},{"type":26,"value":4526},{"type":21,"tag":42,"props":13048,"children":13050},{"className":13049},[],[13051],{"type":26,"value":4398},{"type":26,"value":4400},{"type":21,"tag":42,"props":13054,"children":13056},{"className":13055},[],[13057],{"type":26,"value":665},{"type":26,"value":10688},{"type":21,"tag":434,"props":13060,"children":13061},{"href":4725},[13062],{"type":26,"value":4728},{"type":26,"value":683},{"type":21,"tag":685,"props":13065,"children":13066},{"type":687},[],{"type":26,"value":13068}," have\nbeen called in the current command buffer prior to this drawing command,\nand the attachments specified by the ",{"type":21,"tag":42,"props":13070,"children":13072},{"className":13071},[],[13073],{"type":26,"value":12894},{"type":26,"value":5786},{"type":21,"tag":42,"props":13076,"children":13078},{"className":13077},[],[13079],{"type":26,"value":8420},{"type":26,"value":12968},{"type":21,"tag":42,"props":13082,"children":13084},{"className":13083},[],[13085],{"type":26,"value":4728},{"type":26,"value":12975},{"type":21,"tag":685,"props":13088,"children":13089},{"type":687},[],{"type":26,"value":13027},{"type":21,"tag":597,"props":13092,"children":13094},{"name":13093},"VUID-vkCmdDrawIndexed-firstAttachment-07478",[13095],{"type":21,"tag":22,"props":13096,"children":13097},{},[13098,13099,13104,13105,13109,13110,13113,13114,13119,13120,13125,13126,13131,13132,13135],{"type":26,"value":4285},{"type":21,"tag":42,"props":13100,"children":13102},{"className":13101},[],[13103],{"type":26,"value":10810},{"type":26,"value":4293},{"type":21,"tag":434,"props":13106,"children":13107},{"href":10814},[13108],{"type":26,"value":10817},{"type":26,"value":683},{"type":21,"tag":685,"props":13111,"children":13112},{"type":687},[],{"type":26,"value":12888},{"type":21,"tag":42,"props":13115,"children":13117},{"className":13116},[],[13118],{"type":26,"value":12894},{"type":26,"value":728},{"type":21,"tag":42,"props":13121,"children":13123},{"className":13122},[],[13124],{"type":26,"value":8420},{"type":26,"value":12902},{"type":21,"tag":42,"props":13127,"children":13129},{"className":13128},[],[13130],{"type":26,"value":10817},{"type":26,"value":12909},{"type":21,"tag":685,"props":13133,"children":13134},{"type":687},[],{"type":26,"value":13136}," specify the\ncolor write mask for all active color attachments in the current subpass",{"type":21,"tag":597,"props":13138,"children":13140},{"name":13139},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09419",[13141],{"type":21,"tag":22,"props":13142,"children":13143},{},[13144,13145,13150,13151,13155,13156,13161,13162,13167,13168,13172,13173,13176,13177,13182,13183,13188,13189,13194,13195,13198],{"type":26,"value":4673},{"type":21,"tag":42,"props":13146,"children":13148},{"className":13147},[],[13149],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":13152,"children":13153},{"href":4387},[13154],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":13157,"children":13159},{"className":13158},[],[13160],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":13163,"children":13165},{"className":13164},[],[13166],{"type":26,"value":665},{"type":26,"value":4611},{"type":21,"tag":434,"props":13169,"children":13170},{"href":10814},[13171],{"type":26,"value":10817},{"type":26,"value":683},{"type":21,"tag":685,"props":13174,"children":13175},{"type":687},[],{"type":26,"value":12955},{"type":21,"tag":42,"props":13178,"children":13180},{"className":13179},[],[13181],{"type":26,"value":12894},{"type":26,"value":5786},{"type":21,"tag":42,"props":13184,"children":13186},{"className":13185},[],[13187],{"type":26,"value":8420},{"type":26,"value":12968},{"type":21,"tag":42,"props":13190,"children":13192},{"className":13191},[],[13193],{"type":26,"value":10817},{"type":26,"value":12975},{"type":21,"tag":685,"props":13196,"children":13197},{"type":687},[],{"type":26,"value":13199}," specify the color write mask for all active color\nattachments in the current subpass",{"type":21,"tag":597,"props":13201,"children":13203},{"name":13202},"VUID-vkCmdDrawIndexed-firstAttachment-07479",[13204],{"type":21,"tag":22,"props":13205,"children":13206},{},[13207,13208,13213,13214,13218,13219,13222,13223,13228,13229,13234,13235,13240,13241,13244],{"type":26,"value":4285},{"type":21,"tag":42,"props":13209,"children":13211},{"className":13210},[],[13212],{"type":26,"value":11183},{"type":26,"value":8705},{"type":21,"tag":434,"props":13215,"children":13216},{"href":11187},[13217],{"type":26,"value":11190},{"type":26,"value":683},{"type":21,"tag":685,"props":13220,"children":13221},{"type":687},[],{"type":26,"value":13004},{"type":21,"tag":42,"props":13224,"children":13226},{"className":13225},[],[13227],{"type":26,"value":12894},{"type":26,"value":5786},{"type":21,"tag":42,"props":13230,"children":13232},{"className":13231},[],[13233],{"type":26,"value":8420},{"type":26,"value":12968},{"type":21,"tag":42,"props":13236,"children":13238},{"className":13237},[],[13239],{"type":26,"value":11190},{"type":26,"value":12975},{"type":21,"tag":685,"props":13242,"children":13243},{"type":687},[],{"type":26,"value":13245}," specify the advanced blend equations for all active color\nattachments in the current subpass where blending is enabled",{"type":21,"tag":597,"props":13247,"children":13249},{"name":13248},"VUID-vkCmdDrawIndexed-advancedBlendMaxColorAttachments-07480",[13250],{"type":21,"tag":22,"props":13251,"children":13252},{},[13253,13254,13259,13260,13265,13267,13271,13272,13276,13278,13281,13283],{"type":26,"value":4285},{"type":21,"tag":42,"props":13255,"children":13257},{"className":13256},[],[13258],{"type":26,"value":11183},{"type":26,"value":5786},{"type":21,"tag":42,"props":13261,"children":13263},{"className":13262},[],[13264],{"type":26,"value":7991},{"type":26,"value":13266}," dynamic states enabled and\nthe last calls to ",{"type":21,"tag":434,"props":13268,"children":13269},{"href":4704},[13270],{"type":26,"value":4707},{"type":26,"value":5786},{"type":21,"tag":434,"props":13273,"children":13274},{"href":11187},[13275],{"type":26,"value":11190},{"type":26,"value":13277}," have enabled advanced blending, then\nthe number of active color attachments in the current subpass ",{"type":21,"tag":685,"props":13279,"children":13280},{"type":687},[],{"type":26,"value":13282}," not\nexceed ",{"type":21,"tag":434,"props":13284,"children":13286},{"href":13285},"/man/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT#limits-advancedBlendMaxColorAttachments",[13287],{"type":21,"tag":42,"props":13288,"children":13290},{"className":13289},[],[13291],{"type":26,"value":13292},"advancedBlendMaxColorAttachments",{"type":21,"tag":597,"props":13294,"children":13296},{"name":13295},"VUID-vkCmdDrawIndexed-primitivesGeneratedQueryWithNonZeroStreams-07481",[13297],{"type":21,"tag":22,"props":13298,"children":13299},{},[13300,13301,13309,13310,13315,13317,13322,13324,13328,13329,13332,13334,13339],{"type":26,"value":1332},{"type":21,"tag":434,"props":13302,"children":13303},{"href":10059},[13304],{"type":21,"tag":42,"props":13305,"children":13307},{"className":13306},[],[13308],{"type":26,"value":10066},{"type":26,"value":10028},{"type":21,"tag":42,"props":13311,"children":13313},{"className":13312},[],[13314],{"type":26,"value":10034},{"type":26,"value":13316}," query is\nactive, and the bound graphics pipeline was created with\n",{"type":21,"tag":42,"props":13318,"children":13320},{"className":13319},[],[13321],{"type":26,"value":10904},{"type":26,"value":13323}," state enabled, the last\ncall to ",{"type":21,"tag":434,"props":13325,"children":13326},{"href":10908},[13327],{"type":26,"value":10911},{"type":26,"value":683},{"type":21,"tag":685,"props":13330,"children":13331},{"type":687},[],{"type":26,"value":13333}," have set the\n",{"type":21,"tag":42,"props":13335,"children":13337},{"className":13336},[],[13338],{"type":26,"value":10092},{"type":26,"value":13340}," to zero",{"type":21,"tag":597,"props":13342,"children":13344},{"name":13343},"VUID-vkCmdDrawIndexed-sampleLocationsPerPixel-07482",[13345],{"type":21,"tag":22,"props":13346,"children":13347},{},[13348,13349,13354,13355,13360,13361,13367,13368,13374,13376,13380,13381,13384,13386,13391,13392,13396],{"type":26,"value":4285},{"type":21,"tag":42,"props":13350,"children":13352},{"className":13351},[],[13353],{"type":26,"value":5153},{"type":26,"value":12678},{"type":21,"tag":42,"props":13356,"children":13358},{"className":13357},[],[13359],{"type":26,"value":8039},{"type":26,"value":12685},{"type":21,"tag":42,"props":13362,"children":13364},{"className":13363},[],[13365],{"type":26,"value":13366},"sampleLocationsPerPixel",{"type":26,"value":6923},{"type":21,"tag":42,"props":13369,"children":13371},{"className":13370},[],[13372],{"type":26,"value":13373},"pSampleLocationsInfo",{"type":26,"value":13375},"\nin the last call to ",{"type":21,"tag":434,"props":13377,"children":13378},{"href":5191},[13379],{"type":26,"value":5194},{"type":26,"value":683},{"type":21,"tag":685,"props":13382,"children":13383},{"type":687},[],{"type":26,"value":13385}," equal the\n",{"type":21,"tag":42,"props":13387,"children":13389},{"className":13388},[],[13390],{"type":26,"value":8058},{"type":26,"value":3795},{"type":21,"tag":434,"props":13393,"children":13394},{"href":12705},[13395],{"type":26,"value":12708},{"type":26,"value":13397}," structure the bound graphics\npipeline has been created with",{"type":21,"tag":597,"props":13399,"children":13401},{"name":13400},"VUID-vkCmdDrawIndexed-sampleLocationsPerPixel-07483",[13402],{"type":21,"tag":22,"props":13403,"children":13404},{},[13405,13406,13411,13412,13417,13419,13424,13425,13430,13432,13436,13437,13440,13441,13446,13448],{"type":26,"value":4285},{"type":21,"tag":42,"props":13407,"children":13409},{"className":13408},[],[13410],{"type":26,"value":5153},{"type":26,"value":12678},{"type":21,"tag":42,"props":13413,"children":13415},{"className":13414},[],[13416],{"type":26,"value":8039},{"type":26,"value":13418}," state enabled, then the\n",{"type":21,"tag":42,"props":13420,"children":13422},{"className":13421},[],[13423],{"type":26,"value":13366},{"type":26,"value":6923},{"type":21,"tag":42,"props":13426,"children":13428},{"className":13427},[],[13429],{"type":26,"value":13373},{"type":26,"value":13431}," in\nthe last call to ",{"type":21,"tag":434,"props":13433,"children":13434},{"href":5191},[13435],{"type":26,"value":5194},{"type":26,"value":683},{"type":21,"tag":685,"props":13438,"children":13439},{"type":687},[],{"type":26,"value":13385},{"type":21,"tag":42,"props":13442,"children":13444},{"className":13443},[],[13445],{"type":26,"value":8058},{"type":26,"value":13447}," parameter of the last call to\n",{"type":21,"tag":434,"props":13449,"children":13450},{"href":8043},[13451],{"type":26,"value":8046},{"type":21,"tag":597,"props":13453,"children":13455},{"name":13454},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07484",[13456],{"type":21,"tag":22,"props":13457,"children":13458},{},[13459,13460,13465,13467,13472,13474,13479,13480,13485,13486,13490,13492,13495,13497,13502],{"type":26,"value":6698},{"type":21,"tag":42,"props":13461,"children":13463},{"className":13462},[],[13464],{"type":26,"value":4679},{"type":26,"value":13466},"\nstage, or\nthe bound graphics pipeline was created with the\n",{"type":21,"tag":42,"props":13468,"children":13470},{"className":13469},[],[13471],{"type":26,"value":11108},{"type":26,"value":13473}," state enabled, and\n",{"type":21,"tag":42,"props":13475,"children":13477},{"className":13476},[],[13478],{"type":26,"value":5109},{"type":26,"value":10353},{"type":21,"tag":42,"props":13481,"children":13483},{"className":13482},[],[13484],{"type":26,"value":928},{"type":26,"value":12647},{"type":21,"tag":434,"props":13487,"children":13488},{"href":11112},[13489],{"type":26,"value":11115},{"type":26,"value":13491},", and the current subpass has a\ndepth/stencil attachment, then that attachment ",{"type":21,"tag":685,"props":13493,"children":13494},{"type":687},[],{"type":26,"value":13496}," have been created\nwith the ",{"type":21,"tag":42,"props":13498,"children":13500},{"className":13499},[],[13501],{"type":26,"value":5129},{"type":26,"value":13503},"\nbit set",{"type":21,"tag":597,"props":13505,"children":13507},{"name":13506},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07485",[13508],{"type":21,"tag":22,"props":13509,"children":13510},{},[13511,13512,13517,13519,13524,13525,13530,13532,13537,13538,13543,13544,13548,13549,13555,13557,13561,13562,13565,13567,13573,13574,13580,13582,13588,13589,13594,13596],{"type":26,"value":6698},{"type":21,"tag":42,"props":13513,"children":13515},{"className":13514},[],[13516],{"type":26,"value":4679},{"type":26,"value":13518},"\nstage, or\nthe bound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":13520,"children":13522},{"className":13521},[],[13523],{"type":26,"value":5153},{"type":26,"value":12678},{"type":21,"tag":42,"props":13526,"children":13528},{"className":13527},[],[13529],{"type":26,"value":11108},{"type":26,"value":13531}," state enabled, and if\n",{"type":21,"tag":42,"props":13533,"children":13535},{"className":13534},[],[13536],{"type":26,"value":5109},{"type":26,"value":10353},{"type":21,"tag":42,"props":13539,"children":13541},{"className":13540},[],[13542],{"type":26,"value":928},{"type":26,"value":12647},{"type":21,"tag":434,"props":13545,"children":13546},{"href":11112},[13547],{"type":26,"value":11115},{"type":26,"value":6070},{"type":21,"tag":42,"props":13550,"children":13552},{"className":13551},[],[13553],{"type":26,"value":13554},"sampleLocationsInfo.sampleLocationGridSize.width",{"type":26,"value":13556}," in the last call\nto ",{"type":21,"tag":434,"props":13558,"children":13559},{"href":5191},[13560],{"type":26,"value":5194},{"type":26,"value":683},{"type":21,"tag":685,"props":13563,"children":13564},{"type":687},[],{"type":26,"value":13566}," evenly divide\n",{"type":21,"tag":434,"props":13568,"children":13570},{"href":13569},"/man/VkMultisamplePropertiesEXT",[13571],{"type":26,"value":13572},"VkMultisamplePropertiesEXT",{"type":26,"value":231},{"type":21,"tag":42,"props":13575,"children":13577},{"className":13576},[],[13578],{"type":26,"value":13579},"sampleLocationGridSize.width",{"type":26,"value":13581}," as\nreturned by ",{"type":21,"tag":434,"props":13583,"children":13585},{"href":13584},"/man/vkGetPhysicalDeviceMultisamplePropertiesEXT",[13586],{"type":26,"value":13587},"vkGetPhysicalDeviceMultisamplePropertiesEXT",{"type":26,"value":2256},{"type":21,"tag":42,"props":13590,"children":13592},{"className":13591},[],[13593],{"type":26,"value":12691},{"type":26,"value":13595}," parameter equaling ",{"type":21,"tag":42,"props":13597,"children":13599},{"className":13598},[],[13600],{"type":26,"value":8058},{"type":21,"tag":597,"props":13602,"children":13604},{"name":13603},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07486",[13605],{"type":21,"tag":22,"props":13606,"children":13607},{},[13608,13609,13614,13615,13620,13621,13626,13627,13632,13633,13638,13639,13643,13644,13650,13651,13655,13656,13659,13660,13664,13665,13671,13672,13676,13677,13682,13683],{"type":26,"value":6698},{"type":21,"tag":42,"props":13610,"children":13612},{"className":13611},[],[13613],{"type":26,"value":4679},{"type":26,"value":13518},{"type":21,"tag":42,"props":13616,"children":13618},{"className":13617},[],[13619],{"type":26,"value":5153},{"type":26,"value":12678},{"type":21,"tag":42,"props":13622,"children":13624},{"className":13623},[],[13625],{"type":26,"value":11108},{"type":26,"value":13531},{"type":21,"tag":42,"props":13628,"children":13630},{"className":13629},[],[13631],{"type":26,"value":5109},{"type":26,"value":10353},{"type":21,"tag":42,"props":13634,"children":13636},{"className":13635},[],[13637],{"type":26,"value":928},{"type":26,"value":12647},{"type":21,"tag":434,"props":13640,"children":13641},{"href":11112},[13642],{"type":26,"value":11115},{"type":26,"value":6070},{"type":21,"tag":42,"props":13645,"children":13647},{"className":13646},[],[13648],{"type":26,"value":13649},"sampleLocationsInfo.sampleLocationGridSize.height",{"type":26,"value":13556},{"type":21,"tag":434,"props":13652,"children":13653},{"href":5191},[13654],{"type":26,"value":5194},{"type":26,"value":683},{"type":21,"tag":685,"props":13657,"children":13658},{"type":687},[],{"type":26,"value":13566},{"type":21,"tag":434,"props":13661,"children":13662},{"href":13569},[13663],{"type":26,"value":13572},{"type":26,"value":231},{"type":21,"tag":42,"props":13666,"children":13668},{"className":13667},[],[13669],{"type":26,"value":13670},"sampleLocationGridSize.height",{"type":26,"value":13581},{"type":21,"tag":434,"props":13673,"children":13674},{"href":13584},[13675],{"type":26,"value":13587},{"type":26,"value":2256},{"type":21,"tag":42,"props":13678,"children":13680},{"className":13679},[],[13681],{"type":26,"value":12691},{"type":26,"value":13595},{"type":21,"tag":42,"props":13684,"children":13686},{"className":13685},[],[13687],{"type":26,"value":8058},{"type":21,"tag":597,"props":13689,"children":13691},{"name":13690},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07487",[13692],{"type":21,"tag":22,"props":13693,"children":13694},{},[13695,13696,13701,13702,13707,13708,13713,13714,13719,13720,13724,13726,13729,13731],{"type":26,"value":6698},{"type":21,"tag":42,"props":13697,"children":13699},{"className":13698},[],[13700],{"type":26,"value":4679},{"type":26,"value":13518},{"type":21,"tag":42,"props":13703,"children":13705},{"className":13704},[],[13706],{"type":26,"value":11108},{"type":26,"value":13531},{"type":21,"tag":42,"props":13709,"children":13711},{"className":13710},[],[13712],{"type":26,"value":5109},{"type":26,"value":10353},{"type":21,"tag":42,"props":13715,"children":13717},{"className":13716},[],[13718],{"type":26,"value":928},{"type":26,"value":12647},{"type":21,"tag":434,"props":13721,"children":13722},{"href":11112},[13723],{"type":26,"value":11115},{"type":26,"value":13725},", the fragment shader code ",{"type":21,"tag":685,"props":13727,"children":13728},{"type":687},[],{"type":26,"value":13730},"\nnot statically use the extended instruction ",{"type":21,"tag":42,"props":13732,"children":13734},{"className":13733},[],[13735],{"type":26,"value":13736},"InterpolateAtSample",{"type":21,"tag":597,"props":13738,"children":13740},{"name":13739},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07936",[13741],{"type":21,"tag":22,"props":13742,"children":13743},{},[13744,13745,13750,13752,13757,13759,13764,13766,13770,13771,13776,13778,13783,13784,13789,13791,13796,13797,13800,13802,13806,13807,13812,13813,13817,13818,13823,13825,13830,13831],{"type":26,"value":4285},{"type":21,"tag":42,"props":13746,"children":13748},{"className":13747},[],[13749],{"type":26,"value":5153},{"type":26,"value":13751}," state disabled and the\n",{"type":21,"tag":42,"props":13753,"children":13755},{"className":13754},[],[13756],{"type":26,"value":8039},{"type":26,"value":13758}," state enabled, the\n",{"type":21,"tag":42,"props":13760,"children":13762},{"className":13761},[],[13763],{"type":26,"value":5109},{"type":26,"value":13765}," member of a\n",{"type":21,"tag":434,"props":13767,"children":13768},{"href":5099},[13769],{"type":26,"value":5102},{"type":26,"value":231},{"type":21,"tag":42,"props":13772,"children":13774},{"className":13773},[],[13775],{"type":26,"value":5109},{"type":26,"value":13777},"\nin the bound graphics pipeline is ",{"type":21,"tag":42,"props":13779,"children":13781},{"className":13780},[],[13782],{"type":26,"value":928},{"type":26,"value":540},{"type":21,"tag":42,"props":13785,"children":13787},{"className":13786},[],[13788],{"type":26,"value":11108},{"type":26,"value":13790}," state enabled, then,\n",{"type":21,"tag":42,"props":13792,"children":13794},{"className":13793},[],[13795],{"type":26,"value":13554},{"type":26,"value":683},{"type":21,"tag":685,"props":13798,"children":13799},{"type":687},[],{"type":26,"value":13801}," evenly\ndivide\n",{"type":21,"tag":434,"props":13803,"children":13804},{"href":13569},[13805],{"type":26,"value":13572},{"type":26,"value":231},{"type":21,"tag":42,"props":13808,"children":13810},{"className":13809},[],[13811],{"type":26,"value":13579},{"type":26,"value":13581},{"type":21,"tag":434,"props":13814,"children":13815},{"href":13584},[13816],{"type":26,"value":13587},{"type":26,"value":2256},{"type":21,"tag":42,"props":13819,"children":13821},{"className":13820},[],[13822],{"type":26,"value":12691},{"type":26,"value":13824}," parameter equaling the value of ",{"type":21,"tag":42,"props":13826,"children":13828},{"className":13827},[],[13829],{"type":26,"value":8058},{"type":26,"value":13375},{"type":21,"tag":434,"props":13832,"children":13833},{"href":8043},[13834],{"type":26,"value":8046},{"type":21,"tag":597,"props":13836,"children":13838},{"name":13837},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07937",[13839],{"type":21,"tag":22,"props":13840,"children":13841},{},[13842,13843,13848,13849,13854,13855,13860,13861,13865,13866,13871,13872,13877,13878,13883,13884,13889,13890,13893,13894,13898,13899,13904,13905,13909,13910,13915,13916,13921,13922],{"type":26,"value":4285},{"type":21,"tag":42,"props":13844,"children":13846},{"className":13845},[],[13847],{"type":26,"value":5153},{"type":26,"value":13751},{"type":21,"tag":42,"props":13850,"children":13852},{"className":13851},[],[13853],{"type":26,"value":8039},{"type":26,"value":13758},{"type":21,"tag":42,"props":13856,"children":13858},{"className":13857},[],[13859],{"type":26,"value":5109},{"type":26,"value":13765},{"type":21,"tag":434,"props":13862,"children":13863},{"href":5099},[13864],{"type":26,"value":5102},{"type":26,"value":231},{"type":21,"tag":42,"props":13867,"children":13869},{"className":13868},[],[13870],{"type":26,"value":5109},{"type":26,"value":13777},{"type":21,"tag":42,"props":13873,"children":13875},{"className":13874},[],[13876],{"type":26,"value":928},{"type":26,"value":540},{"type":21,"tag":42,"props":13879,"children":13881},{"className":13880},[],[13882],{"type":26,"value":11108},{"type":26,"value":13790},{"type":21,"tag":42,"props":13885,"children":13887},{"className":13886},[],[13888],{"type":26,"value":13649},{"type":26,"value":683},{"type":21,"tag":685,"props":13891,"children":13892},{"type":687},[],{"type":26,"value":13801},{"type":21,"tag":434,"props":13895,"children":13896},{"href":13569},[13897],{"type":26,"value":13572},{"type":26,"value":231},{"type":21,"tag":42,"props":13900,"children":13902},{"className":13901},[],[13903],{"type":26,"value":13670},{"type":26,"value":13581},{"type":21,"tag":434,"props":13906,"children":13907},{"href":13584},[13908],{"type":26,"value":13587},{"type":26,"value":2256},{"type":21,"tag":42,"props":13911,"children":13913},{"className":13912},[],[13914],{"type":26,"value":12691},{"type":26,"value":13824},{"type":21,"tag":42,"props":13917,"children":13919},{"className":13918},[],[13920],{"type":26,"value":8058},{"type":26,"value":13375},{"type":21,"tag":434,"props":13923,"children":13924},{"href":8043},[13925],{"type":26,"value":8046},{"type":21,"tag":597,"props":13927,"children":13929},{"name":13928},"VUID-vkCmdDrawIndexed-sampleLocationsEnable-07938",[13930],{"type":21,"tag":22,"props":13931,"children":13932},{},[13933,13934,13939,13940,13945,13946,13951,13952,13956,13957,13962,13963,13968,13969,13974,13975,13981,13982,13985,13987,13992,13993],{"type":26,"value":4285},{"type":21,"tag":42,"props":13935,"children":13937},{"className":13936},[],[13938],{"type":26,"value":5153},{"type":26,"value":13751},{"type":21,"tag":42,"props":13941,"children":13943},{"className":13942},[],[13944],{"type":26,"value":8039},{"type":26,"value":13758},{"type":21,"tag":42,"props":13947,"children":13949},{"className":13948},[],[13950],{"type":26,"value":5109},{"type":26,"value":13765},{"type":21,"tag":434,"props":13953,"children":13954},{"href":5099},[13955],{"type":26,"value":5102},{"type":26,"value":231},{"type":21,"tag":42,"props":13958,"children":13960},{"className":13959},[],[13961],{"type":26,"value":5109},{"type":26,"value":13777},{"type":21,"tag":42,"props":13964,"children":13966},{"className":13965},[],[13967],{"type":26,"value":928},{"type":26,"value":540},{"type":21,"tag":42,"props":13970,"children":13972},{"className":13971},[],[13973],{"type":26,"value":11108},{"type":26,"value":13790},{"type":21,"tag":42,"props":13976,"children":13978},{"className":13977},[],[13979],{"type":26,"value":13980},"sampleLocationsInfo.sampleLocationsPerPixel",{"type":26,"value":683},{"type":21,"tag":685,"props":13983,"children":13984},{"type":687},[],{"type":26,"value":13986}," equal\n",{"type":21,"tag":42,"props":13988,"children":13990},{"className":13989},[],[13991],{"type":26,"value":8058},{"type":26,"value":12647},{"type":21,"tag":434,"props":13994,"children":13995},{"href":8043},[13996],{"type":26,"value":8046},{"type":21,"tag":597,"props":13998,"children":14000},{"name":13999},"VUID-vkCmdDrawIndexed-coverageModulationTableEnable-07488",[14001],{"type":21,"tag":22,"props":14002,"children":14003},{},[14004,14006,14011,14013,14017,14019,14024,14025,14030,14031,14037,14038,14042,14043,14046,14048,14053],{"type":26,"value":14005},"If\na shader object is bound to any graphics stage or\nthe bound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":14007,"children":14009},{"className":14008},[],[14010],{"type":26,"value":12214},{"type":26,"value":14012}," state\nenabled, and the last call to\n",{"type":21,"tag":434,"props":14014,"children":14015},{"href":12255},[14016],{"type":26,"value":12258},{"type":26,"value":14018}," set\n",{"type":21,"tag":42,"props":14020,"children":14022},{"className":14021},[],[14023],{"type":26,"value":12316},{"type":26,"value":4400},{"type":21,"tag":42,"props":14026,"children":14028},{"className":14027},[],[14029],{"type":26,"value":928},{"type":26,"value":6070},{"type":21,"tag":42,"props":14032,"children":14034},{"className":14033},[],[14035],{"type":26,"value":14036},"coverageModulationTableCount",{"type":26,"value":5966},{"type":21,"tag":434,"props":14039,"children":14040},{"href":12326},[14041],{"type":26,"value":12329},{"type":26,"value":683},{"type":21,"tag":685,"props":14044,"children":14045},{"type":687},[],{"type":26,"value":14047}," equal the current\n",{"type":21,"tag":42,"props":14049,"children":14051},{"className":14050},[],[14052],{"type":26,"value":8058},{"type":26,"value":14054}," divided by the number of color samples in the\ncurrent subpass",{"type":21,"tag":597,"props":14056,"children":14058},{"name":14057},"VUID-vkCmdDrawIndexed-rasterizationSamples-07489",[14059],{"type":21,"tag":22,"props":14060,"children":14061},{},[14062,14063,14067,14069,14074,14075,14078],{"type":26,"value":1332},{"type":21,"tag":434,"props":14064,"children":14065},{"href":12151},[14066],{"type":26,"value":12154},{"type":26,"value":14068}," extension is enabled,\nand if current subpass has a depth/stencil attachment and depth test,\nstencil test, or depth bounds test are enabled in the currently bound\npipeline state, then the current ",{"type":21,"tag":42,"props":14070,"children":14072},{"className":14071},[],[14073],{"type":26,"value":8058},{"type":26,"value":683},{"type":21,"tag":685,"props":14076,"children":14077},{"type":687},[],{"type":26,"value":14079}," be the\nsame as the sample count of the depth/stencil attachment",{"type":21,"tag":597,"props":14081,"children":14083},{"name":14082},"VUID-vkCmdDrawIndexed-coverageToColorEnable-07490",[14084,14123],{"type":21,"tag":22,"props":14085,"children":14086},{},[14087,14088,14093,14095,14099,14101,14106,14107,14112,14114,14117,14119],{"type":26,"value":4285},{"type":21,"tag":42,"props":14089,"children":14091},{"className":14090},[],[14092],{"type":26,"value":12028},{"type":26,"value":14094}," state enabled and the\nlast call to ",{"type":21,"tag":434,"props":14096,"children":14097},{"href":12049},[14098],{"type":26,"value":12052},{"type":26,"value":14100}," set the\n",{"type":21,"tag":42,"props":14102,"children":14104},{"className":14103},[],[14105],{"type":26,"value":12117},{"type":26,"value":4400},{"type":21,"tag":42,"props":14108,"children":14110},{"className":14109},[],[14111],{"type":26,"value":928},{"type":26,"value":14113},", then the current subpass\n",{"type":21,"tag":685,"props":14115,"children":14116},{"type":687},[],{"type":26,"value":14118}," have a color attachment at the location selected by the last call\nto ",{"type":21,"tag":434,"props":14120,"children":14121},{"href":12127},[14122],{"type":26,"value":12130},{"type":21,"tag":22,"props":14124,"children":14125},{},[14126,14132,14134,14138,14139,14145,14146,14152,14153,14159,14160,14166,14167,14173,14174],{"type":21,"tag":42,"props":14127,"children":14129},{"className":14128},[],[14130],{"type":26,"value":14131},"coverageToColorLocation",{"type":26,"value":14133},", with a ",{"type":21,"tag":434,"props":14135,"children":14136},{"href":2970},[14137],{"type":26,"value":2973},{"type":26,"value":1187},{"type":21,"tag":42,"props":14140,"children":14142},{"className":14141},[],[14143],{"type":26,"value":14144},"VK_FORMAT_R8_UINT",{"type":26,"value":1195},{"type":21,"tag":42,"props":14147,"children":14149},{"className":14148},[],[14150],{"type":26,"value":14151},"VK_FORMAT_R8_SINT",{"type":26,"value":88},{"type":21,"tag":42,"props":14154,"children":14156},{"className":14155},[],[14157],{"type":26,"value":14158},"VK_FORMAT_R16_UINT",{"type":26,"value":1195},{"type":21,"tag":42,"props":14161,"children":14163},{"className":14162},[],[14164],{"type":26,"value":14165},"VK_FORMAT_R16_SINT",{"type":26,"value":88},{"type":21,"tag":42,"props":14168,"children":14170},{"className":14169},[],[14171],{"type":26,"value":14172},"VK_FORMAT_R32_UINT",{"type":26,"value":3499},{"type":21,"tag":42,"props":14175,"children":14177},{"className":14176},[],[14178],{"type":26,"value":14179},"VK_FORMAT_R32_SINT",{"type":21,"tag":597,"props":14181,"children":14183},{"name":14182},"VUID-vkCmdDrawIndexed-rasterizerDiscardEnable-09420",[14184,14242],{"type":21,"tag":22,"props":14185,"children":14186},{},[14187,14188,14192,14193,14198,14199,14203,14204,14209,14210,14215,14217,14221,14222,14227,14228,14233,14234,14237,14238],{"type":26,"value":1332},{"type":21,"tag":434,"props":14189,"children":14190},{"href":12012},[14191],{"type":26,"value":12015},{"type":26,"value":11216},{"type":21,"tag":42,"props":14194,"children":14196},{"className":14195},[],[14197],{"type":26,"value":4679},{"type":26,"value":4681},{"type":21,"tag":434,"props":14200,"children":14201},{"href":4387},[14202],{"type":26,"value":4390},{"type":26,"value":4687},{"type":21,"tag":42,"props":14205,"children":14207},{"className":14206},[],[14208],{"type":26,"value":4398},{"type":26,"value":4694},{"type":21,"tag":42,"props":14211,"children":14213},{"className":14212},[],[14214],{"type":26,"value":665},{"type":26,"value":14216},", and the last call to\n",{"type":21,"tag":434,"props":14218,"children":14219},{"href":12049},[14220],{"type":26,"value":12052},{"type":26,"value":14100},{"type":21,"tag":42,"props":14223,"children":14225},{"className":14224},[],[14226],{"type":26,"value":12117},{"type":26,"value":4400},{"type":21,"tag":42,"props":14229,"children":14231},{"className":14230},[],[14232],{"type":26,"value":928},{"type":26,"value":14113},{"type":21,"tag":685,"props":14235,"children":14236},{"type":687},[],{"type":26,"value":14118},{"type":21,"tag":434,"props":14239,"children":14240},{"href":12127},[14241],{"type":26,"value":12130},{"type":21,"tag":22,"props":14243,"children":14244},{},[14245,14250,14251,14255,14256,14261,14262,14267,14268,14273,14274,14279,14280,14285,14286],{"type":21,"tag":42,"props":14246,"children":14248},{"className":14247},[],[14249],{"type":26,"value":14131},{"type":26,"value":14133},{"type":21,"tag":434,"props":14252,"children":14253},{"href":2970},[14254],{"type":26,"value":2973},{"type":26,"value":1187},{"type":21,"tag":42,"props":14257,"children":14259},{"className":14258},[],[14260],{"type":26,"value":14144},{"type":26,"value":1195},{"type":21,"tag":42,"props":14263,"children":14265},{"className":14264},[],[14266],{"type":26,"value":14151},{"type":26,"value":88},{"type":21,"tag":42,"props":14269,"children":14271},{"className":14270},[],[14272],{"type":26,"value":14158},{"type":26,"value":1195},{"type":21,"tag":42,"props":14275,"children":14277},{"className":14276},[],[14278],{"type":26,"value":14165},{"type":26,"value":88},{"type":21,"tag":42,"props":14281,"children":14283},{"className":14282},[],[14284],{"type":26,"value":14172},{"type":26,"value":3499},{"type":21,"tag":42,"props":14287,"children":14289},{"className":14288},[],[14290],{"type":26,"value":14179},{"type":21,"tag":597,"props":14292,"children":14294},{"name":14293},"VUID-vkCmdDrawIndexed-coverageReductionMode-07491",[14295],{"type":21,"tag":22,"props":14296,"children":14297},{},[14298,14300,14306,14308,14313,14314,14319,14321,14326,14328,14333,14335,14338,14340],{"type":26,"value":14299},"If this ",{"type":21,"tag":434,"props":14301,"children":14303},{"href":14302},"/extensions/VK_NV_coverage_reduction_mode",[14304],{"type":26,"value":14305},"VK_NV_coverage_reduction_mode",{"type":26,"value":14307}," extension is enabled, the\nbound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":14309,"children":14311},{"className":14310},[],[14312],{"type":26,"value":12028},{"type":26,"value":5786},{"type":21,"tag":42,"props":14315,"children":14317},{"className":14316},[],[14318],{"type":26,"value":8039},{"type":26,"value":14320}," states enabled, the\ncurrent coverage reduction mode ",{"type":21,"tag":42,"props":14322,"children":14324},{"className":14323},[],[14325],{"type":26,"value":12534},{"type":26,"value":14327},", then the\ncurrent ",{"type":21,"tag":42,"props":14329,"children":14331},{"className":14330},[],[14332],{"type":26,"value":8058},{"type":26,"value":14334},", and the sample counts for the color\nand depth/stencil attachments (if the subpass has them) ",{"type":21,"tag":685,"props":14336,"children":14337},{"type":687},[],{"type":26,"value":14339}," be a valid\ncombination returned by\n",{"type":21,"tag":434,"props":14341,"children":14343},{"href":14342},"/man/vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV",[14344],{"type":26,"value":14345},"vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV",{"type":21,"tag":597,"props":14347,"children":14349},{"name":14348},"VUID-vkCmdDrawIndexed-viewportCount-07492",[14350],{"type":21,"tag":22,"props":14351,"children":14352},{},[14353,14354,14359,14360,14365,14366,14369,14370,14374,14375,14380,14381,14386,14387],{"type":26,"value":4285},{"type":21,"tag":42,"props":14355,"children":14357},{"className":14356},[],[14358],{"type":26,"value":5653},{"type":26,"value":5655},{"type":21,"tag":42,"props":14361,"children":14363},{"className":14362},[],[14364],{"type":26,"value":11983},{"type":26,"value":5909},{"type":21,"tag":685,"props":14367,"children":14368},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":434,"props":14371,"children":14372},{"href":6414},[14373],{"type":26,"value":6417},{"type":26,"value":231},{"type":21,"tag":42,"props":14376,"children":14378},{"className":14377},[],[14379],{"type":26,"value":5681},{"type":26,"value":5927},{"type":21,"tag":42,"props":14382,"children":14384},{"className":14383},[],[14385],{"type":26,"value":5681},{"type":26,"value":5934},{"type":21,"tag":434,"props":14388,"children":14389},{"href":5666},[14390],{"type":26,"value":5669},{"type":21,"tag":597,"props":14392,"children":14394},{"name":14393},"VUID-vkCmdDrawIndexed-viewportCount-07493",[14395],{"type":21,"tag":22,"props":14396,"children":14397},{},[14398,14399,14404,14405,14410,14411,14416,14417,14421,14422,14425,14426,14431,14432],{"type":26,"value":4285},{"type":21,"tag":42,"props":14400,"children":14402},{"className":14401},[],[14403],{"type":26,"value":5653},{"type":26,"value":5786},{"type":21,"tag":42,"props":14406,"children":14408},{"className":14407},[],[14409],{"type":26,"value":11983},{"type":26,"value":5959},{"type":21,"tag":42,"props":14412,"children":14414},{"className":14413},[],[14415],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":14418,"children":14419},{"href":11988},[14420],{"type":26,"value":11991},{"type":26,"value":683},{"type":21,"tag":685,"props":14423,"children":14424},{"type":687},[],{"type":26,"value":5978},{"type":21,"tag":42,"props":14427,"children":14429},{"className":14428},[],[14430],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":14433,"children":14434},{"href":5666},[14435],{"type":26,"value":5669},{"type":21,"tag":597,"props":14437,"children":14439},{"name":14438},"VUID-vkCmdDrawIndexed-viewportCount-09421",[14440],{"type":21,"tag":22,"props":14441,"children":14442},{},[14443,14444,14448,14450,14455,14456,14460,14461,14464,14465,14470,14471],{"type":26,"value":1332},{"type":21,"tag":434,"props":14445,"children":14446},{"href":11973},[14447],{"type":26,"value":11976},{"type":26,"value":14449}," extension is enabled, and a\nshader object is bound to any graphics stage, then the\n",{"type":21,"tag":42,"props":14451,"children":14453},{"className":14452},[],[14454],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":14457,"children":14458},{"href":11988},[14459],{"type":26,"value":11991},{"type":26,"value":683},{"type":21,"tag":685,"props":14462,"children":14463},{"type":687},[],{"type":26,"value":5978},{"type":21,"tag":42,"props":14466,"children":14468},{"className":14467},[],[14469],{"type":26,"value":5681},{"type":26,"value":5966},{"type":21,"tag":434,"props":14472,"children":14473},{"href":5666},[14474],{"type":26,"value":5669},{"type":21,"tag":597,"props":14476,"children":14478},{"name":14477},"VUID-vkCmdDrawIndexed-rasterizationSamples-07494",[14479],{"type":21,"tag":22,"props":14480,"children":14481},{},[14482,14483,14487,14489,14494,14496,14500,14502,14508,14509,14512,14513],{"type":26,"value":1332},{"type":21,"tag":434,"props":14484,"children":14485},{"href":12151},[14486],{"type":26,"value":12154},{"type":26,"value":14488}," extension is enabled,\nand if the current subpass has any color attachments and\n",{"type":21,"tag":42,"props":14490,"children":14492},{"className":14491},[],[14493],{"type":26,"value":8058},{"type":26,"value":14495}," of the last call to\n",{"type":21,"tag":434,"props":14497,"children":14498},{"href":8043},[14499],{"type":26,"value":8046},{"type":26,"value":14501}," is greater than the number of\ncolor samples, then the pipeline ",{"type":21,"tag":42,"props":14503,"children":14505},{"className":14504},[],[14506],{"type":26,"value":14507},"sampleShadingEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":14510,"children":14511},{"type":687},[],{"type":26,"value":996},{"type":21,"tag":42,"props":14514,"children":14516},{"className":14515},[],[14517],{"type":26,"value":665},{"type":21,"tag":597,"props":14519,"children":14521},{"name":14520},"VUID-vkCmdDrawIndexed-stippledLineEnable-07495",[14522],{"type":21,"tag":22,"props":14523,"children":14524},{},[14525,14526,14531,14532,14537,14539,14544,14546,14551,14553,14559,14560,14566,14567,14577,14579,14582],{"type":26,"value":4285},{"type":21,"tag":42,"props":14527,"children":14529},{"className":14528},[],[14530],{"type":26,"value":11569},{"type":26,"value":540},{"type":21,"tag":42,"props":14533,"children":14535},{"className":14534},[],[14536],{"type":26,"value":11336},{"type":26,"value":14538}," dynamic states\nenabled, and if the current ",{"type":21,"tag":42,"props":14540,"children":14542},{"className":14541},[],[14543],{"type":26,"value":11862},{"type":26,"value":14545}," state is\n",{"type":21,"tag":42,"props":14547,"children":14549},{"className":14548},[],[14550],{"type":26,"value":928},{"type":26,"value":14552}," and the current ",{"type":21,"tag":42,"props":14554,"children":14556},{"className":14555},[],[14557],{"type":26,"value":14558},"lineRasterizationMode",{"type":26,"value":14545},{"type":21,"tag":42,"props":14561,"children":14563},{"className":14562},[],[14564],{"type":26,"value":14565},"VK_LINE_RASTERIZATION_MODE_RECTANGULAR_KHR",{"type":26,"value":6070},{"type":21,"tag":434,"props":14568,"children":14570},{"href":14569},"/man/VkPhysicalDeviceLineRasterizationFeaturesKHR#features-stippledRectangularLines",[14571],{"type":21,"tag":42,"props":14572,"children":14574},{"className":14573},[],[14575],{"type":26,"value":14576},"stippledRectangularLines",{"type":26,"value":14578},"\nfeature ",{"type":21,"tag":685,"props":14580,"children":14581},{"type":687},[],{"type":26,"value":14583}," be enabled",{"type":21,"tag":597,"props":14585,"children":14587},{"name":14586},"VUID-vkCmdDrawIndexed-stippledLineEnable-07496",[14588],{"type":21,"tag":22,"props":14589,"children":14590},{},[14591,14592,14597,14598,14603,14604,14609,14610,14615,14616,14621,14622,14628,14629,14639,14640,14643],{"type":26,"value":4285},{"type":21,"tag":42,"props":14593,"children":14595},{"className":14594},[],[14596],{"type":26,"value":11569},{"type":26,"value":540},{"type":21,"tag":42,"props":14599,"children":14601},{"className":14600},[],[14602],{"type":26,"value":11336},{"type":26,"value":14538},{"type":21,"tag":42,"props":14605,"children":14607},{"className":14606},[],[14608],{"type":26,"value":11862},{"type":26,"value":14545},{"type":21,"tag":42,"props":14611,"children":14613},{"className":14612},[],[14614],{"type":26,"value":928},{"type":26,"value":14552},{"type":21,"tag":42,"props":14617,"children":14619},{"className":14618},[],[14620],{"type":26,"value":14558},{"type":26,"value":14545},{"type":21,"tag":42,"props":14623,"children":14625},{"className":14624},[],[14626],{"type":26,"value":14627},"VK_LINE_RASTERIZATION_MODE_BRESENHAM_KHR",{"type":26,"value":6070},{"type":21,"tag":434,"props":14630,"children":14632},{"href":14631},"/man/VkPhysicalDeviceLineRasterizationFeaturesKHR#features-stippledBresenhamLines",[14633],{"type":21,"tag":42,"props":14634,"children":14636},{"className":14635},[],[14637],{"type":26,"value":14638},"stippledBresenhamLines",{"type":26,"value":14578},{"type":21,"tag":685,"props":14641,"children":14642},{"type":687},[],{"type":26,"value":14583},{"type":21,"tag":597,"props":14645,"children":14647},{"name":14646},"VUID-vkCmdDrawIndexed-stippledLineEnable-07497",[14648],{"type":21,"tag":22,"props":14649,"children":14650},{},[14651,14652,14657,14658,14663,14664,14669,14670,14675,14676,14681,14682,14688,14689,14699,14701,14704],{"type":26,"value":4285},{"type":21,"tag":42,"props":14653,"children":14655},{"className":14654},[],[14656],{"type":26,"value":11569},{"type":26,"value":540},{"type":21,"tag":42,"props":14659,"children":14661},{"className":14660},[],[14662],{"type":26,"value":11336},{"type":26,"value":14538},{"type":21,"tag":42,"props":14665,"children":14667},{"className":14666},[],[14668],{"type":26,"value":11862},{"type":26,"value":14545},{"type":21,"tag":42,"props":14671,"children":14673},{"className":14672},[],[14674],{"type":26,"value":928},{"type":26,"value":14552},{"type":21,"tag":42,"props":14677,"children":14679},{"className":14678},[],[14680],{"type":26,"value":14558},{"type":26,"value":14545},{"type":21,"tag":42,"props":14683,"children":14685},{"className":14684},[],[14686],{"type":26,"value":14687},"VK_LINE_RASTERIZATION_MODE_RECTANGULAR_SMOOTH_KHR",{"type":26,"value":6070},{"type":21,"tag":434,"props":14690,"children":14692},{"href":14691},"/man/VkPhysicalDeviceLineRasterizationFeaturesKHR#features-stippledSmoothLines",[14693],{"type":21,"tag":42,"props":14694,"children":14696},{"className":14695},[],[14697],{"type":26,"value":14698},"stippledSmoothLines",{"type":26,"value":14700}," feature\n",{"type":21,"tag":685,"props":14702,"children":14703},{"type":687},[],{"type":26,"value":14583},{"type":21,"tag":597,"props":14706,"children":14708},{"name":14707},"VUID-vkCmdDrawIndexed-stippledLineEnable-07498",[14709],{"type":21,"tag":22,"props":14710,"children":14711},{},[14712,14713,14718,14719,14724,14725,14730,14731,14736,14737,14742,14743,14749,14750,14758,14759,14762,14764,14770,14771,14777,14778,14781,14782],{"type":26,"value":4285},{"type":21,"tag":42,"props":14714,"children":14716},{"className":14715},[],[14717],{"type":26,"value":11569},{"type":26,"value":540},{"type":21,"tag":42,"props":14720,"children":14722},{"className":14721},[],[14723],{"type":26,"value":11336},{"type":26,"value":14538},{"type":21,"tag":42,"props":14726,"children":14728},{"className":14727},[],[14729],{"type":26,"value":11862},{"type":26,"value":14545},{"type":21,"tag":42,"props":14732,"children":14734},{"className":14733},[],[14735],{"type":26,"value":928},{"type":26,"value":14552},{"type":21,"tag":42,"props":14738,"children":14740},{"className":14739},[],[14741],{"type":26,"value":14558},{"type":26,"value":14545},{"type":21,"tag":42,"props":14744,"children":14746},{"className":14745},[],[14747],{"type":26,"value":14748},"VK_LINE_RASTERIZATION_MODE_DEFAULT_KHR",{"type":26,"value":6070},{"type":21,"tag":434,"props":14751,"children":14752},{"href":14569},[14753],{"type":21,"tag":42,"props":14754,"children":14756},{"className":14755},[],[14757],{"type":26,"value":14576},{"type":26,"value":14578},{"type":21,"tag":685,"props":14760,"children":14761},{"type":687},[],{"type":26,"value":14763}," be enabled and\n",{"type":21,"tag":434,"props":14765,"children":14767},{"href":14766},"/man/VkPhysicalDeviceLimits",[14768],{"type":26,"value":14769},"VkPhysicalDeviceLimits",{"type":26,"value":231},{"type":21,"tag":42,"props":14772,"children":14774},{"className":14773},[],[14775],{"type":26,"value":14776},"strictLines",{"type":26,"value":683},{"type":21,"tag":685,"props":14779,"children":14780},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":14783,"children":14785},{"className":14784},[],[14786],{"type":26,"value":928},{"type":21,"tag":597,"props":14788,"children":14790},{"name":14789},"VUID-vkCmdDrawIndexed-conservativePointAndLineRasterization-07499",[14791],{"type":21,"tag":22,"props":14792,"children":14793},{},[14794,14795,14800,14802,14812,14814,14819,14821,14825,14828,14829],{"type":26,"value":4285},{"type":21,"tag":42,"props":14796,"children":14798},{"className":14797},[],[14799],{"type":26,"value":10942},{"type":26,"value":14801}," dynamic state\nenabled, ",{"type":21,"tag":434,"props":14803,"children":14805},{"href":14804},"/man/VkPhysicalDeviceConservativeRasterizationPropertiesEXT#limits-conservativePointAndLineRasterization",[14806],{"type":21,"tag":42,"props":14807,"children":14809},{"className":14808},[],[14810],{"type":26,"value":14811},"conservativePointAndLineRasterization",{"type":26,"value":14813}," is not supported, and the\neffective primitive topology output by the last pre-rasterization shader\nstage is a line or point, then the ",{"type":21,"tag":42,"props":14815,"children":14817},{"className":14816},[],[14818],{"type":26,"value":11027},{"type":26,"value":14820},"\nset by the last call to ",{"type":21,"tag":434,"props":14822,"children":14823},{"href":10963},[14824],{"type":26,"value":10966},{"type":21,"tag":685,"props":14826,"children":14827},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":14830,"children":14832},{"className":14831},[],[14833],{"type":26,"value":14834},"VK_CONSERVATIVE_RASTERIZATION_MODE_DISABLED_EXT",{"type":21,"tag":597,"props":14836,"children":14838},{"name":14837},"VUID-vkCmdDrawIndexed-stage-07073",[14839],{"type":21,"tag":22,"props":14840,"children":14841},{},[14842,14844,14850,14851,14857,14859,14863,14864,14870,14872,14877,14878,14884,14885,14890,14891,14896,14897,14903,14904,14907],{"type":26,"value":14843},"If the currently bound pipeline was created with the\n",{"type":21,"tag":434,"props":14845,"children":14847},{"href":14846},"/man/VkPipelineShaderStageCreateInfo",[14848],{"type":26,"value":14849},"VkPipelineShaderStageCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":14852,"children":14854},{"className":14853},[],[14855],{"type":26,"value":14856},"stage",{"type":26,"value":14858}," member of an element\nof ",{"type":21,"tag":434,"props":14860,"children":14861},{"href":9840},[14862],{"type":26,"value":3801},{"type":26,"value":231},{"type":21,"tag":42,"props":14865,"children":14867},{"className":14866},[],[14868],{"type":26,"value":14869},"pStages",{"type":26,"value":14871}," set to\n",{"type":21,"tag":42,"props":14873,"children":14875},{"className":14874},[],[14876],{"type":26,"value":11281},{"type":26,"value":88},{"type":21,"tag":42,"props":14879,"children":14881},{"className":14880},[],[14882],{"type":26,"value":14883},"VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT",{"type":26,"value":88},{"type":21,"tag":42,"props":14886,"children":14888},{"className":14887},[],[14889],{"type":26,"value":4511},{"type":26,"value":540},{"type":21,"tag":42,"props":14892,"children":14894},{"className":14893},[],[14895],{"type":26,"value":4518},{"type":26,"value":4611},{"type":21,"tag":434,"props":14898,"children":14900},{"href":14899},"/chapters/queries#queries-mesh-shader",[14901],{"type":26,"value":14902},"Mesh\nShader Queries",{"type":26,"value":683},{"type":21,"tag":685,"props":14905,"children":14906},{"type":687},[],{"type":26,"value":14908}," not be active",{"type":21,"tag":597,"props":14910,"children":14912},{"name":14911},"VUID-vkCmdDrawIndexed-None-08877",[14913],{"type":21,"tag":22,"props":14914,"children":14915},{},[14916,14917,14922,14923,14929,14930,14934,14935,14940,14941,14946,14947,14953,14954,14957,14958,14962],{"type":26,"value":6698},{"type":21,"tag":42,"props":14918,"children":14920},{"className":14919},[],[14921],{"type":26,"value":4679},{"type":26,"value":10587},{"type":21,"tag":42,"props":14924,"children":14926},{"className":14925},[],[14927],{"type":26,"value":14928},"VK_DYNAMIC_STATE_ATTACHMENT_FEEDBACK_LOOP_ENABLE_EXT",{"type":26,"value":10470},{"type":21,"tag":434,"props":14931,"children":14932},{"href":4573},[14933],{"type":26,"value":4576},{"type":26,"value":1187},{"type":21,"tag":42,"props":14936,"children":14938},{"className":14937},[],[14939],{"type":26,"value":4398},{"type":26,"value":1557},{"type":21,"tag":42,"props":14942,"children":14944},{"className":14943},[],[14945],{"type":26,"value":665},{"type":26,"value":4847},{"type":21,"tag":434,"props":14948,"children":14950},{"href":14949},"/man/vkCmdSetAttachmentFeedbackLoopEnableEXT",[14951],{"type":26,"value":14952},"vkCmdSetAttachmentFeedbackLoopEnableEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":14955,"children":14956},{"type":687},[],{"type":26,"value":6636},{"type":21,"tag":434,"props":14959,"children":14960},{"href":4308},[14961],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":14964,"children":14966},{"name":14965},"VUID-vkCmdDrawIndexed-None-07850",[14967],{"type":21,"tag":22,"props":14968,"children":14969},{},[14970,14972,14978,14979,14982],{"type":26,"value":14971},"If dynamic state was inherited from\n",{"type":21,"tag":434,"props":14973,"children":14975},{"href":14974},"/man/VkCommandBufferInheritanceViewportScissorInfoNV",[14976],{"type":26,"value":14977},"VkCommandBufferInheritanceViewportScissorInfoNV",{"type":26,"value":3902},{"type":21,"tag":685,"props":14980,"children":14981},{"type":687},[],{"type":26,"value":14983}," be set\nin the current command buffer prior to this drawing command",{"type":21,"tag":597,"props":14985,"children":14987},{"name":14986},"VUID-vkCmdDrawIndexed-None-08684",[14988],{"type":21,"tag":22,"props":14989,"children":14990},{},[14991,14993,14999,15000,15003,15005,15010,15012],{"type":26,"value":14992},"If there is no bound graphics pipeline, ",{"type":21,"tag":42,"props":14994,"children":14996},{"className":14995},[],[14997],{"type":26,"value":14998},"vkCmdBindShadersEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":15001,"children":15002},{"type":687},[],{"type":26,"value":15004},"\nhave been called in the current command buffer with ",{"type":21,"tag":42,"props":15006,"children":15008},{"className":15007},[],[15009],{"type":26,"value":14869},{"type":26,"value":15011}," with\nan element of ",{"type":21,"tag":42,"props":15013,"children":15015},{"className":15014},[],[15016],{"type":26,"value":11281},{"type":21,"tag":597,"props":15018,"children":15020},{"name":15019},"VUID-vkCmdDrawIndexed-None-08685",[15021],{"type":21,"tag":22,"props":15022,"children":15023},{},[15024,15026,15036,15038,15043,15044,15047,15049,15054,15056],{"type":26,"value":15025},"If there is no bound graphics pipeline, and the\n",{"type":21,"tag":434,"props":15027,"children":15029},{"href":15028},"/man/VkPhysicalDeviceFeatures#features-tessellationShader",[15030],{"type":21,"tag":42,"props":15031,"children":15033},{"className":15032},[],[15034],{"type":26,"value":15035},"tessellationShader",{"type":26,"value":15037}," feature is\nenabled, ",{"type":21,"tag":42,"props":15039,"children":15041},{"className":15040},[],[15042],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15045,"children":15046},{"type":687},[],{"type":26,"value":15048}," have been called in the current\ncommand buffer with ",{"type":21,"tag":42,"props":15050,"children":15052},{"className":15051},[],[15053],{"type":26,"value":14869},{"type":26,"value":15055}," with an element of\n",{"type":21,"tag":42,"props":15057,"children":15059},{"className":15058},[],[15060],{"type":26,"value":14883},{"type":21,"tag":597,"props":15062,"children":15064},{"name":15063},"VUID-vkCmdDrawIndexed-None-08686",[15065],{"type":21,"tag":22,"props":15066,"children":15067},{},[15068,15069,15077,15078,15083,15084,15087,15088,15093,15094],{"type":26,"value":15025},{"type":21,"tag":434,"props":15070,"children":15071},{"href":15028},[15072],{"type":21,"tag":42,"props":15073,"children":15075},{"className":15074},[],[15076],{"type":26,"value":15035},{"type":26,"value":15037},{"type":21,"tag":42,"props":15079,"children":15081},{"className":15080},[],[15082],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15085,"children":15086},{"type":687},[],{"type":26,"value":15048},{"type":21,"tag":42,"props":15089,"children":15091},{"className":15090},[],[15092],{"type":26,"value":14869},{"type":26,"value":15055},{"type":21,"tag":42,"props":15095,"children":15097},{"className":15096},[],[15098],{"type":26,"value":4511},{"type":21,"tag":597,"props":15100,"children":15102},{"name":15101},"VUID-vkCmdDrawIndexed-None-08687",[15103],{"type":21,"tag":22,"props":15104,"children":15105},{},[15106,15107,15117,15118,15123,15124,15127,15129,15134,15135],{"type":26,"value":15025},{"type":21,"tag":434,"props":15108,"children":15110},{"href":15109},"/man/VkPhysicalDeviceFeatures#features-geometryShader",[15111],{"type":21,"tag":42,"props":15112,"children":15114},{"className":15113},[],[15115],{"type":26,"value":15116},"geometryShader",{"type":26,"value":8942},{"type":21,"tag":42,"props":15119,"children":15121},{"className":15120},[],[15122],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15125,"children":15126},{"type":687},[],{"type":26,"value":15128}," have been called in the current command\nbuffer with ",{"type":21,"tag":42,"props":15130,"children":15132},{"className":15131},[],[15133],{"type":26,"value":14869},{"type":26,"value":15055},{"type":21,"tag":42,"props":15136,"children":15138},{"className":15137},[],[15139],{"type":26,"value":4518},{"type":21,"tag":597,"props":15141,"children":15143},{"name":15142},"VUID-vkCmdDrawIndexed-None-08688",[15144],{"type":21,"tag":22,"props":15145,"children":15146},{},[15147,15148,15153,15154,15157,15158,15163,15164],{"type":26,"value":14992},{"type":21,"tag":42,"props":15149,"children":15151},{"className":15150},[],[15152],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15155,"children":15156},{"type":687},[],{"type":26,"value":15004},{"type":21,"tag":42,"props":15159,"children":15161},{"className":15160},[],[15162],{"type":26,"value":14869},{"type":26,"value":15011},{"type":21,"tag":42,"props":15165,"children":15167},{"className":15166},[],[15168],{"type":26,"value":4679},{"type":21,"tag":597,"props":15170,"children":15172},{"name":15171},"VUID-vkCmdDrawIndexed-None-08689",[15173],{"type":21,"tag":22,"props":15174,"children":15175},{},[15176,15178,15188,15190,15195,15196,15199,15200,15205,15206],{"type":26,"value":15177},"If there is no bound graphics pipeline, and the ",{"type":21,"tag":434,"props":15179,"children":15181},{"href":15180},"/man/VkPhysicalDeviceMeshShaderFeaturesEXT#features-taskShader",[15182],{"type":21,"tag":42,"props":15183,"children":15185},{"className":15184},[],[15186],{"type":26,"value":15187},"taskShader",{"type":26,"value":15189}," feature is enabled, ",{"type":21,"tag":42,"props":15191,"children":15193},{"className":15192},[],[15194],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15197,"children":15198},{"type":687},[],{"type":26,"value":15004},{"type":21,"tag":42,"props":15201,"children":15203},{"className":15202},[],[15204],{"type":26,"value":14869},{"type":26,"value":15011},{"type":21,"tag":42,"props":15207,"children":15209},{"className":15208},[],[15210],{"type":26,"value":15211},"VK_SHADER_STAGE_TASK_BIT_EXT",{"type":21,"tag":597,"props":15213,"children":15215},{"name":15214},"VUID-vkCmdDrawIndexed-None-08690",[15216],{"type":21,"tag":22,"props":15217,"children":15218},{},[15219,15220,15230,15231,15236,15237,15240,15241,15246,15247],{"type":26,"value":15177},{"type":21,"tag":434,"props":15221,"children":15223},{"href":15222},"/man/VkPhysicalDeviceMeshShaderFeaturesEXT#features-meshShader",[15224],{"type":21,"tag":42,"props":15225,"children":15227},{"className":15226},[],[15228],{"type":26,"value":15229},"meshShader",{"type":26,"value":15189},{"type":21,"tag":42,"props":15232,"children":15234},{"className":15233},[],[15235],{"type":26,"value":14998},{"type":26,"value":683},{"type":21,"tag":685,"props":15238,"children":15239},{"type":687},[],{"type":26,"value":15004},{"type":21,"tag":42,"props":15242,"children":15244},{"className":15243},[],[15245],{"type":26,"value":14869},{"type":26,"value":15011},{"type":21,"tag":42,"props":15248,"children":15250},{"className":15249},[],[15251],{"type":26,"value":15252},"VK_SHADER_STAGE_MESH_BIT_EXT",{"type":21,"tag":597,"props":15254,"children":15256},{"name":15255},"VUID-vkCmdDrawIndexed-None-08693",[15257],{"type":21,"tag":22,"props":15258,"children":15259},{},[15260,15262,15270,15271,15279,15281,15286,15287,15292,15294,15297,15299,15304,15306,15309,15311,15316],{"type":26,"value":15261},"If there is no bound graphics pipeline, and at least one of the\n",{"type":21,"tag":434,"props":15263,"children":15264},{"href":15180},[15265],{"type":21,"tag":42,"props":15266,"children":15268},{"className":15267},[],[15269],{"type":26,"value":15187},{"type":26,"value":728},{"type":21,"tag":434,"props":15272,"children":15273},{"href":15222},[15274],{"type":21,"tag":42,"props":15275,"children":15277},{"className":15276},[],[15278],{"type":26,"value":15229},{"type":26,"value":15280}," features is enabled, one of the\n",{"type":21,"tag":42,"props":15282,"children":15284},{"className":15283},[],[15285],{"type":26,"value":11281},{"type":26,"value":621},{"type":21,"tag":42,"props":15288,"children":15290},{"className":15289},[],[15291],{"type":26,"value":15252},{"type":26,"value":15293},"\nstages ",{"type":21,"tag":685,"props":15295,"children":15296},{"type":687},[],{"type":26,"value":15298}," have a valid ",{"type":21,"tag":42,"props":15300,"children":15302},{"className":15301},[],[15303],{"type":26,"value":1785},{"type":26,"value":15305}," bound, and the other ",{"type":21,"tag":685,"props":15307,"children":15308},{"type":687},[],{"type":26,"value":15310},"\nhave no ",{"type":21,"tag":42,"props":15312,"children":15314},{"className":15313},[],[15315],{"type":26,"value":1785},{"type":26,"value":15317}," bound",{"type":21,"tag":597,"props":15319,"children":15321},{"name":15320},"VUID-vkCmdDrawIndexed-None-08694",[15322],{"type":21,"tag":22,"props":15323,"children":15324},{},[15325,15327,15335,15336,15344,15346,15351,15353,15358,15360,15365,15367,15373,15375,15380,15381,15384,15386,15391],{"type":26,"value":15326},"If there is no bound graphics pipeline, and both the\n",{"type":21,"tag":434,"props":15328,"children":15329},{"href":15180},[15330],{"type":21,"tag":42,"props":15331,"children":15333},{"className":15332},[],[15334],{"type":26,"value":15187},{"type":26,"value":728},{"type":21,"tag":434,"props":15337,"children":15338},{"href":15222},[15339],{"type":21,"tag":42,"props":15340,"children":15342},{"className":15341},[],[15343],{"type":26,"value":15229},{"type":26,"value":15345}," features are enabled, and a valid ",{"type":21,"tag":42,"props":15347,"children":15349},{"className":15348},[],[15350],{"type":26,"value":1785},{"type":26,"value":15352},"\nis bound the to the ",{"type":21,"tag":42,"props":15354,"children":15356},{"className":15355},[],[15357],{"type":26,"value":15252},{"type":26,"value":15359}," stage, and that\n",{"type":21,"tag":42,"props":15361,"children":15363},{"className":15362},[],[15364],{"type":26,"value":1785},{"type":26,"value":15366}," was created without the\n",{"type":21,"tag":42,"props":15368,"children":15370},{"className":15369},[],[15371],{"type":26,"value":15372},"VK_SHADER_CREATE_NO_TASK_SHADER_BIT_EXT",{"type":26,"value":15374}," flag, a valid\n",{"type":21,"tag":42,"props":15376,"children":15378},{"className":15377},[],[15379],{"type":26,"value":1785},{"type":26,"value":683},{"type":21,"tag":685,"props":15382,"children":15383},{"type":687},[],{"type":26,"value":15385}," be bound to the\n",{"type":21,"tag":42,"props":15387,"children":15389},{"className":15388},[],[15390],{"type":26,"value":15211},{"type":26,"value":15392}," stage",{"type":21,"tag":597,"props":15394,"children":15396},{"name":15395},"VUID-vkCmdDrawIndexed-None-08695",[15397],{"type":21,"tag":22,"props":15398,"children":15399},{},[15400,15401,15409,15410,15418,15419,15424,15425,15430,15431,15436,15438,15443,15445,15448,15450,15455,15457,15462],{"type":26,"value":15326},{"type":21,"tag":434,"props":15402,"children":15403},{"href":15180},[15404],{"type":21,"tag":42,"props":15405,"children":15407},{"className":15406},[],[15408],{"type":26,"value":15187},{"type":26,"value":728},{"type":21,"tag":434,"props":15411,"children":15412},{"href":15222},[15413],{"type":21,"tag":42,"props":15414,"children":15416},{"className":15415},[],[15417],{"type":26,"value":15229},{"type":26,"value":15345},{"type":21,"tag":42,"props":15420,"children":15422},{"className":15421},[],[15423],{"type":26,"value":1785},{"type":26,"value":15352},{"type":21,"tag":42,"props":15426,"children":15428},{"className":15427},[],[15429],{"type":26,"value":15252},{"type":26,"value":15359},{"type":21,"tag":42,"props":15432,"children":15434},{"className":15433},[],[15435],{"type":26,"value":1785},{"type":26,"value":15437}," was created with the\n",{"type":21,"tag":42,"props":15439,"children":15441},{"className":15440},[],[15442],{"type":26,"value":15372},{"type":26,"value":15444}," flag, there ",{"type":21,"tag":685,"props":15446,"children":15447},{"type":687},[],{"type":26,"value":15449}," be no\n",{"type":21,"tag":42,"props":15451,"children":15453},{"className":15452},[],[15454],{"type":26,"value":1785},{"type":26,"value":15456}," bound to the ",{"type":21,"tag":42,"props":15458,"children":15460},{"className":15459},[],[15461],{"type":26,"value":15211},{"type":26,"value":15392},{"type":21,"tag":597,"props":15464,"children":15466},{"name":15465},"VUID-vkCmdDrawIndexed-None-08696",[15467],{"type":21,"tag":22,"props":15468,"children":15469},{},[15470,15472,15477,15479,15484,15486,15489,15490,15495,15497,15502,15504,15509],{"type":26,"value":15471},"If there is no bound graphics pipeline, and a valid ",{"type":21,"tag":42,"props":15473,"children":15475},{"className":15474},[],[15476],{"type":26,"value":1785},{"type":26,"value":15478}," is\nbound to the ",{"type":21,"tag":42,"props":15480,"children":15482},{"className":15481},[],[15483],{"type":26,"value":11281},{"type":26,"value":15485}," stage, there ",{"type":21,"tag":685,"props":15487,"children":15488},{"type":687},[],{"type":26,"value":15449},{"type":21,"tag":42,"props":15491,"children":15493},{"className":15492},[],[15494],{"type":26,"value":1785},{"type":26,"value":15496}," bound to either the ",{"type":21,"tag":42,"props":15498,"children":15500},{"className":15499},[],[15501],{"type":26,"value":15211},{"type":26,"value":15503},"\nstage or the ",{"type":21,"tag":42,"props":15505,"children":15507},{"className":15506},[],[15508],{"type":26,"value":15252},{"type":26,"value":15392},{"type":21,"tag":597,"props":15511,"children":15513},{"name":15512},"VUID-vkCmdDrawIndexed-None-08698",[15514],{"type":21,"tag":22,"props":15515,"children":15516},{},[15517,15519,15525,15527,15532,15534,15540,15542,15545],{"type":26,"value":15518},"If any graphics shader is bound which was created with the\n",{"type":21,"tag":42,"props":15520,"children":15522},{"className":15521},[],[15523],{"type":26,"value":15524},"VK_SHADER_CREATE_LINK_STAGE_BIT_EXT",{"type":26,"value":15526}," flag, then all shaders created\nwith the ",{"type":21,"tag":42,"props":15528,"children":15530},{"className":15529},[],[15531],{"type":26,"value":15524},{"type":26,"value":15533}," flag in the same\n",{"type":21,"tag":434,"props":15535,"children":15537},{"href":15536},"/man/vkCreateShadersEXT",[15538],{"type":26,"value":15539},"vkCreateShadersEXT",{"type":26,"value":15541}," call ",{"type":21,"tag":685,"props":15543,"children":15544},{"type":687},[],{"type":26,"value":15546}," also be bound",{"type":21,"tag":597,"props":15548,"children":15550},{"name":15549},"VUID-vkCmdDrawIndexed-None-08699",[15551],{"type":21,"tag":22,"props":15552,"children":15553},{},[15554,15555,15560,15562,15567,15569,15573,15574,15577,15579,15584],{"type":26,"value":15518},{"type":21,"tag":42,"props":15556,"children":15558},{"className":15557},[],[15559],{"type":26,"value":15524},{"type":26,"value":15561}," flag, any stages in between\nstages whose shaders which did not create a shader with the\n",{"type":21,"tag":42,"props":15563,"children":15565},{"className":15564},[],[15566],{"type":26,"value":15524},{"type":26,"value":15568}," flag as part of the same\n",{"type":21,"tag":434,"props":15570,"children":15571},{"href":15536},[15572],{"type":26,"value":15539},{"type":26,"value":15541},{"type":21,"tag":685,"props":15575,"children":15576},{"type":687},[],{"type":26,"value":15578}," not have any ",{"type":21,"tag":42,"props":15580,"children":15582},{"className":15581},[],[15583],{"type":26,"value":1785},{"type":26,"value":15317},{"type":21,"tag":597,"props":15586,"children":15588},{"name":15587},"VUID-vkCmdDrawIndexed-None-08878",[15589],{"type":21,"tag":22,"props":15590,"children":15591},{},[15592,15594,15597],{"type":26,"value":15593},"All bound graphics shader objects ",{"type":21,"tag":685,"props":15595,"children":15596},{"type":687},[],{"type":26,"value":15598}," have been created with identical\nor identically defined push constant ranges",{"type":21,"tag":597,"props":15600,"children":15602},{"name":15601},"VUID-vkCmdDrawIndexed-None-08879",[15603],{"type":21,"tag":22,"props":15604,"children":15605},{},[15606,15607,15610],{"type":26,"value":15593},{"type":21,"tag":685,"props":15608,"children":15609},{"type":687},[],{"type":26,"value":15611}," have been created with identical\nor identically defined arrays of descriptor set layouts",{"type":21,"tag":597,"props":15613,"children":15615},{"name":15614},"VUID-vkCmdDrawIndexed-colorAttachmentCount-09372",[15616],{"type":21,"tag":22,"props":15617,"children":15618},{},[15619,15620,15624,15625,15629,15630,15635,15636,15641,15643,15648,15650,15653,15655,15661,15662,15668],{"type":26,"value":7072},{"type":21,"tag":434,"props":15621,"children":15622},{"href":7060},[15623],{"type":26,"value":7063},{"type":26,"value":7887},{"type":21,"tag":434,"props":15626,"children":15627},{"href":4048},[15628],{"type":26,"value":4051},{"type":26,"value":231},{"type":21,"tag":42,"props":15631,"children":15633},{"className":15632},[],[15634],{"type":26,"value":7480},{"type":26,"value":659},{"type":21,"tag":42,"props":15637,"children":15639},{"className":15638},[],[15640],{"type":26,"value":6831},{"type":26,"value":15642},", a color\nattachment with a resolve mode of\n",{"type":21,"tag":42,"props":15644,"children":15646},{"className":15645},[],[15647],{"type":26,"value":7814},{"type":26,"value":15649},", and a fragment\nshader is bound, it ",{"type":21,"tag":685,"props":15651,"children":15652},{"type":687},[],{"type":26,"value":15654}," not declare the ",{"type":21,"tag":42,"props":15656,"children":15658},{"className":15657},[],[15659],{"type":26,"value":15660},"DepthReplacing",{"type":26,"value":540},{"type":21,"tag":42,"props":15663,"children":15665},{"className":15664},[],[15666],{"type":26,"value":15667},"StencilRefReplacingEXT",{"type":26,"value":15669}," execution modes",{"type":21,"tag":597,"props":15671,"children":15673},{"name":15672},"VUID-vkCmdDrawIndexed-pDynamicStates-08715",[15674],{"type":21,"tag":22,"props":15675,"children":15676},{},[15677,15679,15684,15686,15692,15693,15699,15701,15707,15709,15715,15716,15722,15724,15728,15729,15732,15733],{"type":26,"value":15678},"If the bound graphics pipeline state includes a fragment shader stage,\nwas created with ",{"type":21,"tag":42,"props":15680,"children":15682},{"className":15681},[],[15683],{"type":26,"value":5363},{"type":26,"value":15685}," set in\n",{"type":21,"tag":434,"props":15687,"children":15689},{"href":15688},"/man/VkPipelineDynamicStateCreateInfo",[15690],{"type":26,"value":15691},"VkPipelineDynamicStateCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":15694,"children":15696},{"className":15695},[],[15697],{"type":26,"value":15698},"pDynamicStates",{"type":26,"value":15700},", and the\nfragment shader declares the ",{"type":21,"tag":42,"props":15702,"children":15704},{"className":15703},[],[15705],{"type":26,"value":15706},"EarlyFragmentTests",{"type":26,"value":15708}," execution mode and\nuses ",{"type":21,"tag":42,"props":15710,"children":15712},{"className":15711},[],[15713],{"type":26,"value":15714},"OpDepthAttachmentReadEXT",{"type":26,"value":7078},{"type":21,"tag":42,"props":15717,"children":15719},{"className":15718},[],[15720],{"type":26,"value":15721},"depthWriteEnable",{"type":26,"value":15723}," parameter\nin the last call to ",{"type":21,"tag":434,"props":15725,"children":15726},{"href":5384},[15727],{"type":26,"value":5387},{"type":26,"value":683},{"type":21,"tag":685,"props":15730,"children":15731},{"type":687},[],{"type":26,"value":996},{"type":21,"tag":42,"props":15734,"children":15736},{"className":15735},[],[15737],{"type":26,"value":665},{"type":21,"tag":597,"props":15739,"children":15741},{"name":15740},"VUID-vkCmdDrawIndexed-pDynamicStates-08716",[15742],{"type":21,"tag":22,"props":15743,"children":15744},{},[15745,15746,15751,15752,15756,15757,15762,15763,15768,15769,15775,15776,15781,15783,15787,15788,15791,15792],{"type":26,"value":15678},{"type":21,"tag":42,"props":15747,"children":15749},{"className":15748},[],[15750],{"type":26,"value":4943},{"type":26,"value":15685},{"type":21,"tag":434,"props":15753,"children":15754},{"href":15688},[15755],{"type":26,"value":15691},{"type":26,"value":231},{"type":21,"tag":42,"props":15758,"children":15760},{"className":15759},[],[15761],{"type":26,"value":15698},{"type":26,"value":15700},{"type":21,"tag":42,"props":15764,"children":15766},{"className":15765},[],[15767],{"type":26,"value":15706},{"type":26,"value":15708},{"type":21,"tag":42,"props":15770,"children":15772},{"className":15771},[],[15773],{"type":26,"value":15774},"OpStencilAttachmentReadEXT",{"type":26,"value":7078},{"type":21,"tag":42,"props":15777,"children":15779},{"className":15778},[],[15780],{"type":26,"value":4257},{"type":26,"value":15782}," parameter in\nthe last call to ",{"type":21,"tag":434,"props":15784,"children":15785},{"href":4981},[15786],{"type":26,"value":4984},{"type":26,"value":683},{"type":21,"tag":685,"props":15789,"children":15790},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":15793,"children":15795},{"className":15794},[],[15796],{"type":26,"value":7532},{"type":21,"tag":597,"props":15798,"children":15800},{"name":15799},"VUID-vkCmdDrawIndexed-None-09116",[15801,15809],{"type":21,"tag":33,"props":15802,"children":15804},{"code":15803},"If\na shader object is bound to any graphics stage\n",[15805],{"type":21,"tag":42,"props":15806,"children":15807},{"__ignoreMap":38},[15808],{"type":26,"value":15803},{"type":21,"tag":22,"props":15810,"children":15811},{},[15812,15814,15819,15821,15827,15829,15835,15836,15840,15843,15845,15851,15852,15858,15860,15866],{"type":26,"value":15813},"or\nthe currently bound graphics pipeline was created with\n",{"type":21,"tag":42,"props":15815,"children":15817},{"className":15816},[],[15818],{"type":26,"value":10810},{"type":26,"value":15820},",\nand the format of any color attachment is\n",{"type":21,"tag":42,"props":15822,"children":15824},{"className":15823},[],[15825],{"type":26,"value":15826},"VK_FORMAT_E5B9G9R9_UFLOAT_PACK32",{"type":26,"value":15828},", the corresponding element of the\n",{"type":21,"tag":42,"props":15830,"children":15832},{"className":15831},[],[15833],{"type":26,"value":15834},"pColorWriteMasks",{"type":26,"value":5683},{"type":21,"tag":434,"props":15837,"children":15838},{"href":10814},[15839],{"type":26,"value":10817},{"type":21,"tag":685,"props":15841,"children":15842},{"type":687},[],{"type":26,"value":15844}," either include all of ",{"type":21,"tag":42,"props":15846,"children":15848},{"className":15847},[],[15849],{"type":26,"value":15850},"VK_COLOR_COMPONENT_R_BIT",{"type":26,"value":88},{"type":21,"tag":42,"props":15853,"children":15855},{"className":15854},[],[15856],{"type":26,"value":15857},"VK_COLOR_COMPONENT_G_BIT",{"type":26,"value":15859},", and ",{"type":21,"tag":42,"props":15861,"children":15863},{"className":15862},[],[15864],{"type":26,"value":15865},"VK_COLOR_COMPONENT_B_BIT",{"type":26,"value":15867},", or\nnone of them",{"type":21,"tag":597,"props":15869,"children":15871},{"name":15870},"VUID-vkCmdDrawIndexed-maxFragmentDualSrcAttachments-09239",[15872],{"type":21,"tag":22,"props":15873,"children":15874},{},[15875,15876,15882,15884,15890,15892,15897,15899,15905,15907,15913,15914,15920,15921,15927,15929,15932,15934],{"type":26,"value":2602},{"type":21,"tag":434,"props":15877,"children":15879},{"href":15878},"/chapters/framebuffer#framebuffer-blending",[15880],{"type":26,"value":15881},"blending",{"type":26,"value":15883}," is enabled for any attachment where\neither the source or destination blend factors for that attachment\n",{"type":21,"tag":434,"props":15885,"children":15887},{"href":15886},"/chapters/framebuffer#framebuffer-dsb",[15888],{"type":26,"value":15889},"use the secondary color input",{"type":26,"value":15891},", the maximum value of\n",{"type":21,"tag":42,"props":15893,"children":15895},{"className":15894},[],[15896],{"type":26,"value":10393},{"type":26,"value":15898}," for any output attachment ",{"type":21,"tag":434,"props":15900,"children":15902},{"href":15901},"/chapters/shaders#shaders-staticuse",[15903],{"type":26,"value":15904},"statically\nused",{"type":26,"value":15906}," in the ",{"type":21,"tag":42,"props":15908,"children":15910},{"className":15909},[],[15911],{"type":26,"value":15912},"Fragment",{"type":26,"value":683},{"type":21,"tag":42,"props":15915,"children":15917},{"className":15916},[],[15918],{"type":26,"value":15919},"Execution",{"type":26,"value":683},{"type":21,"tag":42,"props":15922,"children":15924},{"className":15923},[],[15925],{"type":26,"value":15926},"Model",{"type":26,"value":15928}," executed by this command\n",{"type":21,"tag":685,"props":15930,"children":15931},{"type":687},[],{"type":26,"value":15933}," be less than ",{"type":21,"tag":434,"props":15935,"children":15937},{"href":15936},"/man/VkPhysicalDeviceLimits#limits-maxFragmentDualSrcAttachments",[15938],{"type":21,"tag":42,"props":15939,"children":15941},{"className":15940},[],[15942],{"type":26,"value":15943},"maxFragmentDualSrcAttachments",{"type":21,"tag":597,"props":15945,"children":15947},{"name":15946},"VUID-vkCmdDrawIndexed-None-09548",[15948],{"type":21,"tag":22,"props":15949,"children":15950},{},[15951,15953,15957,15959,15965,15966,15972,15974,15980,15981,15984],{"type":26,"value":15952},"If the current render pass was begun with ",{"type":21,"tag":434,"props":15954,"children":15955},{"href":7060},[15956],{"type":26,"value":7063},{"type":26,"value":15958},",\nand there is no shader object bound to any graphics stage,\nthe value of each element of\n",{"type":21,"tag":434,"props":15960,"children":15962},{"href":15961},"/man/VkRenderingAttachmentLocationInfoKHR",[15963],{"type":26,"value":15964},"VkRenderingAttachmentLocationInfoKHR",{"type":26,"value":231},{"type":21,"tag":42,"props":15967,"children":15969},{"className":15968},[],[15970],{"type":26,"value":15971},"pColorAttachmentLocations",{"type":26,"value":15973},"\nset by ",{"type":21,"tag":434,"props":15975,"children":15977},{"href":15976},"/man/vkCmdSetRenderingAttachmentLocationsKHR",[15978],{"type":26,"value":15979},"vkCmdSetRenderingAttachmentLocationsKHR",{"type":26,"value":683},{"type":21,"tag":685,"props":15982,"children":15983},{"type":687},[],{"type":26,"value":15985}," match the\nvalue set for the corresponding element in the currently bound pipeline",{"type":21,"tag":597,"props":15987,"children":15989},{"name":15988},"VUID-vkCmdDrawIndexed-None-09549",[15990],{"type":21,"tag":22,"props":15991,"children":15992},{},[15993,15994,15998,16000,16003,16005],{"type":26,"value":15952},{"type":21,"tag":434,"props":15995,"children":15996},{"href":7060},[15997],{"type":26,"value":7063},{"type":26,"value":15999},",\nand there is no shader object bound to any graphics stage,\ninput attachment index mappings in the currently bound pipeline ",{"type":21,"tag":685,"props":16001,"children":16002},{"type":687},[],{"type":26,"value":16004},"\nmatch those set for the current render pass instance via\n",{"type":21,"tag":434,"props":16006,"children":16007},{"href":3989},[16008],{"type":26,"value":3992},{"type":21,"tag":597,"props":16010,"children":16012},{"name":16011},"VUID-vkCmdDrawIndexed-None-09642",[16013],{"type":21,"tag":22,"props":16014,"children":16015},{},[16016,16017,16021,16023,16029,16031,16034,16035],{"type":26,"value":15952},{"type":21,"tag":434,"props":16018,"children":16019},{"href":7060},[16020],{"type":26,"value":7063},{"type":26,"value":16022}," with\nthe ",{"type":21,"tag":42,"props":16024,"children":16026},{"className":16025},[],[16027],{"type":26,"value":16028},"VK_RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT",{"type":26,"value":16030}," flag, the bound\ngraphics pipeline ",{"type":21,"tag":685,"props":16032,"children":16033},{"type":687},[],{"type":26,"value":2109},{"type":21,"tag":42,"props":16036,"children":16038},{"className":16037},[],[16039],{"type":26,"value":16040},"VK_PIPELINE_CREATE_2_ENABLE_LEGACY_DITHERING_BIT_EXT",{"type":21,"tag":597,"props":16042,"children":16044},{"name":16043},"VUID-vkCmdDrawIndexed-None-09643",[16045],{"type":21,"tag":22,"props":16046,"children":16047},{},[16048,16049,16054,16056,16059,16061,16065,16067,16072],{"type":26,"value":5096},{"type":21,"tag":42,"props":16050,"children":16052},{"className":16051},[],[16053],{"type":26,"value":16040},{"type":26,"value":16055},", the current\nrender pass ",{"type":21,"tag":685,"props":16057,"children":16058},{"type":687},[],{"type":26,"value":16060}," have begun with ",{"type":21,"tag":434,"props":16062,"children":16063},{"href":7060},[16064],{"type":26,"value":7063},{"type":26,"value":16066}," with the\n",{"type":21,"tag":42,"props":16068,"children":16070},{"className":16069},[],[16071],{"type":26,"value":16028},{"type":26,"value":16073}," flag",{"type":21,"tag":597,"props":16075,"children":16077},{"name":16076},"VUID-vkCmdDrawIndexed-None-04007",[16078],{"type":21,"tag":22,"props":16079,"children":16080},{},[16081,16083,16086,16088,16092],{"type":26,"value":16082},"All vertex input bindings accessed via vertex input variables declared\nin the vertex shader entry point’s interface ",{"type":21,"tag":685,"props":16084,"children":16085},{"type":687},[],{"type":26,"value":16087}," have either valid or\n",{"type":21,"tag":434,"props":16089,"children":16090},{"href":2426},[16091],{"type":26,"value":2429},{"type":26,"value":16093}," buffers bound",{"type":21,"tag":597,"props":16095,"children":16097},{"name":16096},"VUID-vkCmdDrawIndexed-None-04008",[16098],{"type":21,"tag":22,"props":16099,"children":16100},{},[16101,16102,16112,16114,16117,16119],{"type":26,"value":1332},{"type":21,"tag":434,"props":16103,"children":16105},{"href":16104},"/man/VkPhysicalDeviceRobustness2FeaturesEXT#features-nullDescriptor",[16106],{"type":21,"tag":42,"props":16107,"children":16109},{"className":16108},[],[16110],{"type":26,"value":16111},"nullDescriptor",{"type":26,"value":16113}," feature is not\nenabled, all vertex input bindings accessed via vertex input variables\ndeclared in the vertex shader entry point’s interface ",{"type":21,"tag":685,"props":16115,"children":16116},{"type":687},[],{"type":26,"value":16118}," not be\n",{"type":21,"tag":434,"props":16120,"children":16121},{"href":2426},[16122],{"type":26,"value":2429},{"type":21,"tag":597,"props":16124,"children":16126},{"name":16125},"VUID-vkCmdDrawIndexed-None-02721",[16127],{"type":21,"tag":22,"props":16128,"children":16129},{},[16130,16131,16139,16141,16146,16147,16153,16155,16158,16160],{"type":26,"value":2602},{"type":21,"tag":434,"props":16132,"children":16133},{"href":2477},[16134],{"type":21,"tag":42,"props":16135,"children":16137},{"className":16136},[],[16138],{"type":26,"value":2484},{"type":26,"value":16140}," is not\nenabled,\nand that pipeline was created without enabling\n",{"type":21,"tag":42,"props":16142,"children":16144},{"className":16143},[],[16145],{"type":26,"value":2457},{"type":26,"value":2466},{"type":21,"tag":42,"props":16148,"children":16150},{"className":16149},[],[16151],{"type":26,"value":16152},"vertexInputs",{"type":26,"value":16154},",\nthen for a given vertex buffer binding, any attribute data fetched ",{"type":21,"tag":685,"props":16156,"children":16157},{"type":687},[],{"type":26,"value":16159},"\nbe entirely contained within the corresponding vertex buffer binding, as\ndescribed in ",{"type":21,"tag":434,"props":16161,"children":16163},{"href":16162},"/chapters/fxvertex#fxvertex-input",[16164],{"type":26,"value":16165},"Vertex Input Description",{"type":21,"tag":597,"props":16167,"children":16169},{"name":16168},"VUID-vkCmdDrawIndexed-None-07842",[16170,16178],{"type":21,"tag":33,"props":16171,"children":16173},{"code":16172},"If\nthere is a shader object bound to the `VK_SHADER_STAGE_VERTEX_BIT`\nstage\n",[16174],{"type":21,"tag":42,"props":16175,"children":16176},{"__ignoreMap":38},[16177],{"type":26,"value":16172},{"type":21,"tag":22,"props":16179,"children":16180},{},[16181,16183,16189,16190,16194,16195,16198,16199,16203],{"type":26,"value":16182},"or\nthe bound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":16184,"children":16186},{"className":16185},[],[16187],{"type":26,"value":16188},"VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY",{"type":26,"value":8705},{"type":21,"tag":434,"props":16191,"children":16192},{"href":4470},[16193],{"type":26,"value":4473},{"type":26,"value":683},{"type":21,"tag":685,"props":16196,"children":16197},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":16200,"children":16201},{"href":4308},[16202],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":16205,"children":16207},{"name":16206},"VUID-vkCmdDrawIndexed-dynamicPrimitiveTopologyUnrestricted-07500",[16208],{"type":21,"tag":22,"props":16209,"children":16210},{},[16211,16212,16217,16219,16229,16230,16235,16236,16241,16242,16247,16248,16251,16253,16259,16261,16267,16268,16274],{"type":26,"value":4285},{"type":21,"tag":42,"props":16213,"children":16215},{"className":16214},[],[16216],{"type":26,"value":16188},{"type":26,"value":16218}," dynamic state enabled\nand the ",{"type":21,"tag":434,"props":16220,"children":16222},{"href":16221},"/man/VkPhysicalDeviceExtendedDynamicState3PropertiesEXT#limits-dynamicPrimitiveTopologyUnrestricted",[16223],{"type":21,"tag":42,"props":16224,"children":16226},{"className":16225},[],[16227],{"type":26,"value":16228},"dynamicPrimitiveTopologyUnrestricted",{"type":26,"value":1557},{"type":21,"tag":42,"props":16231,"children":16233},{"className":16232},[],[16234],{"type":26,"value":665},{"type":26,"value":12841},{"type":21,"tag":42,"props":16237,"children":16239},{"className":16238},[],[16240],{"type":26,"value":4480},{"type":26,"value":5814},{"type":21,"tag":42,"props":16243,"children":16245},{"className":16244},[],[16246],{"type":26,"value":4473},{"type":26,"value":683},{"type":21,"tag":685,"props":16249,"children":16250},{"type":687},[],{"type":26,"value":16252}," be of the same\n",{"type":21,"tag":434,"props":16254,"children":16256},{"href":16255},"/chapters/drawing#drawing-primitive-topology-class",[16257],{"type":26,"value":16258},"topology class",{"type":26,"value":16260}," as the pipeline\n",{"type":21,"tag":434,"props":16262,"children":16264},{"href":16263},"/man/VkPipelineInputAssemblyStateCreateInfo",[16265],{"type":26,"value":16266},"VkPipelineInputAssemblyStateCreateInfo",{"type":26,"value":231},{"type":21,"tag":42,"props":16269,"children":16271},{"className":16270},[],[16272],{"type":26,"value":16273},"topology",{"type":26,"value":16275}," state",{"type":21,"tag":597,"props":16277,"children":16279},{"name":16278},"VUID-vkCmdDrawIndexed-pStrides-04913",[16280],{"type":21,"tag":22,"props":16281,"children":16282},{},[16283,16285,16291,16293,16299,16301,16307,16308,16311,16312,16316,16318,16324,16325,16329,16330,16333,16334],{"type":26,"value":16284},"If the bound graphics pipeline was created with the\n",{"type":21,"tag":42,"props":16286,"children":16288},{"className":16287},[],[16289],{"type":26,"value":16290},"VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT",{"type":26,"value":16292}," dynamic state\nenabled,\nbut without the ",{"type":21,"tag":42,"props":16294,"children":16296},{"className":16295},[],[16297],{"type":26,"value":16298},"VK_DYNAMIC_STATE_VERTEX_INPUT_EXT",{"type":26,"value":16300}," dynamic state\nenabled,\nthen ",{"type":21,"tag":434,"props":16302,"children":16304},{"href":16303},"/man/vkCmdBindVertexBuffers2EXT",[16305],{"type":26,"value":16306},"vkCmdBindVertexBuffers2EXT",{"type":26,"value":683},{"type":21,"tag":685,"props":16309,"children":16310},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":16313,"children":16314},{"href":4308},[16315],{"type":26,"value":4311},{"type":26,"value":16317}," in the current\ncommand buffer prior to this draw command, and the ",{"type":21,"tag":42,"props":16319,"children":16321},{"className":16320},[],[16322],{"type":26,"value":16323},"pStrides",{"type":26,"value":5831},{"type":21,"tag":434,"props":16326,"children":16327},{"href":16303},[16328],{"type":26,"value":16306},{"type":26,"value":683},{"type":21,"tag":685,"props":16331,"children":16332},{"type":687},[],{"type":26,"value":9902},{"type":21,"tag":42,"props":16335,"children":16337},{"className":16336},[],[16338],{"type":26,"value":4033},{"type":21,"tag":597,"props":16340,"children":16342},{"name":16341},"VUID-vkCmdDrawIndexed-None-04914",[16343,16350],{"type":21,"tag":33,"props":16344,"children":16345},{"code":16172},[16346],{"type":21,"tag":42,"props":16347,"children":16348},{"__ignoreMap":38},[16349],{"type":26,"value":16172},{"type":21,"tag":22,"props":16351,"children":16352},{},[16353,16354,16359,16360,16366,16367,16370,16371,16375],{"type":26,"value":16182},{"type":21,"tag":42,"props":16355,"children":16357},{"className":16356},[],[16358],{"type":26,"value":16298},{"type":26,"value":8705},{"type":21,"tag":434,"props":16361,"children":16363},{"href":16362},"/man/vkCmdSetVertexInputEXT",[16364],{"type":26,"value":16365},"vkCmdSetVertexInputEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":16368,"children":16369},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":16372,"children":16373},{"href":4308},[16374],{"type":26,"value":4311},{"type":26,"value":16376}," in the current\ncommand buffer prior to this draw command",{"type":21,"tag":597,"props":16378,"children":16380},{"name":16379},"VUID-vkCmdDrawIndexed-Input-07939",[16381,16388],{"type":21,"tag":33,"props":16382,"children":16383},{"code":16172},[16384],{"type":21,"tag":42,"props":16385,"children":16386},{"__ignoreMap":38},[16387],{"type":26,"value":16172},{"type":21,"tag":22,"props":16389,"children":16390},{},[16391,16392,16397,16399,16405,16407,16412,16413,16419,16420,16425,16426,16431,16432,16438,16441,16443,16449,16450],{"type":26,"value":16182},{"type":21,"tag":42,"props":16393,"children":16395},{"className":16394},[],[16396],{"type":26,"value":16298},{"type":26,"value":16398}," dynamic state enabled\nthen all variables with the ",{"type":21,"tag":42,"props":16400,"children":16402},{"className":16401},[],[16403],{"type":26,"value":16404},"Input",{"type":26,"value":16406}," storage class decorated with\n",{"type":21,"tag":42,"props":16408,"children":16410},{"className":16409},[],[16411],{"type":26,"value":10393},{"type":26,"value":15906},{"type":21,"tag":42,"props":16414,"children":16416},{"className":16415},[],[16417],{"type":26,"value":16418},"Vertex",{"type":26,"value":683},{"type":21,"tag":42,"props":16421,"children":16423},{"className":16422},[],[16424],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16427,"children":16429},{"className":16428},[],[16430],{"type":26,"value":15926},{"type":26,"value":683},{"type":21,"tag":42,"props":16433,"children":16435},{"className":16434},[],[16436],{"type":26,"value":16437},"OpEntryPoint",{"type":21,"tag":685,"props":16439,"children":16440},{"type":687},[],{"type":26,"value":16442}," contain a location in\n",{"type":21,"tag":434,"props":16444,"children":16446},{"href":16445},"/man/VkVertexInputAttributeDescription2EXT",[16447],{"type":26,"value":16448},"VkVertexInputAttributeDescription2EXT",{"type":26,"value":231},{"type":21,"tag":42,"props":16451,"children":16453},{"className":16452},[],[16454],{"type":26,"value":16455},"location",{"type":21,"tag":597,"props":16457,"children":16459},{"name":16458},"VUID-vkCmdDrawIndexed-Input-08734",[16460,16467],{"type":21,"tag":33,"props":16461,"children":16462},{"code":16172},[16463],{"type":21,"tag":42,"props":16464,"children":16465},{"__ignoreMap":38},[16466],{"type":26,"value":16172},{"type":21,"tag":22,"props":16468,"children":16469},{},[16470,16471,16476,16478,16488,16490,16495,16497,16502,16503,16508,16509,16514,16515,16520,16521,16526,16528,16533,16535,16540,16541,16546,16547,16552,16553,16558,16563,16564,16567,16569,16573,16574],{"type":26,"value":16182},{"type":21,"tag":42,"props":16472,"children":16474},{"className":16473},[],[16475],{"type":26,"value":16298},{"type":26,"value":16477}," dynamic state enabled\nand either ",{"type":21,"tag":434,"props":16479,"children":16481},{"href":16480},"/man/VkPhysicalDeviceLegacyVertexAttributesFeaturesEXT#features-legacyVertexAttributes",[16482],{"type":21,"tag":42,"props":16483,"children":16485},{"className":16484},[],[16486],{"type":26,"value":16487},"legacyVertexAttributes",{"type":26,"value":16489}," is not enabled or the SPIR-V Type\nassociated with a given ",{"type":21,"tag":42,"props":16491,"children":16493},{"className":16492},[],[16494],{"type":26,"value":16404},{"type":26,"value":16496}," variable of the corresponding\n",{"type":21,"tag":42,"props":16498,"children":16500},{"className":16499},[],[16501],{"type":26,"value":10393},{"type":26,"value":15906},{"type":21,"tag":42,"props":16504,"children":16506},{"className":16505},[],[16507],{"type":26,"value":16418},{"type":26,"value":683},{"type":21,"tag":42,"props":16510,"children":16512},{"className":16511},[],[16513],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16516,"children":16518},{"className":16517},[],[16519],{"type":26,"value":15926},{"type":26,"value":683},{"type":21,"tag":42,"props":16522,"children":16524},{"className":16523},[],[16525],{"type":26,"value":16437},{"type":26,"value":16527}," is\n64-bit,\nthen the numeric type associated with all ",{"type":21,"tag":42,"props":16529,"children":16531},{"className":16530},[],[16532],{"type":26,"value":16404},{"type":26,"value":16534}," variables of the\ncorresponding ",{"type":21,"tag":42,"props":16536,"children":16538},{"className":16537},[],[16539],{"type":26,"value":10393},{"type":26,"value":15906},{"type":21,"tag":42,"props":16542,"children":16544},{"className":16543},[],[16545],{"type":26,"value":16418},{"type":26,"value":683},{"type":21,"tag":42,"props":16548,"children":16550},{"className":16549},[],[16551],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16554,"children":16556},{"className":16555},[],[16557],{"type":26,"value":15926},{"type":21,"tag":42,"props":16559,"children":16561},{"className":16560},[],[16562],{"type":26,"value":16437},{"type":26,"value":683},{"type":21,"tag":685,"props":16565,"children":16566},{"type":687},[],{"type":26,"value":16568}," be the same as\n",{"type":21,"tag":434,"props":16570,"children":16571},{"href":16445},[16572],{"type":26,"value":16448},{"type":26,"value":231},{"type":21,"tag":42,"props":16575,"children":16577},{"className":16576},[],[16578],{"type":26,"value":2791},{"type":21,"tag":597,"props":16580,"children":16582},{"name":16581},"VUID-vkCmdDrawIndexed-format-08936",[16583,16590],{"type":21,"tag":33,"props":16584,"children":16585},{"code":16172},[16586],{"type":21,"tag":42,"props":16587,"children":16588},{"__ignoreMap":38},[16589],{"type":26,"value":16172},{"type":21,"tag":22,"props":16591,"children":16592},{},[16593,16594,16599,16601,16605,16606,16611,16613,16618,16620,16625,16626,16631,16636,16637,16642,16643,16648,16649,16652],{"type":26,"value":16182},{"type":21,"tag":42,"props":16595,"children":16597},{"className":16596},[],[16598],{"type":26,"value":16298},{"type":26,"value":16600}," dynamic state enabled\nand ",{"type":21,"tag":434,"props":16602,"children":16603},{"href":16445},[16604],{"type":26,"value":16448},{"type":26,"value":231},{"type":21,"tag":42,"props":16607,"children":16609},{"className":16608},[],[16610],{"type":26,"value":2791},{"type":26,"value":16612}," has a\n64-bit component, then the scalar width associated with all ",{"type":21,"tag":42,"props":16614,"children":16616},{"className":16615},[],[16617],{"type":26,"value":16404},{"type":26,"value":16619},"\nvariables of the corresponding ",{"type":21,"tag":42,"props":16621,"children":16623},{"className":16622},[],[16624],{"type":26,"value":10393},{"type":26,"value":15906},{"type":21,"tag":42,"props":16627,"children":16629},{"className":16628},[],[16630],{"type":26,"value":16418},{"type":21,"tag":42,"props":16632,"children":16634},{"className":16633},[],[16635],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16638,"children":16640},{"className":16639},[],[16641],{"type":26,"value":15926},{"type":26,"value":683},{"type":21,"tag":42,"props":16644,"children":16646},{"className":16645},[],[16647],{"type":26,"value":16437},{"type":26,"value":683},{"type":21,"tag":685,"props":16650,"children":16651},{"type":687},[],{"type":26,"value":16653}," be 64-bit",{"type":21,"tag":597,"props":16655,"children":16657},{"name":16656},"VUID-vkCmdDrawIndexed-format-08937",[16658,16665],{"type":21,"tag":33,"props":16659,"children":16660},{"code":16172},[16661],{"type":21,"tag":42,"props":16662,"children":16663},{"__ignoreMap":38},[16664],{"type":26,"value":16172},{"type":21,"tag":22,"props":16666,"children":16667},{},[16668,16669,16674,16676,16681,16683,16688,16690,16695,16696,16701,16702,16707,16712,16714,16718,16719,16724,16725,16728],{"type":26,"value":16182},{"type":21,"tag":42,"props":16670,"children":16672},{"className":16671},[],[16673],{"type":26,"value":16298},{"type":26,"value":16675}," dynamic state enabled\nand the scalar width associated with a ",{"type":21,"tag":42,"props":16677,"children":16679},{"className":16678},[],[16680],{"type":26,"value":10393},{"type":26,"value":16682}," decorated\n",{"type":21,"tag":42,"props":16684,"children":16686},{"className":16685},[],[16687],{"type":26,"value":16404},{"type":26,"value":16689}," variable in the ",{"type":21,"tag":42,"props":16691,"children":16693},{"className":16692},[],[16694],{"type":26,"value":16418},{"type":26,"value":683},{"type":21,"tag":42,"props":16697,"children":16699},{"className":16698},[],[16700],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16703,"children":16705},{"className":16704},[],[16706],{"type":26,"value":15926},{"type":21,"tag":42,"props":16708,"children":16710},{"className":16709},[],[16711],{"type":26,"value":16437},{"type":26,"value":16713}," is 64-bit, then the corresponding\n",{"type":21,"tag":434,"props":16715,"children":16716},{"href":16445},[16717],{"type":26,"value":16448},{"type":26,"value":231},{"type":21,"tag":42,"props":16720,"children":16722},{"className":16721},[],[16723],{"type":26,"value":2791},{"type":26,"value":683},{"type":21,"tag":685,"props":16726,"children":16727},{"type":687},[],{"type":26,"value":16729}," have a\n64-bit component",{"type":21,"tag":597,"props":16731,"children":16733},{"name":16732},"VUID-vkCmdDrawIndexed-None-09203",[16734,16741],{"type":21,"tag":33,"props":16735,"children":16736},{"code":16172},[16737],{"type":21,"tag":42,"props":16738,"children":16739},{"__ignoreMap":38},[16740],{"type":26,"value":16172},{"type":21,"tag":22,"props":16742,"children":16743},{},[16744,16745,16750,16751,16755,16756,16761,16763,16768,16770,16775,16776,16781,16782,16787,16788,16793,16794,16799,16802],{"type":26,"value":16182},{"type":21,"tag":42,"props":16746,"children":16748},{"className":16747},[],[16749],{"type":26,"value":16298},{"type":26,"value":16600},{"type":21,"tag":434,"props":16752,"children":16753},{"href":16445},[16754],{"type":26,"value":16448},{"type":26,"value":231},{"type":21,"tag":42,"props":16757,"children":16759},{"className":16758},[],[16760],{"type":26,"value":2791},{"type":26,"value":16762}," has a\n64-bit component, then all ",{"type":21,"tag":42,"props":16764,"children":16766},{"className":16765},[],[16767],{"type":26,"value":16404},{"type":26,"value":16769}," variables at the corresponding\n",{"type":21,"tag":42,"props":16771,"children":16773},{"className":16772},[],[16774],{"type":26,"value":10393},{"type":26,"value":15906},{"type":21,"tag":42,"props":16777,"children":16779},{"className":16778},[],[16780],{"type":26,"value":16418},{"type":26,"value":683},{"type":21,"tag":42,"props":16783,"children":16785},{"className":16784},[],[16786],{"type":26,"value":15919},{"type":26,"value":683},{"type":21,"tag":42,"props":16789,"children":16791},{"className":16790},[],[16792],{"type":26,"value":15926},{"type":26,"value":683},{"type":21,"tag":42,"props":16795,"children":16797},{"className":16796},[],[16798],{"type":26,"value":16437},{"type":21,"tag":685,"props":16800,"children":16801},{"type":687},[],{"type":26,"value":16803}," not use components that are not present in the format",{"type":21,"tag":597,"props":16805,"children":16807},{"name":16806},"VUID-vkCmdDrawIndexed-None-04875",[16808,16816],{"type":21,"tag":33,"props":16809,"children":16811},{"code":16810},"If\nthere is a shader object bound to the `VK_SHADER_STAGE_VERTEX_BIT`\nstage and the most recent call to `vkCmdSetPrimitiveTopology` in the\ncurrent command buffer set `primitiveTopology` to\n`VK_PRIMITIVE_TOPOLOGY_PATCH_LIST`,\n",[16812],{"type":21,"tag":42,"props":16813,"children":16814},{"__ignoreMap":38},[16815],{"type":26,"value":16810},{"type":21,"tag":22,"props":16817,"children":16818},{},[16819,16820,16826,16827,16833,16834,16837,16838,16842],{"type":26,"value":16182},{"type":21,"tag":42,"props":16821,"children":16823},{"className":16822},[],[16824],{"type":26,"value":16825},"VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT",{"type":26,"value":8705},{"type":21,"tag":434,"props":16828,"children":16830},{"href":16829},"/man/vkCmdSetPatchControlPointsEXT",[16831],{"type":26,"value":16832},"vkCmdSetPatchControlPointsEXT",{"type":26,"value":683},{"type":21,"tag":685,"props":16835,"children":16836},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":16839,"children":16840},{"href":4308},[16841],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":16844,"children":16846},{"name":16845},"VUID-vkCmdDrawIndexed-None-04879",[16847,16854],{"type":21,"tag":33,"props":16848,"children":16849},{"code":16172},[16850],{"type":21,"tag":42,"props":16851,"children":16852},{"__ignoreMap":38},[16853],{"type":26,"value":16172},{"type":21,"tag":22,"props":16855,"children":16856},{},[16857,16858,16864,16865,16871,16872,16875,16876,16880],{"type":26,"value":16182},{"type":21,"tag":42,"props":16859,"children":16861},{"className":16860},[],[16862],{"type":26,"value":16863},"VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE",{"type":26,"value":8705},{"type":21,"tag":434,"props":16866,"children":16868},{"href":16867},"/man/vkCmdSetPrimitiveRestartEnable",[16869],{"type":26,"value":16870},"vkCmdSetPrimitiveRestartEnable",{"type":26,"value":683},{"type":21,"tag":685,"props":16873,"children":16874},{"type":687},[],{"type":26,"value":4923},{"type":21,"tag":434,"props":16877,"children":16878},{"href":4308},[16879],{"type":26,"value":4311},{"type":26,"value":4929},{"type":21,"tag":597,"props":16882,"children":16884},{"name":16883},"VUID-vkCmdDrawIndexed-None-09637",[16885,16893],{"type":21,"tag":33,"props":16886,"children":16888},{"code":16887},"If\nthe [`primitiveTopologyListRestart`](xref::features-primitiveTopologyListRestart) feature is not enabled,\nthe topology is `VK_PRIMITIVE_TOPOLOGY_POINT_LIST`,\n`VK_PRIMITIVE_TOPOLOGY_LINE_LIST`,\n`VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST`,\n`VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY`, or\n`VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY`,\nthere is a shader object bound to the `VK_SHADER_STAGE_VERTEX_BIT`\nstage\n",[16889],{"type":21,"tag":42,"props":16890,"children":16891},{"__ignoreMap":38},[16892],{"type":26,"value":16887},{"type":21,"tag":22,"props":16894,"children":16895},{},[16896,16897,16902,16903,16907,16908,16911,16912],{"type":26,"value":16182},{"type":21,"tag":42,"props":16898,"children":16900},{"className":16899},[],[16901],{"type":26,"value":16863},{"type":26,"value":8705},{"type":21,"tag":434,"props":16904,"children":16905},{"href":16867},[16906],{"type":26,"value":16870},{"type":26,"value":683},{"type":21,"tag":685,"props":16909,"children":16910},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":16913,"children":16915},{"className":16914},[],[16916],{"type":26,"value":665},{"type":21,"tag":597,"props":16918,"children":16920},{"name":16919},"VUID-vkCmdDrawIndexed-stage-06481",[16921],{"type":21,"tag":22,"props":16922,"children":16923},{},[16924,16926,16929,16931,16935,16936,16941,16942,16946,16947,16952,16953,16958,16959],{"type":26,"value":16925},"The bound graphics pipeline ",{"type":21,"tag":685,"props":16927,"children":16928},{"type":687},[],{"type":26,"value":16930}," not have been created with the\n",{"type":21,"tag":434,"props":16932,"children":16933},{"href":14846},[16934],{"type":26,"value":14849},{"type":26,"value":231},{"type":21,"tag":42,"props":16937,"children":16939},{"className":16938},[],[16940],{"type":26,"value":14856},{"type":26,"value":14858},{"type":21,"tag":434,"props":16943,"children":16944},{"href":9840},[16945],{"type":26,"value":3801},{"type":26,"value":231},{"type":21,"tag":42,"props":16948,"children":16950},{"className":16949},[],[16951],{"type":26,"value":14869},{"type":26,"value":14871},{"type":21,"tag":42,"props":16954,"children":16956},{"className":16955},[],[16957],{"type":26,"value":15211},{"type":26,"value":621},{"type":21,"tag":42,"props":16960,"children":16962},{"className":16961},[],[16963],{"type":26,"value":15252},{"type":21,"tag":597,"props":16965,"children":16967},{"name":16966},"VUID-vkCmdDrawIndexed-None-08885",[16968],{"type":21,"tag":22,"props":16969,"children":16970},{},[16971,16973,16976,16978,16983,16984,16989],{"type":26,"value":16972},"There ",{"type":21,"tag":685,"props":16974,"children":16975},{"type":687},[],{"type":26,"value":16977}," be no shader object bound to either of the\n",{"type":21,"tag":42,"props":16979,"children":16981},{"className":16980},[],[16982],{"type":26,"value":15211},{"type":26,"value":621},{"type":21,"tag":42,"props":16985,"children":16987},{"className":16986},[],[16988],{"type":26,"value":15252},{"type":26,"value":16990},"\nstages",{"type":21,"tag":597,"props":16992,"children":16994},{"name":16993},"VUID-vkCmdDrawIndexed-None-07312",[16995],{"type":21,"tag":22,"props":16996,"children":16997},{},[16998,16999,17009,17011,17014],{"type":26,"value":2602},{"type":21,"tag":434,"props":17000,"children":17002},{"href":17001},"/man/VkPhysicalDeviceMaintenance6FeaturesKHR#features-maintenance6",[17003],{"type":21,"tag":42,"props":17004,"children":17006},{"className":17005},[],[17007],{"type":26,"value":17008},"maintenance6",{"type":26,"value":17010}," is not enabled, a\nvalid index buffer ",{"type":21,"tag":685,"props":17012,"children":17013},{"type":687},[],{"type":26,"value":17015}," be bound",{"type":21,"tag":597,"props":17017,"children":17019},{"name":17018},"VUID-vkCmdDrawIndexed-pNext-09461",[17020],{"type":21,"tag":22,"props":17021,"children":17022},{},[17023,17025,17031,17032,17037,17039,17043,17044,17050,17052,17056,17057,17063,17065,17070,17072,17078,17080,17086,17087,17093,17094,17099,17100,17105,17106,17109,17110],{"type":26,"value":17024},"If the bound graphics pipeline state was created with\n",{"type":21,"tag":434,"props":17026,"children":17028},{"href":17027},"/man/VkPipelineVertexInputDivisorStateCreateInfoKHR",[17029],{"type":26,"value":17030},"VkPipelineVertexInputDivisorStateCreateInfoKHR",{"type":26,"value":15906},{"type":21,"tag":42,"props":17033,"children":17035},{"className":17034},[],[17036],{"type":26,"value":9767},{"type":26,"value":17038},"\nchain of ",{"type":21,"tag":434,"props":17040,"children":17041},{"href":9840},[17042],{"type":26,"value":3801},{"type":26,"value":231},{"type":21,"tag":42,"props":17045,"children":17047},{"className":17046},[],[17048],{"type":26,"value":17049},"pVertexInputState",{"type":26,"value":17051},",\nany member of\n",{"type":21,"tag":434,"props":17053,"children":17054},{"href":17027},[17055],{"type":26,"value":17030},{"type":26,"value":231},{"type":21,"tag":42,"props":17058,"children":17060},{"className":17059},[],[17061],{"type":26,"value":17062},"pVertexBindingDivisors",{"type":26,"value":17064},"\nhas a value other than ",{"type":21,"tag":42,"props":17066,"children":17068},{"className":17067},[],[17069],{"type":26,"value":6831},{"type":26,"value":17071}," in ",{"type":21,"tag":42,"props":17073,"children":17075},{"className":17074},[],[17076],{"type":26,"value":17077},"divisor",{"type":26,"value":17079},", and\n",{"type":21,"tag":434,"props":17081,"children":17083},{"href":17082},"/man/VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR",[17084],{"type":26,"value":17085},"VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR",{"type":26,"value":231},{"type":21,"tag":42,"props":17088,"children":17090},{"className":17089},[],[17091],{"type":26,"value":17092},"supportsNonZeroFirstInstance",{"type":26,"value":4604},{"type":21,"tag":42,"props":17095,"children":17097},{"className":17096},[],[17098],{"type":26,"value":665},{"type":26,"value":4611},{"type":21,"tag":42,"props":17101,"children":17103},{"className":17102},[],[17104],{"type":26,"value":418},{"type":26,"value":683},{"type":21,"tag":685,"props":17107,"children":17108},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":17111,"children":17113},{"className":17112},[],[17114],{"type":26,"value":7532},{"type":21,"tag":597,"props":17116,"children":17118},{"name":17117},"VUID-vkCmdDrawIndexed-None-09462",[17119],{"type":21,"tag":22,"props":17120,"children":17121},{},[17122,17124,17130,17132,17137,17139,17145,17147,17151,17153,17158,17159,17164,17165,17169,17170,17175,17176,17181,17182,17187,17188,17191,17192],{"type":26,"value":17123},"If\n",{"type":21,"tag":434,"props":17125,"children":17127},{"href":17126},"/chapters/shaders#shaders-objects",[17128],{"type":26,"value":17129},"shader objects",{"type":26,"value":17131}," are used for drawing or\nthe bound graphics pipeline state was created with the\n",{"type":21,"tag":42,"props":17133,"children":17135},{"className":17134},[],[17136],{"type":26,"value":16298},{"type":26,"value":17138}," dynamic state enabled, any\nmember of the ",{"type":21,"tag":42,"props":17140,"children":17142},{"className":17141},[],[17143],{"type":26,"value":17144},"pVertexBindingDescriptions",{"type":26,"value":17146}," parameter to the\n",{"type":21,"tag":434,"props":17148,"children":17149},{"href":16362},[17150],{"type":26,"value":16365},{"type":26,"value":17152}," call that sets this dynamic state has a\nvalue other than ",{"type":21,"tag":42,"props":17154,"children":17156},{"className":17155},[],[17157],{"type":26,"value":6831},{"type":26,"value":17071},{"type":21,"tag":42,"props":17160,"children":17162},{"className":17161},[],[17163],{"type":26,"value":17077},{"type":26,"value":17079},{"type":21,"tag":434,"props":17166,"children":17167},{"href":17082},[17168],{"type":26,"value":17085},{"type":26,"value":231},{"type":21,"tag":42,"props":17171,"children":17173},{"className":17172},[],[17174],{"type":26,"value":17092},{"type":26,"value":4604},{"type":21,"tag":42,"props":17177,"children":17179},{"className":17178},[],[17180],{"type":26,"value":665},{"type":26,"value":4611},{"type":21,"tag":42,"props":17183,"children":17185},{"className":17184},[],[17186],{"type":26,"value":418},{"type":26,"value":683},{"type":21,"tag":685,"props":17189,"children":17190},{"type":687},[],{"type":26,"value":3779},{"type":21,"tag":42,"props":17193,"children":17195},{"className":17194},[],[17196],{"type":26,"value":7532},{"type":21,"tag":597,"props":17198,"children":17200},{"name":17199},"VUID-vkCmdDrawIndexed-robustBufferAccess2-08798",[17201],{"type":21,"tag":22,"props":17202,"children":17203},{},[17204,17205,17215,17217,17222,17224,17229,17231,17236,17238,17243,17245,17248,17250,17255,17257,17262,17264,17269,17270,17275,17277,17282,17283,17288,17290,17295,17297,17301,17302],{"type":26,"value":2602},{"type":21,"tag":434,"props":17206,"children":17208},{"href":17207},"/man/VkPhysicalDeviceRobustness2FeaturesEXT#features-robustBufferAccess2",[17209],{"type":21,"tag":42,"props":17210,"children":17212},{"className":17211},[],[17213],{"type":26,"value":17214},"robustBufferAccess2",{"type":26,"value":17216}," is not\nenabled, (",{"type":21,"tag":42,"props":17218,"children":17220},{"className":17219},[],[17221],{"type":26,"value":480},{"type":26,"value":17223}," × (",{"type":21,"tag":42,"props":17225,"children":17227},{"className":17226},[],[17228],{"type":26,"value":396},{"type":26,"value":17230}," +\n",{"type":21,"tag":42,"props":17232,"children":17234},{"className":17233},[],[17235],{"type":26,"value":374},{"type":26,"value":17237},") + ",{"type":21,"tag":42,"props":17239,"children":17241},{"className":17240},[],[17242],{"type":26,"value":488},{"type":26,"value":17244},") ",{"type":21,"tag":685,"props":17246,"children":17247},{"type":687},[],{"type":26,"value":17249}," be less than or equal to\nthe size of the bound index buffer, with ",{"type":21,"tag":42,"props":17251,"children":17253},{"className":17252},[],[17254],{"type":26,"value":480},{"type":26,"value":17256}," being based on\nthe type specified by ",{"type":21,"tag":42,"props":17258,"children":17260},{"className":17259},[],[17261],{"type":26,"value":446},{"type":26,"value":17263},", where the index buffer,\n",{"type":21,"tag":42,"props":17265,"children":17267},{"className":17266},[],[17268],{"type":26,"value":446},{"type":26,"value":15859},{"type":21,"tag":42,"props":17271,"children":17273},{"className":17272},[],[17274],{"type":26,"value":488},{"type":26,"value":17276}," are specified via\n",{"type":21,"tag":42,"props":17278,"children":17280},{"className":17279},[],[17281],{"type":26,"value":454},{"type":26,"value":504},{"type":21,"tag":42,"props":17284,"children":17286},{"className":17285},[],[17287],{"type":26,"value":439},{"type":26,"value":17289},".\nIf ",{"type":21,"tag":42,"props":17291,"children":17293},{"className":17292},[],[17294],{"type":26,"value":439},{"type":26,"value":17296}," is used to bind the index buffer, the\nsize of the bound index buffer is\n",{"type":21,"tag":434,"props":17298,"children":17299},{"href":436},[17300],{"type":26,"value":439},{"type":26,"value":231},{"type":21,"tag":42,"props":17303,"children":17305},{"className":17304},[],[17306],{"type":26,"value":17307},"size",{"type":21,"tag":592,"props":17309,"children":17311},{"name":17310},"Valid Usage (Implicit)",[17312,17338,17362,17391,17405],{"type":21,"tag":597,"props":17313,"children":17315},{"name":17314},"VUID-vkCmdDrawIndexed-commandBuffer-parameter",[17316],{"type":21,"tag":22,"props":17317,"children":17318},{},[17319,17324,17325,17328,17330,17336],{"type":21,"tag":42,"props":17320,"children":17322},{"className":17321},[],[17323],{"type":26,"value":83},{"type":26,"value":683},{"type":21,"tag":685,"props":17326,"children":17327},{"type":687},[],{"type":26,"value":17329}," be a valid ",{"type":21,"tag":434,"props":17331,"children":17333},{"href":17332},"/man/VkCommandBuffer",[17334],{"type":26,"value":17335},"VkCommandBuffer",{"type":26,"value":17337}," handle",{"type":21,"tag":597,"props":17339,"children":17341},{"name":17340},"VUID-vkCmdDrawIndexed-commandBuffer-recording",[17342],{"type":21,"tag":22,"props":17343,"children":17344},{},[17345,17350,17351,17354,17356],{"type":21,"tag":42,"props":17346,"children":17348},{"className":17347},[],[17349],{"type":26,"value":83},{"type":26,"value":683},{"type":21,"tag":685,"props":17352,"children":17353},{"type":687},[],{"type":26,"value":17355}," be in the ",{"type":21,"tag":434,"props":17357,"children":17359},{"href":17358},"/chapters/commandbuffers#commandbuffers-lifecycle",[17360],{"type":26,"value":17361},"recording state",{"type":21,"tag":597,"props":17363,"children":17365},{"name":17364},"VUID-vkCmdDrawIndexed-commandBuffer-cmdpool",[17366],{"type":21,"tag":22,"props":17367,"children":17368},{},[17369,17371,17377,17379,17384,17386,17389],{"type":26,"value":17370},"The ",{"type":21,"tag":42,"props":17372,"children":17374},{"className":17373},[],[17375],{"type":26,"value":17376},"VkCommandPool",{"type":26,"value":17378}," that ",{"type":21,"tag":42,"props":17380,"children":17382},{"className":17381},[],[17383],{"type":26,"value":83},{"type":26,"value":17385}," was allocated from ",{"type":21,"tag":685,"props":17387,"children":17388},{"type":687},[],{"type":26,"value":17390}," support graphics operations",{"type":21,"tag":597,"props":17392,"children":17394},{"name":17393},"VUID-vkCmdDrawIndexed-renderpass",[17395],{"type":21,"tag":22,"props":17396,"children":17397},{},[17398,17400,17403],{"type":26,"value":17399},"This command ",{"type":21,"tag":685,"props":17401,"children":17402},{"type":687},[],{"type":26,"value":17404}," only be called inside of a render pass instance",{"type":21,"tag":597,"props":17406,"children":17408},{"name":17407},"VUID-vkCmdDrawIndexed-videocoding",[17409],{"type":21,"tag":22,"props":17410,"children":17411},{},[17412,17413,17416],{"type":26,"value":17399},{"type":21,"tag":685,"props":17414,"children":17415},{"type":687},[],{"type":26,"value":17417}," only be called outside of a video coding scope",{"type":21,"tag":17419,"props":17420,"children":17422},"validity-box",{"name":17421},"Host Synchronization",[17423],{"type":21,"tag":352,"props":17424,"children":17425},{},[17426,17442],{"type":21,"tag":356,"props":17427,"children":17428},{},[17429,17431,17436,17437,17440],{"type":26,"value":17430},"Host access to ",{"type":21,"tag":42,"props":17432,"children":17434},{"className":17433},[],[17435],{"type":26,"value":83},{"type":26,"value":683},{"type":21,"tag":685,"props":17438,"children":17439},{"type":687},[],{"type":26,"value":17441}," be externally synchronized",{"type":21,"tag":356,"props":17443,"children":17444},{},[17445,17447,17452,17453,17458,17459,17462],{"type":26,"value":17446},"Host access to the ",{"type":21,"tag":42,"props":17448,"children":17450},{"className":17449},[],[17451],{"type":26,"value":17376},{"type":26,"value":17378},{"type":21,"tag":42,"props":17454,"children":17456},{"className":17455},[],[17457],{"type":26,"value":83},{"type":26,"value":17385},{"type":21,"tag":685,"props":17460,"children":17461},{"type":687},[],{"type":26,"value":17463}," be externally synchronized\n::",{"type":21,"tag":17465,"props":17466,"children":17467},"style",{},[17468],{"type":26,"value":17469},"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":38,"searchDepth":71,"depth":71,"links":17471},[],"markdown",1725732600350]