[{"data":1,"prerenderedAt":2218},["ShallowReactive",2],{"TJt8RWUAOa":3,"VyF3Mmj32r":642,"N9m89Rcq0G":858},{"title":4,"description":5,"body":6,"_type":640,"_id":641},"Cluster Culling Shading","This shader type has an execution environment similar to that of a compute\nshader, where a collection of shader invocations form a workgroup and\ncooperate to perform coarse level geometry culling and LOD selection.\nA shader invocation can emit a set of built-in output variables via a new\nbuilt-in function.\nThe cluster culling shader organizes these emitted variables into a drawing\ncommand used by the subsequent rendering pipeline.",{"type":7,"children":8,"toc":634},"root",[9,17,22,29,34,40,62,67,248,254,306,417,422,573,579,592,628],{"type":10,"tag":11,"props":12,"children":14},"element","h1",{"id":13},"cluster-culling",[15],{"type":16,"value":4},"text",{"type":10,"tag":18,"props":19,"children":20},"p",{},[21],{"type":16,"value":5},{"type":10,"tag":23,"props":24,"children":26},"h2",{"id":25},"cluster-culling-input",[27],{"type":16,"value":28},"Cluster Culling Shader Input",{"type":10,"tag":18,"props":30,"children":31},{},[32],{"type":16,"value":33},"The only inputs available to the cluster culling shader are variables\nidentifying the specific workgroup and invocation.",{"type":10,"tag":23,"props":35,"children":37},{"id":36},"cluster-culling-output",[38],{"type":16,"value":39},"Cluster Culling Shader Output",{"type":10,"tag":18,"props":41,"children":42},{},[43,45,52,54,60],{"type":16,"value":44},"If a cluster survives after culling in a cluster culling shader invocation,\na drawing command to draw this cluster should be emitted by this shader\ninvocation for further rendering processing.\nThere are two types of drawing command, indexed mode and non-indexed mode.\nBoth type of drawing commands consist of a set of built-in output variables\nwhich have a similar definition to ",{"type":10,"tag":46,"props":47,"children":49},"a",{"href":48},"/man/VkDrawIndexedIndirectCommand",[50],{"type":16,"value":51},"VkDrawIndexedIndirectCommand",{"type":16,"value":53}," and\n",{"type":10,"tag":46,"props":55,"children":57},{"href":56},"/man/VkDrawIndirectCommand",[58],{"type":16,"value":59},"VkDrawIndirectCommand",{"type":16,"value":61}," members.",{"type":10,"tag":18,"props":63,"children":64},{},[65],{"type":16,"value":66},"Cluster culling shaders have the following built-in output variables:",{"type":10,"tag":68,"props":69,"children":70},"ul",{},[71,92,111,129,145,163,181,199,230],{"type":10,"tag":72,"props":73,"children":74},"li",{},[75,81,83,90],{"type":10,"tag":46,"props":76,"children":78},{"href":77},"/chapters/interfaces#interfaces-builtin-variables",[79],{"type":16,"value":80},"built-in variable",{"type":16,"value":82}," ",{"type":10,"tag":84,"props":85,"children":87},"code",{"className":86},[],[88],{"type":16,"value":89},"IndexCountHUAWEI",{"type":16,"value":91},"\nis the number of vertices to draw.",{"type":10,"tag":72,"props":93,"children":94},{},[95,99,103,109],{"type":10,"tag":46,"props":96,"children":97},{"href":77},[98],{"type":16,"value":80},{"type":10,"tag":100,"props":101,"children":102},"br",{},[],{"type":10,"tag":84,"props":104,"children":106},{"className":105},[],[107],{"type":16,"value":108},"VertexCountHUAWEI",{"type":16,"value":110}," is the number of vertices to draw.",{"type":10,"tag":72,"props":112,"children":113},{},[114,118,121,127],{"type":10,"tag":46,"props":115,"children":116},{"href":77},[117],{"type":16,"value":80},{"type":10,"tag":100,"props":119,"children":120},{},[],{"type":10,"tag":84,"props":122,"children":124},{"className":123},[],[125],{"type":16,"value":126},"InstanceCountHUAWEI",{"type":16,"value":128}," is the number of instances to draw.",{"type":10,"tag":72,"props":130,"children":131},{},[132,136,137,143],{"type":10,"tag":46,"props":133,"children":134},{"href":77},[135],{"type":16,"value":80},{"type":16,"value":82},{"type":10,"tag":84,"props":138,"children":140},{"className":139},[],[141],{"type":16,"value":142},"FirstIndexHUAWEI",{"type":16,"value":144},"\nis the base index within the index buffer.",{"type":10,"tag":72,"props":146,"children":147},{},[148,152,155,161],{"type":10,"tag":46,"props":149,"children":150},{"href":77},[151],{"type":16,"value":80},{"type":10,"tag":100,"props":153,"children":154},{},[],{"type":10,"tag":84,"props":156,"children":158},{"className":157},[],[159],{"type":16,"value":160},"FirstVertexHUAWEI",{"type":16,"value":162}," is the index of the first vertex to draw",{"type":10,"tag":72,"props":164,"children":165},{},[166,170,173,179],{"type":10,"tag":46,"props":167,"children":168},{"href":77},[169],{"type":16,"value":80},{"type":10,"tag":100,"props":171,"children":172},{},[],{"type":10,"tag":84,"props":174,"children":176},{"className":175},[],[177],{"type":16,"value":178},"VertexOffsetHUAWEI",{"type":16,"value":180}," is the value added to the vertex index before\nindexing into the vertex buffer.",{"type":10,"tag":72,"props":182,"children":183},{},[184,188,191,197],{"type":10,"tag":46,"props":185,"children":186},{"href":77},[187],{"type":16,"value":80},{"type":10,"tag":100,"props":189,"children":190},{},[],{"type":10,"tag":84,"props":192,"children":194},{"className":193},[],[195],{"type":16,"value":196},"FirstInstanceHUAWEI",{"type":16,"value":198}," is the instance ID of the first instance to\ndraw.",{"type":10,"tag":72,"props":200,"children":201},{},[202,206,207,213,215,220,222,228],{"type":10,"tag":46,"props":203,"children":204},{"href":77},[205],{"type":16,"value":80},{"type":16,"value":82},{"type":10,"tag":84,"props":208,"children":210},{"className":209},[],[211],{"type":16,"value":212},"ClusterIDHUAWEI",{"type":16,"value":214},"\nis the index of cluster being rendered by this drawing command.\nWhen cluster culling shader is enabled, ",{"type":10,"tag":84,"props":216,"children":218},{"className":217},[],[219],{"type":16,"value":212},{"type":16,"value":221}," will\nreplace ",{"type":10,"tag":84,"props":223,"children":225},{"className":224},[],[226],{"type":16,"value":227},"gl_DrawID",{"type":16,"value":229}," pass to vertex shader.",{"type":10,"tag":72,"props":231,"children":232},{},[233,237,240,246],{"type":10,"tag":46,"props":234,"children":235},{"href":77},[236],{"type":16,"value":80},{"type":10,"tag":100,"props":238,"children":239},{},[],{"type":10,"tag":84,"props":241,"children":243},{"className":242},[],[244],{"type":16,"value":245},"ClusterShadingRate",{"type":16,"value":247}," is the shading rate of cluster being rendered by\nthis drawing command.",{"type":10,"tag":23,"props":249,"children":251},{"id":250},"cluster-culling-cluster-ordering",[252],{"type":16,"value":253},"Cluster Culling Shader Cluster Ordering",{"type":10,"tag":68,"props":255,"children":256},{},[257,270,282,294],{"type":10,"tag":72,"props":258,"children":259},{},[260,262,268],{"type":16,"value":261},"When a cluster culling shader is used, all output clusters generated by\n",{"type":10,"tag":84,"props":263,"children":265},{"className":264},[],[266],{"type":16,"value":267},"DispatchClusterHUAWEI",{"type":16,"value":269},"() in a given workgroup are passed to\nsubsequent pipeline stage before any cluster generated from subsequent\nworkgroup.",{"type":10,"tag":72,"props":271,"children":272},{},[273,275,280],{"type":16,"value":274},"In a workgroup, the order of output clusters generated by\n",{"type":10,"tag":84,"props":276,"children":278},{"className":277},[],[279],{"type":16,"value":267},{"type":16,"value":281},"() is specified by the local invocation id,\nfrom lower to higher values.",{"type":10,"tag":72,"props":283,"children":284},{},[285,287,292],{"type":16,"value":286},"If any cluster culling invocation in the workgroup does not call\n",{"type":10,"tag":84,"props":288,"children":290},{"className":289},[],[291],{"type":16,"value":267},{"type":16,"value":293},"(), no cluster will be sent to the subsequent\nrendering pipeline.",{"type":10,"tag":72,"props":295,"children":296},{},[297,299,304],{"type":16,"value":298},"Any cluster culling shader invocation may also call\n",{"type":10,"tag":84,"props":300,"children":302},{"className":301},[],[303],{"type":16,"value":267},{"type":16,"value":305},"() many times as shown below:",{"type":10,"tag":307,"props":308,"children":313},"pre",{"className":309,"code":310,"language":311,"meta":312,"style":312},"language-c shiki shiki-themes github-light-default github-dark-default","// Cluster Culling Shader sample code:\n ......\n DispatchClusterHUAWEI(); // dispatch 0\n ......\n DispatchClusterHUAWEI(); // dispatch 1\n ......\n DispatchClusterHUAWEI(); // dispatch 2\n ......\n","c","",[314],{"type":10,"tag":84,"props":315,"children":316},{"__ignoreMap":312},[317,329,339,359,367,384,392,409],{"type":10,"tag":318,"props":319,"children":322},"span",{"class":320,"line":321},"line",1,[323],{"type":10,"tag":318,"props":324,"children":326},{"style":325},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[327],{"type":16,"value":328},"// Cluster Culling Shader sample code:\n",{"type":10,"tag":318,"props":330,"children":332},{"class":320,"line":331},2,[333],{"type":10,"tag":318,"props":334,"children":336},{"style":335},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[337],{"type":16,"value":338}," ......\n",{"type":10,"tag":318,"props":340,"children":342},{"class":320,"line":341},3,[343,349,354],{"type":10,"tag":318,"props":344,"children":346},{"style":345},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[347],{"type":16,"value":348}," DispatchClusterHUAWEI",{"type":10,"tag":318,"props":350,"children":351},{"style":335},[352],{"type":16,"value":353},"();",{"type":10,"tag":318,"props":355,"children":356},{"style":325},[357],{"type":16,"value":358}," // dispatch 0\n",{"type":10,"tag":318,"props":360,"children":362},{"class":320,"line":361},4,[363],{"type":10,"tag":318,"props":364,"children":365},{"style":335},[366],{"type":16,"value":338},{"type":10,"tag":318,"props":368,"children":370},{"class":320,"line":369},5,[371,375,379],{"type":10,"tag":318,"props":372,"children":373},{"style":345},[374],{"type":16,"value":348},{"type":10,"tag":318,"props":376,"children":377},{"style":335},[378],{"type":16,"value":353},{"type":10,"tag":318,"props":380,"children":381},{"style":325},[382],{"type":16,"value":383}," // dispatch 1\n",{"type":10,"tag":318,"props":385,"children":387},{"class":320,"line":386},6,[388],{"type":10,"tag":318,"props":389,"children":390},{"style":335},[391],{"type":16,"value":338},{"type":10,"tag":318,"props":393,"children":395},{"class":320,"line":394},7,[396,400,404],{"type":10,"tag":318,"props":397,"children":398},{"style":345},[399],{"type":16,"value":348},{"type":10,"tag":318,"props":401,"children":402},{"style":335},[403],{"type":16,"value":353},{"type":10,"tag":318,"props":405,"children":406},{"style":325},[407],{"type":16,"value":408}," // dispatch 2\n",{"type":10,"tag":318,"props":410,"children":412},{"class":320,"line":411},8,[413],{"type":10,"tag":318,"props":414,"children":415},{"style":335},[416],{"type":16,"value":338},{"type":10,"tag":18,"props":418,"children":419},{},[420],{"type":16,"value":421},"In this case, the output sequence of clusters in a workgroup are specified\nas shown below ( in case of 32 shader invocations in a workgroup):",{"type":10,"tag":307,"props":423,"children":425},{"className":309,"code":424,"language":311,"meta":312,"style":312},"1. shader invocation0.dispatch0\n2. shader invocation1.dispatch0,\n ..........\n32. shader invocation31.dispatch0\n33. shader invocation0.dispatch1\n34. shader invocation1.dispatch1\n ..........\n64. shader invocation31.dispatch1\n65. shader invocation0.dispatch2\n66. shader invocation1.dispatch2\n ..........\n96. shader Invocation31.dispatch2\n",[426],{"type":10,"tag":84,"props":427,"children":428},{"__ignoreMap":312},[429,443,456,464,477,490,503,510,523,537,551,559],{"type":10,"tag":318,"props":430,"children":431},{"class":320,"line":321},[432,438],{"type":10,"tag":318,"props":433,"children":435},{"style":434},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[436],{"type":16,"value":437},"1.",{"type":10,"tag":318,"props":439,"children":440},{"style":335},[441],{"type":16,"value":442}," shader invocation0.dispatch0\n",{"type":10,"tag":318,"props":444,"children":445},{"class":320,"line":331},[446,451],{"type":10,"tag":318,"props":447,"children":448},{"style":434},[449],{"type":16,"value":450},"2.",{"type":10,"tag":318,"props":452,"children":453},{"style":335},[454],{"type":16,"value":455}," shader invocation1.dispatch0,\n",{"type":10,"tag":318,"props":457,"children":458},{"class":320,"line":341},[459],{"type":10,"tag":318,"props":460,"children":461},{"style":335},[462],{"type":16,"value":463}," ..........\n",{"type":10,"tag":318,"props":465,"children":466},{"class":320,"line":361},[467,472],{"type":10,"tag":318,"props":468,"children":469},{"style":434},[470],{"type":16,"value":471},"32.",{"type":10,"tag":318,"props":473,"children":474},{"style":335},[475],{"type":16,"value":476}," shader invocation31.dispatch0\n",{"type":10,"tag":318,"props":478,"children":479},{"class":320,"line":369},[480,485],{"type":10,"tag":318,"props":481,"children":482},{"style":434},[483],{"type":16,"value":484},"33.",{"type":10,"tag":318,"props":486,"children":487},{"style":335},[488],{"type":16,"value":489}," shader invocation0.dispatch1\n",{"type":10,"tag":318,"props":491,"children":492},{"class":320,"line":386},[493,498],{"type":10,"tag":318,"props":494,"children":495},{"style":434},[496],{"type":16,"value":497},"34.",{"type":10,"tag":318,"props":499,"children":500},{"style":335},[501],{"type":16,"value":502}," shader invocation1.dispatch1\n",{"type":10,"tag":318,"props":504,"children":505},{"class":320,"line":394},[506],{"type":10,"tag":318,"props":507,"children":508},{"style":335},[509],{"type":16,"value":463},{"type":10,"tag":318,"props":511,"children":512},{"class":320,"line":411},[513,518],{"type":10,"tag":318,"props":514,"children":515},{"style":434},[516],{"type":16,"value":517},"64.",{"type":10,"tag":318,"props":519,"children":520},{"style":335},[521],{"type":16,"value":522}," shader invocation31.dispatch1\n",{"type":10,"tag":318,"props":524,"children":526},{"class":320,"line":525},9,[527,532],{"type":10,"tag":318,"props":528,"children":529},{"style":434},[530],{"type":16,"value":531},"65.",{"type":10,"tag":318,"props":533,"children":534},{"style":335},[535],{"type":16,"value":536}," shader invocation0.dispatch2\n",{"type":10,"tag":318,"props":538,"children":540},{"class":320,"line":539},10,[541,546],{"type":10,"tag":318,"props":542,"children":543},{"style":434},[544],{"type":16,"value":545},"66.",{"type":10,"tag":318,"props":547,"children":548},{"style":335},[549],{"type":16,"value":550}," shader invocation1.dispatch2\n",{"type":10,"tag":318,"props":552,"children":554},{"class":320,"line":553},11,[555],{"type":10,"tag":318,"props":556,"children":557},{"style":335},[558],{"type":16,"value":463},{"type":10,"tag":318,"props":560,"children":562},{"class":320,"line":561},12,[563,568],{"type":10,"tag":318,"props":564,"children":565},{"style":434},[566],{"type":16,"value":567},"96.",{"type":10,"tag":318,"props":569,"children":570},{"style":335},[571],{"type":16,"value":572}," shader Invocation31.dispatch2\n",{"type":10,"tag":23,"props":574,"children":576},{"id":575},"cluster-culling-primitive-ordering",[577],{"type":16,"value":578},"Cluster Culling Shader Primitive Ordering",{"type":10,"tag":18,"props":580,"children":581},{},[582,584,590],{"type":16,"value":583},"Following guarantees are provided for the relative ordering of primitives\nproduced by a cluster culling shader, as they pertain to\n",{"type":10,"tag":46,"props":585,"children":587},{"href":586},"/chapters/drawing#drawing-primitive-order",[588],{"type":16,"value":589},"primitive order",{"type":16,"value":591},".",{"type":10,"tag":68,"props":593,"children":594},{},[595,600],{"type":10,"tag":72,"props":596,"children":597},{},[598],{"type":16,"value":599},"Limited guarantees are provided for the relative ordering of primitives\nproduced by a cluster culling shader, as they pertain to primitive\norder.",{"type":10,"tag":72,"props":601,"children":602},{},[603,605],{"type":16,"value":604},"The order of primitives in a given cluster is specified by the content\nof",{"type":10,"tag":68,"props":606,"children":607},{},[608,618],{"type":10,"tag":72,"props":609,"children":610},{},[611,616],{"type":10,"tag":84,"props":612,"children":614},{"className":613},[],[615],{"type":16,"value":267},{"type":16,"value":617},"() with indexed output built-in variables,\nvertices sourced from a lower index buffer addresses to higher\naddresses.",{"type":10,"tag":72,"props":619,"children":620},{},[621,626],{"type":10,"tag":84,"props":622,"children":624},{"className":623},[],[625],{"type":16,"value":267},{"type":16,"value":627},"() with non-indexed output built-in\nvariables, from vertices with a lower numbered vertexIndex to a higher\nnumbered vertexIndex.",{"type":10,"tag":629,"props":630,"children":631},"style",{},[632],{"type":16,"value":633},"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":312,"searchDepth":331,"depth":331,"links":635},[636,637,638,639],{"id":25,"depth":331,"text":28},{"id":36,"depth":331,"text":39},{"id":250,"depth":331,"text":253},{"id":575,"depth":331,"text":578},"markdown","chapters-cluster-culling",[643,648,651,654,657,660,663,666,669,672,675,678,681,684,688,692,696,700,704,708,712,716,720,724,728,732,734,738,742,746,750,754,758,762,766,770,774,778,782,786,790,794,798,802,806,810,814,818,822,826,830,834,837,840,843,846,849,852,855],{"index":644,"title":645,"id":646,"appendix":647},0,"Preamble","preamble",false,{"index":321,"title":649,"id":650,"appendix":647},"Introduction","introduction",{"index":331,"title":652,"id":653,"appendix":647},"Fundamentals","fundamentals",{"index":341,"title":655,"id":656,"appendix":647},"Initialization","initialization",{"index":361,"title":658,"id":659,"appendix":647},"Devices and Queues","devsandqueues",{"index":369,"title":661,"id":662,"appendix":647},"Command Buffers","commandbuffers",{"index":386,"title":664,"id":665,"appendix":647},"Synchronization and Cache Control","synchronization",{"index":394,"title":667,"id":668,"appendix":647},"Render Pass","renderpass",{"index":411,"title":670,"id":671,"appendix":647},"Shaders","shaders",{"index":525,"title":673,"id":674,"appendix":647},"Pipelines","pipelines",{"index":539,"title":676,"id":677,"appendix":647},"Memory Allocation","memory",{"index":553,"title":679,"id":680,"appendix":647},"Resource Creation","resources",{"index":561,"title":682,"id":683,"appendix":647},"Samplers","samplers",{"index":685,"title":686,"id":687,"appendix":647},13,"Resource Descriptors","descriptorsets",{"index":689,"title":690,"id":691,"appendix":647},14,"Shader Interfaces","interfaces",{"index":693,"title":694,"id":695,"appendix":647},15,"Image Operations","textures",{"index":697,"title":698,"id":699,"appendix":647},16,"Fragment Density Map Operations","fragmentdensitymapops",{"index":701,"title":702,"id":703,"appendix":647},17,"Queries","queries",{"index":705,"title":706,"id":707,"appendix":647},18,"Clear Commands","clears",{"index":709,"title":710,"id":711,"appendix":647},19,"Copy Commands","copies",{"index":713,"title":714,"id":715,"appendix":647},20,"Drawing Commands","drawing",{"index":717,"title":718,"id":719,"appendix":647},21,"Fixed-Function Vertex Processing","fxvertex",{"index":721,"title":722,"id":723,"appendix":647},22,"Tessellation","tessellation",{"index":725,"title":726,"id":727,"appendix":647},23,"Geometry Shading","geometry",{"index":729,"title":730,"id":731,"appendix":647},24,"Mesh Shading","mesh",{"index":733,"title":4,"id":13,"appendix":647},25,{"index":735,"title":736,"id":737,"appendix":647},26,"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":739,"title":740,"id":741,"appendix":647},27,"Rasterization","primsrast",{"index":743,"title":744,"id":745,"appendix":647},28,"Fragment Operations","fragops",{"index":747,"title":748,"id":749,"appendix":647},29,"The Framebuffer","framebuffer",{"index":751,"title":752,"id":753,"appendix":647},30,"Dispatching Commands","dispatch",{"index":755,"title":756,"id":757,"appendix":647},31,"Device-Generated Commands","device-generated-commands",{"index":759,"title":760,"id":761,"appendix":647},32,"Sparse Resources","sparsememory",{"index":763,"title":764,"id":765,"appendix":647},33,"Window System Integration (WSI)","wsi",{"index":767,"title":768,"id":769,"appendix":647},34,"Deferred Host Operations","deferred-host-operations",{"index":771,"title":772,"id":773,"appendix":647},35,"Private Data","private-data",{"index":775,"title":776,"id":777,"appendix":647},36,"Acceleration Structures","acceleration-structure",{"index":779,"title":780,"id":781,"appendix":647},37,"Micromap","micromap",{"index":783,"title":784,"id":785,"appendix":647},38,"Ray Traversal","ray-traversal",{"index":787,"title":788,"id":789,"appendix":647},39,"Ray Tracing","ray-tracing",{"index":791,"title":792,"id":793,"appendix":647},40,"Memory Decompression","memory-decompression",{"index":795,"title":796,"id":797,"appendix":647},41,"Video Coding","video-coding",{"index":799,"title":800,"id":801,"appendix":647},42,"Optical Flow","opticalflow",{"index":803,"title":804,"id":805,"appendix":647},43,"Execution Graphs","executiongraphs",{"index":807,"title":808,"id":809,"appendix":647},44,"Extending Vulkan","extendingvulkan",{"index":811,"title":812,"id":813,"appendix":647},45,"Features","features",{"index":815,"title":816,"id":817,"appendix":647},46,"Limits","limits",{"index":819,"title":820,"id":821,"appendix":647},47,"Formats","formats",{"index":823,"title":824,"id":825,"appendix":647},48,"Additional Capabilities","capabilities",{"index":827,"title":828,"id":829,"appendix":647},49,"Debugging","debugging",{"index":644,"title":831,"id":832,"appendix":833},"Vulkan Environment for SPIR-V","spirvenv",true,{"index":321,"title":835,"id":836,"appendix":833},"Memory Model","memory-model",{"index":331,"title":838,"id":839,"appendix":833},"Compressed Image Formats","compressed_image_formats",{"index":341,"title":841,"id":842,"appendix":833},"Core Revisions (Informative)","versions",{"index":361,"title":844,"id":845,"appendix":833},"Layers & Extensions (Informative)","extensions",{"index":369,"title":847,"id":848,"appendix":833},"API Boilerplate","boilerplate",{"index":386,"title":850,"id":851,"appendix":833},"Invariance","invariance",{"index":394,"title":853,"id":854,"appendix":833},"Lexicon","lexicon",{"index":411,"title":856,"id":857,"appendix":833},"Credits (Informative)","credits",[859,867,871,876,880,885,888,891,894,898,902,905,908,911,913,915,918,921,925,927,931,933,936,938,941,949,953,959,963,968,970,974,980,986,992,994,997,1003,1006,1010,1016,1020,1024,1029,1033,1036,1039,1045,1048,1051,1055,1059,1063,1066,1068,1072,1077,1083,1086,1090,1093,1099,1102,1106,1109,1113,1116,1120,1123,1128,1132,1135,1140,1143,1146,1149,1153,1158,1163,1167,1171,1175,1179,1183,1187,1191,1194,1197,1201,1204,1207,1210,1214,1219,1223,1226,1230,1235,1239,1244,1247,1250,1255,1260,1264,1267,1271,1276,1279,1284,1289,1292,1295,1299,1303,1307,1312,1316,1319,1324,1328,1331,1335,1339,1343,1346,1348,1352,1355,1358,1361,1364,1367,1370,1373,1376,1379,1383,1387,1390,1393,1396,1399,1402,1405,1409,1413,1417,1420,1424,1427,1430,1433,1435,1439,1444,1448,1452,1454,1458,1461,1468,1472,1476,1480,1486,1489,1493,1497,1500,1503,1507,1512,1518,1522,1524,1529,1532,1537,1541,1546,1550,1554,1556,1559,1562,1564,1569,1572,1575,1580,1584,1588,1593,1597,1601,1603,1605,1608,1610,1613,1616,1620,1624,1626,1630,1633,1637,1640,1642,1645,1649,1651,1655,1658,1661,1664,1668,1671,1674,1676,1679,1681,1684,1688,1691,1693,1695,1697,1699,1703,1705,1708,1713,1717,1720,1722,1725,1727,1731,1734,1737,1740,1744,1747,1752,1756,1759,1763,1766,1769,1773,1777,1779,1784,1787,1791,1794,1797,1800,1802,1805,1809,1812,1816,1819,1823,1827,1830,1833,1836,1839,1843,1845,1848,1850,1855,1856,1860,1863,1866,1869,1872,1874,1878,1881,1884,1887,1891,1893,1895,1899,1901,1904,1908,1912,1914,1918,1921,1924,1927,1930,1934,1939,1944,1948,1954,1958,1961,1965,1969,1972,1976,1980,1983,1987,1990,1995,1999,2001,2007,2010,2013,2016,2020,2023,2027,2031,2035,2037,2040,2042,2045,2047,2049,2052,2055,2058,2061,2064,2067,2069,2073,2077,2081,2085,2088,2091,2095,2098,2102,2104,2108,2112,2115,2118,2121,2124,2127,2130,2133,2136,2139,2142,2145,2148,2151,2154,2158,2161,2165,2169,2172,2175,2178,2181,2184,2187,2191,2194,2197,2203,2207,2211,2215],{"number":860,"type":861,"author":862,"provisional":833,"depends":863,"platform":864,"contact":865,"extension":866,"proposal":833},135,"device","AMD","(((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3)+VK_KHR_pipeline_library+VK_KHR_spirv_1_4","provisional","Tobias Hector @tobski","VK_AMDX_shader_enqueue",{"number":868,"type":861,"author":862,"provisional":647,"contact":869,"extension":870,"proposal":833},477,"Stu Smith","VK_AMD_anti_lag",{"number":872,"type":861,"author":862,"provisional":647,"specialuse":873,"contact":874,"extension":875,"proposal":647},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":877,"type":861,"author":862,"provisional":647,"depends":878,"contact":865,"extension":879,"proposal":647},230,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","VK_AMD_device_coherent_memory",{"number":881,"type":861,"author":862,"provisional":647,"depends":882,"contact":883,"extension":884,"proposal":647},214,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","Matthaeus G. Chajdas @anteru","VK_AMD_display_native_hdr",{"number":767,"type":861,"author":862,"promotedto":886,"provisional":647,"contact":874,"extension":887,"proposal":647},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":735,"type":861,"author":862,"provisional":647,"contact":889,"extension":890,"proposal":647},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":779,"type":861,"author":862,"deprecatedby":892,"provisional":647,"contact":889,"extension":893,"proposal":647},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":895,"type":861,"author":862,"deprecatedby":892,"provisional":647,"contact":896,"extension":897,"proposal":647},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":899,"type":861,"author":862,"provisional":647,"contact":900,"extension":901,"proposal":647},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":903,"type":861,"author":862,"provisional":647,"contact":883,"extension":904,"proposal":647},137,"VK_AMD_mixed_attachment_samples",{"number":775,"type":861,"author":862,"obsoletedby":906,"provisional":647,"contact":883,"extension":907,"proposal":647},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":909,"type":861,"author":862,"provisional":647,"contact":883,"extension":910,"proposal":647},184,"VK_AMD_pipeline_compiler_control",{"number":709,"type":861,"author":862,"provisional":647,"contact":874,"extension":912,"proposal":647},"VK_AMD_rasterization_order",{"number":783,"type":861,"author":862,"provisional":647,"contact":889,"extension":914,"proposal":647},"VK_AMD_shader_ballot",{"number":916,"type":861,"author":862,"provisional":647,"depends":878,"contact":900,"extension":917,"proposal":647},186,"VK_AMD_shader_core_properties",{"number":919,"type":861,"author":862,"provisional":647,"depends":917,"contact":883,"extension":920,"proposal":647},228,"VK_AMD_shader_core_properties2",{"number":922,"type":861,"author":923,"provisional":647,"depends":878,"contact":865,"extension":924,"proposal":833},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":721,"type":861,"author":862,"provisional":647,"contact":896,"extension":926,"proposal":647},"VK_AMD_shader_explicit_vertex_parameter",{"number":928,"type":861,"author":862,"provisional":647,"contact":929,"extension":930,"proposal":647},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":819,"type":861,"author":862,"provisional":647,"contact":889,"extension":932,"proposal":647},"VK_AMD_shader_image_load_store_lod",{"number":803,"type":861,"author":862,"provisional":647,"specialuse":873,"contact":934,"extension":935,"proposal":647},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":717,"type":861,"author":862,"provisional":647,"contact":896,"extension":937,"proposal":647},"VK_AMD_shader_trinary_minmax",{"number":799,"type":861,"author":862,"provisional":647,"depends":878,"contact":939,"extension":940,"proposal":647},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":942,"type":861,"author":943,"provisional":647,"depends":944,"platform":945,"specialuse":946,"contact":947,"extension":948,"proposal":833},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":950,"type":861,"author":943,"provisional":647,"depends":951,"platform":945,"contact":952,"extension":944,"proposal":647},130,"((VK_KHR_sampler_ycbcr_conversion+VK_KHR_external_memory+VK_KHR_dedicated_allocation),VK_VERSION_1_1)+VK_EXT_queue_family_foreign","Jesse Hall @critsec",{"number":954,"type":861,"author":955,"promotedto":956,"provisional":647,"depends":878,"contact":957,"extension":958,"proposal":647},343,"ARM","VK_EXT_rasterization_order_attachment_access","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":960,"type":861,"author":955,"provisional":647,"depends":961,"contact":957,"extension":962,"proposal":833},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":964,"type":861,"author":955,"provisional":647,"depends":965,"contact":966,"extension":967,"proposal":647},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":969,"type":861,"author":955,"provisional":647,"depends":878,"contact":966,"extension":965,"proposal":647},498,{"number":971,"type":861,"author":955,"provisional":647,"depends":972,"contact":957,"extension":973,"proposal":647},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":975,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":978,"extension":979,"proposal":647},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":981,"type":982,"author":923,"provisional":647,"depends":983,"contact":984,"extension":985,"proposal":647},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":987,"type":982,"author":988,"provisional":647,"depends":983,"platform":989,"contact":990,"extension":991,"proposal":647},90,"NV","xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":993,"proposal":647},"VK_EXT_application_parameters",{"number":995,"type":861,"author":955,"provisional":647,"depends":878,"contact":957,"extension":996,"proposal":647},68,"VK_EXT_astc_decode_mode",{"number":998,"type":861,"author":923,"provisional":647,"depends":999,"ratified":1000,"contact":1001,"extension":1002,"proposal":833},525,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_attachment_feedback_loop_layout","vulkan","Mike Blumenkrantz @zmike","VK_EXT_attachment_feedback_loop_dynamic_state",{"number":1004,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":978,"extension":1005,"proposal":833},340,"VK_EXT_attachment_feedback_loop_layout",{"number":1007,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1009,"proposal":647},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":1011,"type":861,"author":923,"provisional":647,"depends":1012,"specialuse":1013,"contact":1014,"extension":1015,"proposal":647},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":1017,"type":861,"author":988,"deprecatedby":1018,"provisional":647,"depends":878,"contact":1008,"extension":1019,"proposal":647},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":1021,"type":861,"author":923,"promotedto":1022,"provisional":647,"depends":878,"contact":874,"extension":1023,"proposal":833},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":1025,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1026,"contact":1027,"extension":1028,"proposal":647},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":1030,"type":861,"author":988,"provisional":647,"depends":878,"contact":1031,"extension":1032,"proposal":647},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":1034,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1000,"contact":1014,"extension":1035,"proposal":647},102,"VK_EXT_conservative_rasterization",{"number":1037,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1026,"specialuse":1013,"contact":1038,"extension":1012,"proposal":647},288,"Liam Middlebrook @liam-middlebrook",{"number":725,"type":861,"author":1040,"promotedto":1041,"provisional":647,"depends":1042,"specialuse":829,"contact":1043,"extension":1044,"proposal":647},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":561,"type":982,"author":1046,"deprecatedby":1041,"provisional":647,"specialuse":829,"contact":1047,"extension":1042,"proposal":647},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":1049,"type":982,"author":923,"provisional":647,"specialuse":829,"contact":1050,"extension":1041,"proposal":647},129,"Mark Young @marky-lunarg",{"number":1052,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"specialuse":1053,"contact":978,"extension":1054,"proposal":833},284,"d3demulation","VK_EXT_depth_bias_control",{"number":1056,"type":861,"author":923,"provisional":647,"depends":878,"contact":1057,"extension":1058,"proposal":647},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":1060,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"specialuse":946,"contact":1061,"extension":1062,"proposal":647},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":1064,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1026,"specialuse":1053,"contact":1014,"extension":1065,"proposal":647},103,"VK_EXT_depth_clip_enable",{"number":689,"type":861,"author":988,"provisional":647,"ratified":1026,"contact":1014,"extension":1067,"proposal":647},"VK_EXT_depth_range_unrestricted",{"number":1069,"type":861,"author":923,"provisional":647,"depends":1070,"contact":865,"extension":1071,"proposal":833},317,"((((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address+VK_EXT_descriptor_indexing),VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_EXT_descriptor_buffer",{"number":1073,"type":861,"author":988,"promotedto":1074,"provisional":647,"depends":1075,"contact":1008,"extension":1076,"proposal":647},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":1078,"type":861,"author":923,"provisional":647,"depends":1079,"specialuse":1080,"contact":1081,"extension":1082,"proposal":647},355,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_debug_utils","debugging,devtools","Ralph Potter gitlab:@r_potter","VK_EXT_device_address_binding_report",{"number":1084,"type":861,"author":923,"provisional":647,"depends":878,"contact":1081,"extension":1085,"proposal":833},342,"VK_EXT_device_fault",{"number":1087,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"specialuse":873,"contact":1088,"extension":1089,"proposal":647},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":1091,"type":982,"author":988,"provisional":647,"depends":1092,"contact":990,"extension":983,"proposal":647},89,"VK_KHR_display",{"number":1094,"type":982,"author":923,"provisional":647,"depends":1095,"platform":1096,"contact":1097,"extension":1098,"proposal":647},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":1100,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1026,"contact":1014,"extension":1101,"proposal":647},100,"VK_EXT_discard_rectangles",{"number":1103,"type":861,"author":988,"provisional":647,"depends":1104,"ratified":1000,"contact":990,"extension":1105,"proposal":647},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":1107,"type":982,"author":988,"provisional":647,"depends":1092,"ratified":1000,"contact":990,"extension":1108,"proposal":647},91,"VK_EXT_display_surface_counter",{"number":1110,"type":861,"author":923,"provisional":647,"depends":1111,"ratified":1000,"contact":1014,"extension":1112,"proposal":833},500,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_dynamic_rendering),VK_VERSION_1_3","VK_EXT_dynamic_rendering_unused_attachments",{"number":1114,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":1014,"extension":1115,"proposal":647},268,"VK_EXT_extended_dynamic_state",{"number":1117,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":1118,"extension":1119,"proposal":647},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":1121,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1000,"contact":1014,"extension":1122,"proposal":833},456,"VK_EXT_extended_dynamic_state3",{"number":1124,"type":861,"author":923,"provisional":647,"depends":1125,"ratified":1000,"contact":1126,"extension":1127,"proposal":833},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":1129,"type":861,"author":923,"provisional":647,"depends":1130,"ratified":1026,"contact":1126,"extension":1131,"proposal":647},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":1133,"type":861,"author":923,"provisional":647,"depends":1125,"ratified":1026,"contact":874,"extension":1134,"proposal":647},179,"VK_EXT_external_memory_host",{"number":1136,"type":861,"author":1137,"provisional":647,"ratified":1000,"contact":1138,"extension":1139,"proposal":647},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":1141,"type":861,"author":923,"provisional":647,"depends":878,"contact":1138,"extension":1142,"proposal":647},219,"VK_EXT_fragment_density_map",{"number":1144,"type":861,"author":923,"provisional":647,"depends":1142,"contact":1138,"extension":1145,"proposal":647},333,"VK_EXT_fragment_density_map2",{"number":1147,"type":861,"author":923,"provisional":647,"depends":878,"contact":1014,"extension":1148,"proposal":647},252,"VK_EXT_fragment_shader_interlock",{"number":1150,"type":861,"author":923,"provisional":647,"ratified":1000,"contact":1151,"extension":1152,"proposal":833},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":1154,"type":861,"author":923,"provisional":647,"depends":1155,"platform":1156,"ratified":1000,"contact":990,"extension":1157,"proposal":647},256,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_surface+VK_KHR_get_surface_capabilities2+VK_KHR_swapchain","win32","VK_EXT_full_screen_exclusive",{"number":1159,"type":861,"author":923,"promotedto":1160,"provisional":647,"contact":1161,"extension":1162,"proposal":647},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":1164,"type":861,"author":923,"promotedto":1160,"provisional":647,"depends":1165,"contact":1088,"extension":1166,"proposal":647},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":1168,"type":861,"author":862,"provisional":647,"depends":1169,"contact":865,"extension":1170,"proposal":833},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":1172,"type":861,"author":1046,"provisional":647,"depends":1173,"ratified":1026,"contact":1047,"extension":1174,"proposal":647},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":1176,"type":982,"author":923,"provisional":647,"depends":1095,"contact":1177,"extension":1178,"proposal":647},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":1180,"type":861,"author":923,"provisional":647,"depends":1181,"ratified":1000,"contact":1061,"extension":1182,"proposal":833},271,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_copy_commands2+VK_KHR_format_feature_flags2),VK_VERSION_1_3","VK_EXT_host_image_copy",{"number":1184,"type":861,"author":923,"promotedto":1074,"provisional":647,"depends":878,"contact":1185,"extension":1186,"proposal":647},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":1188,"type":861,"author":923,"provisional":647,"depends":1189,"specialuse":946,"contact":1001,"extension":1190,"proposal":647},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":1192,"type":861,"author":923,"provisional":647,"depends":878,"contact":957,"extension":1193,"proposal":833},339,"VK_EXT_image_compression_control",{"number":1195,"type":861,"author":923,"provisional":647,"depends":1193,"contact":957,"extension":1196,"proposal":647},438,"VK_EXT_image_compression_control_swapchain",{"number":1198,"type":861,"author":923,"provisional":647,"depends":1199,"ratified":1000,"contact":1126,"extension":1200,"proposal":647},159,"(((VK_KHR_bind_memory2+VK_KHR_get_physical_device_properties2+VK_KHR_sampler_ycbcr_conversion),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_EXT_image_drm_format_modifier",{"number":1202,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":1057,"extension":1203,"proposal":647},336,"VK_EXT_image_robustness",{"number":1205,"type":861,"author":923,"provisional":647,"depends":1189,"specialuse":1053,"contact":1001,"extension":1206,"proposal":833},419,"VK_EXT_image_sliced_view_of_3d",{"number":1208,"type":861,"author":923,"provisional":647,"depends":878,"contact":978,"extension":1209,"proposal":647},392,"VK_EXT_image_view_min_lod",{"number":1211,"type":861,"author":923,"promotedto":1212,"provisional":647,"depends":878,"contact":1014,"extension":1213,"proposal":647},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":1215,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":1216,"contact":1217,"extension":1218,"proposal":647},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":1220,"type":982,"author":923,"provisional":647,"ratified":1000,"contact":1221,"extension":1222,"proposal":833},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":1224,"type":861,"author":923,"provisional":647,"depends":878,"specialuse":946,"contact":1061,"extension":1225,"proposal":833},466,"VK_EXT_legacy_dithering",{"number":1227,"type":861,"author":923,"provisional":647,"depends":1228,"ratified":1000,"specialuse":946,"contact":1001,"extension":1229,"proposal":833},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":1231,"type":861,"author":923,"promotedto":1232,"provisional":647,"depends":878,"specialuse":1233,"contact":1008,"extension":1234,"proposal":647},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":1236,"type":861,"author":923,"promotedto":1237,"provisional":647,"ratified":1000,"contact":1061,"extension":1238,"proposal":647},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":1240,"type":861,"author":923,"provisional":647,"depends":1241,"ratified":1000,"contact":1242,"extension":1243,"proposal":833},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":1245,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1246,"proposal":647},238,"VK_EXT_memory_budget",{"number":1248,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1249,"proposal":647},239,"VK_EXT_memory_priority",{"number":1251,"type":861,"author":923,"provisional":647,"depends":1252,"contact":1253,"extension":1254,"proposal":833},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":1256,"type":861,"author":923,"provisional":647,"platform":1257,"contact":1258,"extension":1259,"proposal":833},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":1261,"type":982,"author":923,"provisional":647,"depends":1095,"platform":1257,"contact":1262,"extension":1263,"proposal":647},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":1265,"type":861,"author":923,"provisional":647,"depends":878,"contact":1001,"extension":1266,"proposal":647},393,"VK_EXT_multi_draw",{"number":1268,"type":861,"author":923,"provisional":647,"depends":1269,"contact":1061,"extension":1270,"proposal":833},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":1272,"type":861,"author":923,"provisional":647,"depends":1273,"specialuse":1053,"contact":1274,"extension":1275,"proposal":833},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":1277,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":1014,"extension":1278,"proposal":647},452,"VK_EXT_nested_command_buffer",{"number":1280,"type":861,"author":923,"provisional":647,"depends":878,"specialuse":1281,"contact":1282,"extension":1283,"proposal":833},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":1285,"type":861,"author":923,"provisional":647,"depends":1286,"ratified":1000,"contact":1287,"extension":1288,"proposal":833},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":1290,"type":861,"author":923,"provisional":647,"depends":1249,"contact":1014,"extension":1291,"proposal":647},413,"VK_EXT_pageable_device_local_memory",{"number":1293,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1026,"contact":883,"extension":1294,"proposal":647},213,"VK_EXT_pci_bus_info",{"number":1296,"type":861,"author":923,"provisional":647,"depends":878,"contact":1297,"extension":1298,"proposal":647},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":1300,"type":861,"author":862,"promotedto":976,"provisional":647,"depends":878,"contact":1301,"extension":1302,"proposal":647},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":1304,"type":861,"author":1046,"promotedto":976,"provisional":647,"specialuse":873,"contact":1305,"extension":1306,"proposal":647},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":1308,"type":861,"author":923,"provisional":647,"depends":1309,"contact":1310,"extension":1311,"proposal":833},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":1313,"type":861,"author":923,"provisional":647,"depends":878,"contact":1314,"extension":1315,"proposal":647},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":1317,"type":861,"author":923,"provisional":647,"depends":878,"contact":1061,"extension":1318,"proposal":833},467,"VK_EXT_pipeline_protected_access",{"number":1320,"type":861,"author":1321,"provisional":647,"depends":878,"contact":1322,"extension":1323,"proposal":647},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":1325,"type":861,"author":988,"provisional":647,"ratified":1000,"contact":1326,"extension":1327,"proposal":647},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":1329,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"specialuse":946,"contact":1061,"extension":1330,"proposal":647},357,"VK_EXT_primitive_topology_list_restart",{"number":1332,"type":861,"author":923,"provisional":647,"depends":1333,"specialuse":946,"contact":1061,"extension":1334,"proposal":833},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":1336,"type":861,"author":988,"promotedto":976,"provisional":647,"depends":878,"contact":1337,"extension":1338,"proposal":647},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":1340,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"specialuse":946,"contact":1341,"extension":1342,"proposal":647},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":1344,"type":861,"author":923,"provisional":647,"depends":1125,"ratified":1026,"contact":1126,"extension":1345,"proposal":647},127,"VK_EXT_queue_family_foreign",{"number":1347,"type":861,"author":955,"provisional":647,"depends":878,"contact":957,"extension":956,"proposal":833},464,{"number":1349,"type":861,"author":923,"provisional":647,"depends":1350,"contact":957,"extension":1351,"proposal":647},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":1353,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1026,"contact":1038,"extension":1354,"proposal":647},287,"VK_EXT_robustness2",{"number":1356,"type":861,"author":862,"provisional":647,"depends":878,"ratified":1026,"contact":874,"extension":1357,"proposal":647},144,"VK_EXT_sample_locations",{"number":1359,"type":861,"author":988,"promotedto":1074,"provisional":647,"depends":878,"contact":1008,"extension":1360,"proposal":647},131,"VK_EXT_sampler_filter_minmax",{"number":1362,"type":861,"author":923,"promotedto":1074,"provisional":647,"depends":878,"contact":865,"extension":1363,"proposal":647},222,"VK_EXT_scalar_block_layout",{"number":1365,"type":861,"author":923,"promotedto":1074,"provisional":647,"contact":874,"extension":1366,"proposal":647},247,"VK_EXT_separate_stencil_usage",{"number":1368,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1026,"contact":1118,"extension":1369,"proposal":647},261,"VK_EXT_shader_atomic_float",{"number":1371,"type":861,"author":923,"provisional":647,"depends":1369,"ratified":1000,"contact":1242,"extension":1372,"proposal":647},274,"VK_EXT_shader_atomic_float2",{"number":1374,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":1008,"extension":1375,"proposal":647},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":1377,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":865,"extension":1378,"proposal":647},235,"VK_EXT_shader_image_atomic_int64",{"number":1380,"type":861,"author":923,"provisional":647,"depends":1381,"contact":1310,"extension":1382,"proposal":833},463,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_pipeline_creation_cache_control),VK_VERSION_1_3","VK_EXT_shader_module_identifier",{"number":1384,"type":861,"author":923,"provisional":647,"depends":1111,"ratified":1000,"contact":1385,"extension":1386,"proposal":833},483,"Daniel Story @daniel-story","VK_EXT_shader_object",{"number":1388,"type":861,"author":923,"provisional":647,"ratified":1000,"contact":966,"extension":1389,"proposal":833},565,"VK_EXT_shader_replicated_composites",{"number":1391,"type":861,"author":923,"provisional":647,"ratified":1026,"contact":889,"extension":1392,"proposal":647},141,"VK_EXT_shader_stencil_export",{"number":1394,"type":861,"author":988,"deprecatedby":1074,"provisional":647,"contact":1326,"extension":1395,"proposal":647},65,"VK_EXT_shader_subgroup_ballot",{"number":1397,"type":861,"author":988,"deprecatedby":972,"provisional":647,"contact":1326,"extension":1398,"proposal":647},66,"VK_EXT_shader_subgroup_vote",{"number":1400,"type":861,"author":923,"provisional":647,"depends":976,"ratified":1000,"contact":957,"extension":1401,"proposal":833},396,"VK_EXT_shader_tile_image",{"number":1403,"type":861,"author":988,"promotedto":1074,"provisional":647,"contact":1326,"extension":1404,"proposal":647},163,"VK_EXT_shader_viewport_index_layer",{"number":1406,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":972,"ratified":977,"contact":1407,"extension":1408,"proposal":647},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":1410,"type":861,"author":923,"provisional":647,"depends":878,"contact":1411,"extension":1412,"proposal":833},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":1414,"type":982,"author":923,"provisional":647,"depends":1415,"contact":1061,"extension":1416,"proposal":833},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":1418,"type":982,"author":1046,"provisional":647,"depends":1095,"contact":1047,"extension":1419,"proposal":647},105,"VK_EXT_swapchain_colorspace",{"number":1421,"type":861,"author":923,"provisional":647,"depends":1422,"contact":1061,"extension":1423,"proposal":833},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":1425,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":1008,"extension":1426,"proposal":647},282,"VK_EXT_texel_buffer_alignment",{"number":1428,"type":861,"author":955,"promotedto":976,"provisional":647,"depends":878,"ratified":977,"contact":957,"extension":1429,"proposal":647},67,"VK_EXT_texture_compression_astc_hdr",{"number":1431,"type":861,"author":923,"promotedto":976,"provisional":647,"contact":865,"extension":1432,"proposal":647},246,"VK_EXT_tooling_info",{"number":747,"type":861,"author":988,"provisional":647,"depends":878,"ratified":1000,"specialuse":1434,"contact":1014,"extension":1333,"proposal":647},"glemulation,d3demulation,devtools",{"number":1436,"type":861,"author":1046,"provisional":647,"contact":1437,"extension":1438,"proposal":647},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":1440,"type":982,"author":1441,"deprecatedby":1222,"provisional":647,"specialuse":829,"contact":1442,"extension":1443,"proposal":647},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":1445,"type":982,"author":1046,"deprecatedby":1222,"provisional":647,"specialuse":829,"contact":1446,"extension":1447,"proposal":647},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":1449,"type":861,"author":988,"promotedto":1450,"provisional":647,"depends":878,"contact":1031,"extension":1451,"proposal":647},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":1453,"type":861,"author":923,"provisional":647,"depends":878,"ratified":1000,"contact":1014,"extension":1228,"proposal":647},353,{"number":1455,"type":861,"author":923,"promotedto":976,"provisional":647,"depends":1350,"ratified":977,"contact":1456,"extension":1457,"proposal":647},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":1459,"type":861,"author":923,"provisional":647,"depends":1350,"ratified":1026,"contact":1014,"extension":1460,"proposal":647},253,"VK_EXT_ycbcr_image_arrays",{"number":1462,"type":861,"author":1463,"provisional":647,"depends":1464,"platform":1465,"contact":1466,"extension":1467,"proposal":647},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":1469,"type":861,"author":1463,"provisional":647,"depends":1470,"platform":1465,"contact":1466,"extension":1471,"proposal":647},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":1473,"type":861,"author":1463,"provisional":647,"depends":1474,"platform":1465,"contact":1466,"extension":1475,"proposal":647},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":1477,"type":982,"author":1463,"provisional":647,"depends":1095,"platform":1465,"contact":1478,"extension":1479,"proposal":647},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":1481,"type":861,"author":1482,"provisional":647,"depends":1483,"platform":1484,"contact":1305,"extension":1485,"proposal":647},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":1487,"type":982,"author":1482,"provisional":647,"depends":1095,"platform":1484,"contact":1305,"extension":1488,"proposal":647},50,"VK_GGP_stream_descriptor_surface",{"number":1490,"type":861,"author":1046,"provisional":647,"contact":1491,"extension":1492,"proposal":647},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":1494,"type":861,"author":1046,"provisional":647,"depends":1173,"contact":1495,"extension":1496,"proposal":647},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":1498,"type":861,"author":1046,"provisional":647,"contact":1491,"extension":1499,"proposal":647},224,"VK_GOOGLE_hlsl_functionality1",{"number":1501,"type":982,"author":1046,"provisional":647,"depends":1095,"specialuse":946,"contact":1061,"extension":1502,"proposal":833},434,"VK_GOOGLE_surfaceless_query",{"number":1504,"type":861,"author":1046,"provisional":647,"contact":1505,"extension":1506,"proposal":647},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":1508,"type":861,"author":1509,"provisional":647,"depends":878,"contact":1510,"extension":1511,"proposal":833},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":1513,"type":861,"author":1514,"provisional":647,"depends":1515,"contact":1516,"extension":1517,"proposal":833},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":1519,"type":861,"author":1509,"provisional":647,"depends":1520,"contact":1516,"extension":1521,"proposal":647},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":697,"type":861,"author":1321,"provisional":647,"contact":865,"extension":1523,"proposal":647},"VK_IMG_filter_cubic",{"number":1525,"type":861,"author":1321,"deprecatedby":1526,"provisional":647,"contact":1527,"extension":1528,"proposal":647},55,null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":1530,"type":861,"author":1321,"provisional":647,"depends":878,"specialuse":946,"contact":1151,"extension":1531,"proposal":647},111,"VK_IMG_relaxed_line_rasterization",{"number":1533,"type":861,"author":1534,"provisional":647,"specialuse":873,"contact":1535,"extension":1536,"proposal":647},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":1538,"type":861,"author":1534,"provisional":647,"depends":878,"contact":1539,"extension":1540,"proposal":647},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":1542,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1544,"ratified":1000,"contact":957,"extension":1545,"proposal":647},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":1547,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1544,"ratified":1000,"contact":1548,"extension":1549,"proposal":647},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":1551,"type":861,"author":1543,"provisional":647,"depends":1552,"ratified":1000,"contact":1326,"extension":1553,"proposal":647},151,"((VK_VERSION_1_1+VK_EXT_descriptor_indexing+VK_KHR_buffer_device_address),VK_VERSION_1_2)+VK_KHR_deferred_host_operations","VK_KHR_acceleration_structure",{"number":525,"type":982,"author":1543,"provisional":647,"depends":1095,"platform":945,"ratified":1000,"contact":952,"extension":1555,"proposal":647},"VK_KHR_android_surface",{"number":1557,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":865,"extension":1558,"proposal":647},158,"VK_KHR_bind_memory2",{"number":1560,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1561,"ratified":1000,"contact":1008,"extension":1018,"proposal":647},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":1563,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":1217,"extension":1022,"proposal":647},544,{"number":1565,"type":861,"author":1543,"provisional":647,"depends":1566,"ratified":1000,"contact":1567,"extension":1568,"proposal":833},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":1570,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"contact":966,"extension":1571,"proposal":833},507,"VK_KHR_cooperative_matrix",{"number":1573,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1026,"contact":1138,"extension":1574,"proposal":647},338,"VK_KHR_copy_commands2",{"number":1576,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1577,"ratified":1000,"contact":1578,"extension":1579,"proposal":647},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":1581,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1582,"ratified":1000,"contact":990,"extension":1583,"proposal":647},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":1585,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":1586,"extension":1587,"proposal":647},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":1589,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1590,"ratified":1000,"contact":1591,"extension":1592,"proposal":647},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":1594,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1595,"extension":1596,"proposal":647},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":1598,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1599,"ratified":1000,"contact":1008,"extension":1600,"proposal":647},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":1602,"type":982,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1008,"extension":1599,"proposal":647},71,{"number":341,"type":982,"author":1543,"provisional":647,"depends":1095,"ratified":1026,"contact":1604,"extension":1092,"proposal":647},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":361,"type":861,"author":1543,"provisional":647,"depends":1606,"ratified":1026,"contact":990,"extension":1607,"proposal":647},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":1609,"type":861,"author":1543,"promotedto":1074,"provisional":647,"ratified":1000,"contact":1014,"extension":886,"proposal":647},170,{"number":1611,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":874,"extension":1612,"proposal":647},197,"VK_KHR_driver_properties",{"number":811,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":1614,"ratified":1000,"contact":865,"extension":1615,"proposal":833},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_KHR_dynamic_rendering",{"number":1617,"type":861,"author":862,"provisional":647,"depends":1618,"ratified":1000,"contact":865,"extension":1619,"proposal":833},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":1621,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1622,"ratified":1000,"contact":952,"extension":1623,"proposal":647},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":1625,"type":982,"author":1543,"promotedto":972,"provisional":647,"depends":878,"ratified":1000,"contact":952,"extension":1622,"proposal":647},113,{"number":1627,"type":861,"author":1543,"provisional":647,"depends":1628,"ratified":1026,"contact":952,"extension":1629,"proposal":647},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":1631,"type":861,"author":1543,"provisional":647,"depends":1623,"platform":1156,"ratified":1000,"contact":952,"extension":1632,"proposal":647},115,"VK_KHR_external_fence_win32",{"number":1634,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1635,"ratified":1000,"contact":990,"extension":1636,"proposal":647},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":1638,"type":982,"author":1543,"promotedto":972,"provisional":647,"depends":878,"ratified":1000,"contact":990,"extension":1639,"proposal":647},72,"VK_KHR_external_memory_capabilities",{"number":1641,"type":861,"author":1543,"provisional":647,"depends":1125,"ratified":1026,"contact":990,"extension":1130,"proposal":647},75,{"number":1643,"type":861,"author":1543,"provisional":647,"depends":1125,"platform":1156,"ratified":1000,"contact":990,"extension":1644,"proposal":647},74,"VK_KHR_external_memory_win32",{"number":1646,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1647,"ratified":1000,"contact":990,"extension":1648,"proposal":647},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":1650,"type":982,"author":1543,"promotedto":972,"provisional":647,"depends":878,"ratified":1000,"contact":990,"extension":1647,"proposal":647},77,{"number":1652,"type":861,"author":1543,"provisional":647,"depends":1653,"ratified":1026,"contact":990,"extension":1654,"proposal":647},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":1656,"type":861,"author":1543,"provisional":647,"depends":1648,"platform":1156,"ratified":1000,"contact":990,"extension":1657,"proposal":647},79,"VK_KHR_external_semaphore_win32",{"number":1659,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1000,"contact":1535,"extension":1660,"proposal":647},361,"VK_KHR_format_feature_flags2",{"number":1662,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"contact":869,"extension":1663,"proposal":833},323,"VK_KHR_fragment_shader_barycentric",{"number":1665,"type":861,"author":1543,"provisional":647,"depends":1666,"ratified":1026,"contact":865,"extension":1667,"proposal":833},227,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_create_renderpass2),VK_VERSION_1_2","VK_KHR_fragment_shading_rate",{"number":1669,"type":982,"author":1543,"provisional":647,"depends":1092,"ratified":1026,"contact":990,"extension":1670,"proposal":647},122,"VK_KHR_get_display_properties2",{"number":1672,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1242,"extension":1673,"proposal":647},147,"VK_KHR_get_memory_requirements2",{"number":1675,"type":982,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1008,"extension":1566,"proposal":647},60,{"number":1677,"type":982,"author":1543,"provisional":647,"depends":1095,"ratified":1026,"contact":990,"extension":1678,"proposal":647},120,"VK_KHR_get_surface_capabilities2",{"number":1680,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":865,"extension":1160,"proposal":647},189,{"number":1682,"type":861,"author":1543,"promotedto":1074,"provisional":647,"ratified":1000,"contact":1242,"extension":1683,"proposal":647},148,"VK_KHR_image_format_list",{"number":1685,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1686,"ratified":1000,"contact":1578,"extension":1687,"proposal":647},109,"(((VK_KHR_get_physical_device_properties2+VK_KHR_maintenance2),VK_VERSION_1_1)+VK_KHR_image_format_list),VK_VERSION_1_2","VK_KHR_imageless_framebuffer",{"number":1689,"type":861,"author":1543,"provisional":647,"depends":1173,"ratified":1026,"contact":1495,"extension":1690,"proposal":647},85,"VK_KHR_incremental_present",{"number":1692,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":1014,"extension":1212,"proposal":647},534,{"number":1694,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":1014,"extension":1232,"proposal":647},535,{"number":1696,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":1061,"extension":1237,"proposal":833},527,{"number":1698,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1014,"extension":906,"proposal":647},70,{"number":1700,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1701,"extension":1702,"proposal":647},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":1704,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1273,"proposal":647},169,{"number":1706,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":972,"ratified":1000,"contact":1014,"extension":1707,"proposal":647},414,"VK_KHR_maintenance4",{"number":1709,"type":861,"author":1543,"provisional":647,"depends":1710,"ratified":1000,"contact":1711,"extension":1712,"proposal":833},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":1714,"type":861,"author":1543,"provisional":647,"depends":972,"ratified":1000,"contact":1715,"extension":1716,"proposal":833},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":1718,"type":861,"author":1543,"provisional":647,"depends":972,"ratified":1000,"contact":1001,"extension":1719,"proposal":833},563,"VK_KHR_maintenance7",{"number":1721,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":1242,"extension":1241,"proposal":833},272,{"number":1723,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1724,"proposal":647},54,"VK_KHR_multiview",{"extension":1726,"proposal":647},"VK_KHR_object_refresh",{"number":1728,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"specialuse":873,"contact":1729,"extension":1730,"proposal":647},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":1732,"type":861,"author":1543,"provisional":647,"depends":1712,"ratified":1000,"contact":1711,"extension":1733,"proposal":833},484,"VK_KHR_pipeline_binary",{"number":1735,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"specialuse":873,"contact":1242,"extension":1736,"proposal":647},270,"VK_KHR_pipeline_executable_properties",{"number":1738,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":1253,"extension":1739,"proposal":647},291,"VK_KHR_pipeline_library",{"number":1741,"type":982,"author":1543,"provisional":647,"ratified":1000,"contact":1742,"extension":1743,"proposal":647},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":1745,"type":861,"author":1543,"provisional":833,"depends":878,"platform":864,"ratified":1000,"contact":1258,"extension":1746,"proposal":647},164,"VK_KHR_portability_subset",{"number":1748,"type":861,"author":1543,"provisional":647,"depends":1749,"ratified":1000,"contact":1750,"extension":1751,"proposal":647},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":1753,"type":861,"author":1543,"provisional":647,"depends":1754,"ratified":1000,"contact":1750,"extension":1755,"proposal":647},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":1757,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1758,"proposal":647},81,"VK_KHR_push_descriptor",{"number":1760,"type":861,"author":1543,"provisional":647,"depends":1761,"ratified":1000,"contact":1326,"extension":1762,"proposal":647},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":1764,"type":861,"author":1543,"provisional":647,"depends":1553,"ratified":1000,"contact":1326,"extension":1765,"proposal":647},387,"VK_KHR_ray_tracing_maintenance1",{"number":1767,"type":861,"author":1543,"provisional":647,"depends":1761,"ratified":1000,"contact":1326,"extension":1768,"proposal":647},348,"VK_KHR_ray_tracing_pipeline",{"number":1770,"type":861,"author":1543,"provisional":647,"depends":1553,"ratified":1000,"contact":1771,"extension":1772,"proposal":833},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":1774,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1775,"extension":1776,"proposal":647},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":693,"type":861,"author":1543,"promotedto":1074,"provisional":647,"ratified":1000,"contact":865,"extension":1778,"proposal":647},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":1780,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1781,"ratified":1000,"contact":1782,"extension":1783,"proposal":647},157,"(VK_KHR_maintenance1+VK_KHR_bind_memory2+VK_KHR_get_memory_requirements2+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Andrew Garrard @fluppeteer","VK_KHR_sampler_ycbcr_conversion",{"number":1785,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1666,"ratified":1000,"contact":1014,"extension":1786,"proposal":647},242,"VK_KHR_separate_depth_stencil_layouts",{"number":1788,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1789,"extension":1790,"proposal":647},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":1792,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":1789,"extension":1793,"proposal":647},182,"VK_KHR_shader_clock",{"number":1795,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1326,"extension":1796,"proposal":647},64,"VK_KHR_shader_draw_parameters",{"number":1798,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"contact":966,"extension":1799,"proposal":833},545,"VK_KHR_shader_expect_assume",{"number":1801,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1548,"extension":892,"proposal":647},83,{"number":1803,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1548,"extension":1804,"proposal":647},198,"VK_KHR_shader_float_controls",{"number":1806,"type":861,"author":1543,"provisional":647,"depends":1807,"ratified":1000,"contact":1057,"extension":1808,"proposal":833},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":1810,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1000,"contact":966,"extension":1811,"proposal":833},281,"VK_KHR_shader_integer_dot_product",{"number":1813,"type":861,"author":1543,"provisional":647,"depends":972,"ratified":1000,"contact":1814,"extension":1815,"proposal":833},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":1817,"type":861,"author":1543,"promotedto":976,"provisional":647,"ratified":1000,"contact":1043,"extension":1818,"proposal":647},294,"VK_KHR_shader_non_semantic_info",{"number":1820,"type":861,"author":1543,"provisional":647,"depends":1821,"ratified":1000,"contact":865,"extension":1822,"proposal":833},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":1824,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":1825,"extension":1826,"proposal":833},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":1828,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":972,"ratified":1000,"contact":1407,"extension":1829,"proposal":647},176,"VK_KHR_shader_subgroup_extended_types",{"number":1831,"type":861,"author":1543,"provisional":647,"ratified":1000,"contact":966,"extension":1832,"proposal":833},417,"VK_KHR_shader_subgroup_rotate",{"number":1834,"type":861,"author":1543,"provisional":647,"depends":972,"ratified":1000,"contact":1814,"extension":1835,"proposal":647},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":1837,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1026,"contact":952,"extension":1838,"proposal":647},216,"VK_KHR_shader_terminate_invocation",{"number":1840,"type":861,"author":1543,"provisional":647,"depends":1841,"ratified":1026,"contact":1729,"extension":1842,"proposal":647},112,"VK_KHR_swapchain+VK_KHR_get_surface_capabilities2+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_KHR_shared_presentable_image",{"number":1844,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":1807,"ratified":1000,"contact":952,"extension":1252,"proposal":647},237,{"number":1846,"type":861,"author":1543,"promotedto":972,"provisional":647,"ratified":1000,"contact":1548,"extension":1847,"proposal":647},132,"VK_KHR_storage_buffer_storage_class",{"number":321,"type":982,"author":1543,"provisional":647,"ratified":1026,"contact":1849,"extension":1095,"proposal":647},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":1851,"type":982,"author":1543,"provisional":647,"depends":1852,"ratified":1000,"contact":1853,"extension":1854,"proposal":647},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":331,"type":861,"author":1543,"provisional":647,"depends":1095,"ratified":1026,"contact":1849,"extension":1173,"proposal":647},{"number":1857,"type":861,"author":1543,"provisional":647,"depends":1858,"ratified":1026,"contact":874,"extension":1859,"proposal":647},201,"VK_KHR_swapchain+(VK_KHR_maintenance2,VK_VERSION_1_1)+(VK_KHR_image_format_list,VK_VERSION_1_2)","VK_KHR_swapchain_mutable_format",{"number":1861,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1026,"contact":865,"extension":1862,"proposal":647},315,"VK_KHR_synchronization2",{"number":1864,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1242,"extension":1865,"proposal":647},208,"VK_KHR_timeline_semaphore",{"number":1867,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1057,"extension":1868,"proposal":647},254,"VK_KHR_uniform_buffer_standard_layout",{"number":1870,"type":861,"author":1543,"promotedto":972,"provisional":647,"depends":1544,"ratified":1000,"contact":952,"extension":1871,"proposal":647},121,"VK_KHR_variable_pointers",{"number":1873,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1026,"contact":1061,"extension":1450,"proposal":833},526,{"number":1875,"type":861,"author":1543,"provisional":647,"depends":1876,"ratified":1000,"contact":1217,"extension":1877,"proposal":833},513,"VK_KHR_video_decode_queue","VK_KHR_video_decode_av1",{"number":795,"type":861,"author":1543,"provisional":647,"depends":1876,"ratified":1000,"contact":1879,"extension":1880,"proposal":833},"peter.fang@amd.com","VK_KHR_video_decode_h264",{"number":1882,"type":861,"author":1543,"provisional":647,"depends":1876,"ratified":1000,"contact":1879,"extension":1883,"proposal":833},188,"VK_KHR_video_decode_h265",{"number":733,"type":861,"author":1543,"provisional":647,"depends":1885,"ratified":1000,"contact":1886,"extension":1876,"proposal":833},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":787,"type":861,"author":1543,"provisional":647,"depends":1888,"ratified":1000,"contact":1889,"extension":1890,"proposal":833},"VK_KHR_video_encode_queue","Ahmed Abdelkhalek @aabdelkh","VK_KHR_video_encode_h264",{"number":791,"type":861,"author":1543,"provisional":647,"depends":1888,"ratified":1000,"contact":1889,"extension":1892,"proposal":833},"VK_KHR_video_encode_h265",{"number":1894,"type":861,"author":1543,"provisional":647,"depends":1885,"ratified":1000,"contact":1889,"extension":1888,"proposal":833},300,{"number":1896,"type":861,"author":1543,"provisional":647,"depends":1897,"ratified":1000,"contact":1217,"extension":1898,"proposal":833},516,"VK_KHR_video_queue","VK_KHR_video_maintenance1",{"number":729,"type":861,"author":1543,"provisional":647,"depends":1900,"ratified":1000,"contact":1456,"extension":1897,"proposal":833},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":1902,"type":861,"author":1543,"promotedto":1074,"provisional":647,"depends":878,"ratified":1000,"contact":1008,"extension":1903,"proposal":647},212,"VK_KHR_vulkan_memory_model",{"number":394,"type":982,"author":1543,"provisional":647,"depends":1095,"platform":1905,"ratified":1000,"contact":1906,"extension":1907,"proposal":647},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":1909,"type":861,"author":1543,"provisional":647,"depends":1644,"platform":1156,"ratified":1000,"contact":1910,"extension":1911,"proposal":647},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":539,"type":982,"author":1543,"provisional":647,"depends":1095,"platform":1156,"ratified":1000,"contact":1906,"extension":1913,"proposal":647},"VK_KHR_win32_surface",{"number":1915,"type":861,"author":1543,"provisional":647,"depends":878,"ratified":1000,"contact":1916,"extension":1917,"proposal":647},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":386,"type":982,"author":1543,"provisional":647,"depends":1095,"platform":1919,"ratified":1000,"contact":1906,"extension":1920,"proposal":647},"xcb","VK_KHR_xcb_surface",{"number":369,"type":982,"author":1543,"provisional":647,"depends":1095,"platform":1922,"ratified":1000,"contact":1906,"extension":1923,"proposal":647},"xlib","VK_KHR_xlib_surface",{"number":1925,"type":861,"author":1543,"promotedto":976,"provisional":647,"depends":878,"ratified":1000,"contact":1814,"extension":1926,"proposal":647},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":1928,"type":982,"author":1441,"provisional":647,"contact":1742,"extension":1929,"proposal":833},460,"VK_LUNARG_direct_driver_loading",{"number":1931,"type":861,"author":1932,"provisional":647,"depends":878,"specialuse":1053,"contact":1310,"extension":1933,"proposal":647},576,"MESA","VK_MESA_image_alignment_control",{"number":1935,"type":861,"author":1936,"provisional":647,"depends":878,"contact":1937,"extension":1938,"proposal":833},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":1940,"type":982,"author":1941,"deprecatedby":1263,"provisional":647,"depends":1095,"platform":1942,"contact":1258,"extension":1943,"proposal":647},123,"MVK","ios","VK_MVK_ios_surface",{"number":1945,"type":982,"author":1941,"deprecatedby":1263,"provisional":647,"depends":1095,"platform":1946,"contact":1258,"extension":1947,"proposal":647},124,"macos","VK_MVK_macos_surface",{"number":1949,"type":982,"author":1950,"provisional":647,"depends":1095,"platform":1951,"contact":1952,"extension":1953,"proposal":647},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":751,"type":861,"author":1955,"provisional":647,"contact":1956,"extension":1957,"proposal":647},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":755,"type":861,"author":1955,"provisional":647,"contact":1959,"extension":1960,"proposal":647},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":1962,"type":861,"author":1955,"provisional":647,"depends":1963,"contact":1008,"extension":1964,"proposal":647},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":1966,"type":861,"author":988,"provisional":647,"depends":983,"platform":1156,"contact":1967,"extension":1968,"proposal":647},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":1970,"type":861,"author":988,"provisional":647,"contact":1959,"extension":1971,"proposal":647},88,"VK_NV_clip_space_w_scaling",{"number":1973,"type":861,"author":988,"provisional":647,"contact":1974,"extension":1975,"proposal":647},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":1977,"type":861,"author":988,"promotedto":1568,"provisional":647,"depends":878,"contact":1978,"extension":1979,"proposal":647},202,"Pat Brown @nvpbrown","VK_NV_compute_shader_derivatives",{"number":1981,"type":861,"author":988,"provisional":647,"depends":878,"contact":1008,"extension":1982,"proposal":647},250,"VK_NV_cooperative_matrix",{"number":1984,"type":861,"author":988,"provisional":647,"depends":1985,"contact":1118,"extension":1986,"proposal":647},427,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_copy_memory_indirect",{"number":1988,"type":861,"author":988,"provisional":647,"depends":878,"contact":1326,"extension":1989,"proposal":647},51,"VK_NV_corner_sampled_image",{"number":1991,"type":861,"author":988,"provisional":647,"depends":1992,"contact":1993,"extension":1994,"proposal":647},251,"VK_NV_framebuffer_mixed_samples+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","Kedarnath Thangudu @kthangudu","VK_NV_coverage_reduction_mode",{"number":1996,"type":861,"author":988,"provisional":833,"contact":1997,"extension":1998,"proposal":647},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":739,"type":861,"author":988,"deprecatedby":1583,"provisional":647,"contact":1008,"extension":2000,"proposal":647},"VK_NV_dedicated_allocation",{"number":2002,"type":861,"author":2003,"provisional":647,"depends":2004,"contact":2005,"extension":2006,"proposal":647},241,"NVIDIA","(VK_KHR_dedicated_allocation+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","Nuno Subtil @nsubtil","VK_NV_dedicated_allocation_image_aliasing",{"number":2008,"type":861,"author":988,"provisional":647,"depends":972,"contact":1014,"extension":2009,"proposal":647},547,"VK_NV_descriptor_pool_overallocation",{"number":2011,"type":861,"author":2003,"provisional":647,"depends":878,"contact":2005,"extension":2012,"proposal":647},207,"VK_NV_device_diagnostic_checkpoints",{"number":2014,"type":861,"author":988,"provisional":647,"depends":878,"contact":1993,"extension":2015,"proposal":647},301,"VK_NV_device_diagnostics_config",{"number":2017,"type":861,"author":988,"provisional":647,"depends":2018,"contact":1253,"extension":2019,"proposal":647},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":2021,"type":861,"author":988,"provisional":647,"depends":2019,"contact":1118,"extension":2022,"proposal":647},429,"VK_NV_device_generated_commands_compute",{"number":2024,"type":861,"author":988,"provisional":833,"depends":1288,"platform":864,"contact":2025,"extension":2026,"proposal":647},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":2028,"type":861,"author":988,"provisional":647,"contact":2029,"extension":2030,"proposal":647},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":2032,"type":861,"author":988,"deprecatedby":1636,"provisional":647,"depends":2033,"contact":990,"extension":2034,"proposal":647},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":2036,"type":982,"author":988,"deprecatedby":1639,"provisional":647,"contact":990,"extension":2033,"proposal":647},56,{"number":2038,"type":861,"author":988,"provisional":647,"depends":1125,"contact":1910,"extension":2039,"proposal":647},372,"VK_NV_external_memory_rdma",{"extension":2041,"proposal":647},"VK_NV_external_memory_sci_buf",{"number":2043,"type":861,"author":988,"deprecatedby":1644,"provisional":647,"depends":2034,"platform":1156,"contact":990,"extension":2044,"proposal":647},58,"VK_NV_external_memory_win32",{"extension":2046,"proposal":647},"VK_NV_external_sci_sync",{"extension":2048,"proposal":647},"VK_NV_external_sci_sync2",{"number":2050,"type":861,"author":988,"provisional":647,"contact":1008,"extension":2051,"proposal":647},154,"VK_NV_fill_rectangle",{"number":2053,"type":861,"author":988,"provisional":647,"contact":1008,"extension":2054,"proposal":647},150,"VK_NV_fragment_coverage_to_color",{"number":2056,"type":861,"author":988,"promotedto":1663,"provisional":647,"depends":878,"contact":1978,"extension":2057,"proposal":647},204,"VK_NV_fragment_shader_barycentric",{"number":2059,"type":861,"author":988,"provisional":647,"depends":1667,"contact":1978,"extension":2060,"proposal":647},327,"VK_NV_fragment_shading_rate_enums",{"number":2062,"type":861,"author":988,"provisional":647,"contact":1008,"extension":2063,"proposal":647},153,"VK_NV_framebuffer_mixed_samples",{"number":2065,"type":861,"author":988,"provisional":647,"contact":1326,"extension":2066,"proposal":647},96,"VK_NV_geometry_shader_passthrough",{"number":685,"type":861,"author":988,"deprecatedby":1526,"provisional":647,"contact":1014,"extension":2068,"proposal":647},"VK_NV_glsl_shader",{"number":2070,"type":861,"author":988,"provisional":647,"depends":878,"contact":2071,"extension":2072,"proposal":647},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":2074,"type":861,"author":2003,"provisional":647,"depends":878,"contact":2075,"extension":2076,"proposal":647},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":2078,"type":861,"author":988,"provisional":647,"contact":2079,"extension":2080,"proposal":647},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":2082,"type":861,"author":988,"provisional":647,"depends":2083,"contact":2079,"extension":2084,"proposal":647},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":2086,"type":861,"author":988,"provisional":647,"depends":1985,"contact":1118,"extension":2087,"proposal":647},428,"VK_NV_memory_decompression",{"number":2089,"type":861,"author":988,"provisional":647,"depends":878,"contact":1253,"extension":2090,"proposal":647},203,"VK_NV_mesh_shader",{"number":2092,"type":861,"author":988,"provisional":647,"depends":2093,"contact":1910,"extension":2094,"proposal":647},465,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_format_feature_flags2+VK_KHR_synchronization2),VK_VERSION_1_3","VK_NV_optical_flow",{"number":2096,"type":861,"author":988,"provisional":647,"depends":1716,"contact":1014,"extension":2097,"proposal":647},517,"VK_NV_per_stage_descriptor_set",{"number":2099,"type":861,"author":988,"provisional":647,"depends":1155,"contact":2100,"extension":2101,"proposal":647},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":2103,"proposal":647},"VK_NV_private_vendor_info",{"number":2105,"type":861,"author":988,"provisional":647,"contact":2106,"extension":2107,"proposal":647},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":2109,"type":861,"author":988,"deprecatedby":1768,"provisional":647,"depends":2110,"contact":1959,"extension":2111,"proposal":647},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":2113,"type":861,"author":988,"provisional":647,"depends":1768,"contact":1959,"extension":2114,"proposal":647},491,"VK_NV_ray_tracing_invocation_reorder",{"number":2116,"type":861,"author":988,"provisional":647,"depends":1768,"contact":1771,"extension":2117,"proposal":647},328,"VK_NV_ray_tracing_motion_blur",{"number":2119,"type":861,"author":988,"provisional":647,"contact":1118,"extension":2120,"proposal":833},569,"VK_NV_ray_tracing_validation",{"number":2122,"type":861,"author":988,"provisional":647,"depends":878,"contact":1993,"extension":2123,"proposal":647},167,"VK_NV_representative_fragment_test",{"number":2125,"type":861,"author":988,"provisional":647,"contact":1014,"extension":2126,"proposal":647},95,"VK_NV_sample_mask_override_coverage",{"number":2128,"type":861,"author":988,"provisional":647,"depends":878,"contact":1978,"extension":2129,"proposal":647},206,"VK_NV_scissor_exclusive",{"number":2131,"type":861,"author":988,"provisional":647,"contact":1008,"extension":2132,"proposal":647},564,"VK_NV_shader_atomic_float16_vector",{"number":2134,"type":861,"author":988,"provisional":647,"depends":878,"contact":1978,"extension":2135,"proposal":647},205,"VK_NV_shader_image_footprint",{"number":2137,"type":861,"author":988,"provisional":647,"depends":972,"contact":1326,"extension":2138,"proposal":647},155,"VK_NV_shader_sm_builtins",{"number":2140,"type":861,"author":988,"provisional":647,"depends":972,"contact":1008,"extension":2141,"proposal":647},199,"VK_NV_shader_subgroup_partitioned",{"number":2143,"type":861,"author":988,"provisional":647,"depends":878,"contact":1978,"extension":2144,"proposal":647},165,"VK_NV_shading_rate_image",{"number":2146,"type":861,"author":988,"provisional":647,"contact":1326,"extension":2147,"proposal":647},97,"VK_NV_viewport_array2",{"number":2149,"type":861,"author":988,"provisional":647,"contact":1014,"extension":2150,"proposal":647},99,"VK_NV_viewport_swizzle",{"number":2152,"type":861,"author":988,"promotedto":1911,"provisional":647,"depends":2044,"platform":1156,"contact":1910,"extension":2153,"proposal":647},59,"VK_NV_win32_keyed_mutex",{"number":2155,"type":861,"author":1137,"provisional":647,"depends":2156,"contact":1138,"extension":2157,"proposal":647},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":2159,"type":861,"author":1137,"provisional":647,"depends":1139,"contact":1138,"extension":2160,"proposal":647},520,"VK_QCOM_filter_cubic_weights",{"number":2162,"type":861,"author":1137,"provisional":647,"depends":2163,"contact":1138,"extension":2164,"proposal":647},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":2166,"type":861,"author":1137,"provisional":647,"depends":2167,"contact":1138,"extension":2168,"proposal":833},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":2170,"type":861,"author":1137,"provisional":647,"depends":2168,"contact":1138,"extension":2171,"proposal":647},519,"VK_QCOM_image_processing2",{"number":2173,"type":861,"author":1137,"provisional":647,"contact":1138,"extension":2174,"proposal":647},511,"VK_QCOM_multiview_per_view_render_areas",{"number":2176,"type":861,"author":1137,"provisional":647,"depends":878,"contact":1138,"extension":2177,"proposal":647},489,"VK_QCOM_multiview_per_view_viewports",{"number":2179,"type":861,"author":1137,"provisional":647,"contact":1138,"extension":2180,"proposal":647},172,"VK_QCOM_render_pass_shader_resolve",{"number":2182,"type":861,"author":1137,"provisional":647,"contact":1138,"extension":2183,"proposal":647},302,"VK_QCOM_render_pass_store_ops",{"number":2185,"type":861,"author":1137,"provisional":647,"contact":1138,"extension":2186,"proposal":647},283,"VK_QCOM_render_pass_transform",{"number":2188,"type":861,"author":1137,"provisional":647,"depends":2189,"contact":1138,"extension":2190,"proposal":647},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":2192,"type":861,"author":1137,"provisional":647,"depends":878,"contact":1138,"extension":2193,"proposal":833},485,"VK_QCOM_tile_properties",{"number":2195,"type":861,"author":1137,"provisional":647,"contact":1138,"extension":2196,"proposal":647},521,"VK_QCOM_ycbcr_degamma",{"number":2198,"type":861,"author":2199,"provisional":647,"depends":951,"platform":2200,"contact":2201,"extension":2202,"proposal":647},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":2204,"type":982,"author":2199,"provisional":647,"depends":1095,"platform":2200,"contact":2205,"extension":2206,"proposal":647},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":2208,"type":861,"author":2209,"provisional":647,"depends":878,"contact":1081,"extension":2210,"proposal":647},486,"SEC","VK_SEC_amigo_profiling",{"number":2212,"type":861,"author":2213,"provisional":647,"depends":878,"specialuse":1053,"contact":1310,"extension":2214,"proposal":647},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":2216,"type":861,"author":2213,"promotedto":1275,"provisional":647,"depends":1273,"specialuse":1053,"contact":1274,"extension":2217,"proposal":647},352,"VK_VALVE_mutable_descriptor_type",1725732629139]