[{"data":1,"prerenderedAt":2894},["ShallowReactive",2],{"OOeltIiM7C":3,"VyF3Mmj32r":1325,"N9m89Rcq0G":1535},{"title":4,"description":5,"body":6,"_type":1324,"_id":4},"VK_QCOM_tile_properties.proposal","This document details API design ideas for the VK_QCOM_tile_properties extension, which allows application to query the tile properties. This extension supports both renderpasses and dynamic rendering.",{"type":7,"children":8,"toc":1307},"root",[9,16,23,28,41,46,51,57,62,67,72,88,94,99,104,109,115,120,236,344,373,378,461,496,509,571,582,587,664,677,688,699,704,710,717,870,876,1200,1206,1238,1244,1257,1263,1268,1274,1279,1285,1290,1296,1301],{"type":10,"tag":11,"props":12,"children":13},"element","p",{},[14],{"type":15,"value":5},"text",{"type":10,"tag":17,"props":18,"children":20},"h2",{"id":19},"_background",[21],{"type":15,"value":22},"Background",{"type":10,"tag":11,"props":24,"children":25},{},[26],{"type":15,"value":27},"Adreno GPUs uses a rendering technique called tiled rendering. In this technique, the attachments are divided into a uniform grid of small regions or \"tiles\". Tile size is shared by and affects all attachments in use. Splitting a render target into multiple chunks or tiles, and rendering each tile individually in order to reconstruct the full render target can be faster and more power-efficient.",{"type":10,"tag":11,"props":29,"children":30},{},[31,33,39],{"type":15,"value":32},"A typical tile size will be such that it is contained completely within the attachment but tiles can span outside the attachment’s extent as well. This is because ",{"type":10,"tag":34,"props":35,"children":36},"em",{},[37],{"type":15,"value":38},"Number of tiles = ceil(attachment_width / tile_width)",{"type":15,"value":40},". Such tiles are called partially filled tiles and are less-efficient to render.",{"type":10,"tag":11,"props":42,"children":43},{},[44],{"type":15,"value":45},"In the case of fragment density map, a \"local framebuffer region\" and all fragments within it will share a value for \"fragment area\" determined from a corresponding texel in the fragment density map as described in \"Fragment Area Conversion\" section in the \"Fragment Density Map Operations\" chapter of the Vulkan specification. Implementations are also free to fetch additional texels within an implementation-defined window as described in \"Fragment Area Filter\" section of \"Fragment Density Map Operations\" chapter of the Vulkan specification. Adreno implementations utilize this behavior and will perform both windowing and fragment area assignment within a region defined by a \"tile\".",{"type":10,"tag":11,"props":47,"children":48},{},[49],{"type":15,"value":50},"The \"tiles\" exposed in this extension also each define a \"framebuffer-local region\" as described in the \"Framebuffer Region Dependencies\" section in the \"Synchronization and Cache Control\" chapter of the Vulkan specification.",{"type":10,"tag":17,"props":52,"children":54},{"id":53},"_problem_statement",[55],{"type":15,"value":56},"Problem Statement",{"type":10,"tag":11,"props":58,"children":59},{},[60],{"type":15,"value":61},"Currently, developers do not know how the implementation is tiling their applications. Several application-controlled factors will implicitly influence the tile size, such as attachment resolution, number of attachments, formats, number of samples, etc.",{"type":10,"tag":11,"props":63,"children":64},{},[65],{"type":15,"value":66},"Adreno implementations will window and apply fragment density map values on a tile-basis. Currently, applications are unable to determine the size and location of tiles, preventing them from knowing how their fragment density map will be applied and the final fragment areas that will result.",{"type":10,"tag":11,"props":68,"children":69},{},[70],{"type":15,"value":71},"With regard to framebuffer-local dependencies, applications are unable to determine the size of the framebuffer-local region and thus must assume it is the size of a single fragment or sample. Due to this, applications must use framebuffer-global dependencies outside of single pixel or sample sized regions, possibly at the cost of efficiency.",{"type":10,"tag":11,"props":73,"children":74},{},[75,77,86],{"type":15,"value":76},"Another problem is that currently, applications are unable to align the renderArea with tile boundaries which would achieve the most efficient rendering. The command ",{"type":10,"tag":78,"props":79,"children":83},"a",{"href":80,"rel":81},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkGetRenderAreaGranularity.html",[82],"nofollow",[84],{"type":15,"value":85},"vkGetRenderAreaGranularity",{"type":15,"value":87}," does not allow implementations to fully describe the tiling grid and reported granularity is based solely on a renderpass.",{"type":10,"tag":17,"props":89,"children":91},{"id":90},"_solution_space",[92],{"type":15,"value":93},"Solution Space",{"type":10,"tag":11,"props":95,"children":96},{},[97],{"type":15,"value":98},"Create a new extension with API entry points that allows developer to query the tile properties.",{"type":10,"tag":11,"props":100,"children":101},{},[102],{"type":15,"value":103},"With the knowledge from this extension, applications can create fragment density maps that will apply in a more direct way to the final fragment areas in use, allowing more purposeful creation of maps.",{"type":10,"tag":11,"props":105,"children":106},{},[107],{"type":15,"value":108},"Information from this extension can also be used to determine the size and location of framebuffer-local regions, allowing applications to use local-region dependencies in place of framebuffer-global ones for potential increases in efficiency.",{"type":10,"tag":17,"props":110,"children":112},{"id":111},"_proposal",[113],{"type":15,"value":114},"Proposal",{"type":10,"tag":11,"props":116,"children":117},{},[118],{"type":15,"value":119},"This extension introduces new API calls and a new struct:",{"type":10,"tag":121,"props":122,"children":127},"pre",{"className":123,"code":124,"language":125,"meta":126,"style":126},"language-c shiki shiki-themes github-light-default github-dark-default","VKAPI_ATTR QGLENTRY_ATTR VkResult VKAPI_CALL vkGetFramebufferTilePropertiesQCOM(\n VkDevice device,\n VkFramebuffer vkFramebuffer,\n uint32_t* pPropertiesCount,\n VkTilePropertiesQCOM* pProperties);\n","c","",[128],{"type":10,"tag":129,"props":130,"children":131},"code",{"__ignoreMap":126},[132,155,175,193,212],{"type":10,"tag":133,"props":134,"children":137},"span",{"class":135,"line":136},"line",1,[138,144,150],{"type":10,"tag":133,"props":139,"children":141},{"style":140},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[142],{"type":15,"value":143},"VKAPI_ATTR QGLENTRY_ATTR VkResult VKAPI_CALL ",{"type":10,"tag":133,"props":145,"children":147},{"style":146},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[148],{"type":15,"value":149},"vkGetFramebufferTilePropertiesQCOM",{"type":10,"tag":133,"props":151,"children":152},{"style":140},[153],{"type":15,"value":154},"(\n",{"type":10,"tag":133,"props":156,"children":158},{"class":135,"line":157},2,[159,164,170],{"type":10,"tag":133,"props":160,"children":161},{"style":140},[162],{"type":15,"value":163}," VkDevice ",{"type":10,"tag":133,"props":165,"children":167},{"style":166},"--shiki-default:#953800;--shiki-dark:#FFA657",[168],{"type":15,"value":169},"device",{"type":10,"tag":133,"props":171,"children":172},{"style":140},[173],{"type":15,"value":174},",\n",{"type":10,"tag":133,"props":176,"children":178},{"class":135,"line":177},3,[179,184,189],{"type":10,"tag":133,"props":180,"children":181},{"style":140},[182],{"type":15,"value":183}," VkFramebuffer ",{"type":10,"tag":133,"props":185,"children":186},{"style":166},[187],{"type":15,"value":188},"vkFramebuffer",{"type":10,"tag":133,"props":190,"children":191},{"style":140},[192],{"type":15,"value":174},{"type":10,"tag":133,"props":194,"children":196},{"class":135,"line":195},4,[197,203,208],{"type":10,"tag":133,"props":198,"children":200},{"style":199},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[201],{"type":15,"value":202}," uint32_t*",{"type":10,"tag":133,"props":204,"children":205},{"style":166},[206],{"type":15,"value":207}," pPropertiesCount",{"type":10,"tag":133,"props":209,"children":210},{"style":140},[211],{"type":15,"value":174},{"type":10,"tag":133,"props":213,"children":215},{"class":135,"line":214},5,[216,221,226,231],{"type":10,"tag":133,"props":217,"children":218},{"style":140},[219],{"type":15,"value":220}," VkTilePropertiesQCOM",{"type":10,"tag":133,"props":222,"children":223},{"style":199},[224],{"type":15,"value":225},"*",{"type":10,"tag":133,"props":227,"children":228},{"style":166},[229],{"type":15,"value":230}," pProperties",{"type":10,"tag":133,"props":232,"children":233},{"style":140},[234],{"type":15,"value":235},");\n",{"type":10,"tag":11,"props":237,"children":238},{},[239,241,247,249,255,257,262,264,270,272,277,279,284,286,291,293,298,300,305,307,312,314,319,321,326,328,334,336,342],{"type":15,"value":240},"When using renderpasses, use the above command after framebuffer creation to query the tile properties from the framebuffer. ",{"type":10,"tag":129,"props":242,"children":244},{"className":243},[],[245],{"type":15,"value":246},"pPropertiesCount",{"type":15,"value":248}," is a pointer to an integer related to the number of ",{"type":10,"tag":129,"props":250,"children":252},{"className":251},[],[253],{"type":15,"value":254},"pProperties",{"type":15,"value":256}," available or queried. ",{"type":10,"tag":129,"props":258,"children":260},{"className":259},[],[261],{"type":15,"value":254},{"type":15,"value":263}," is a pointer to an array of ",{"type":10,"tag":129,"props":265,"children":267},{"className":266},[],[268],{"type":15,"value":269},"VkTilePropertiesQCOM",{"type":15,"value":271}," structure that holds the returned properties.\nIf ",{"type":10,"tag":129,"props":273,"children":275},{"className":274},[],[276],{"type":15,"value":254},{"type":15,"value":278}," is NULL, then the total number of tile properties available is returned in ",{"type":10,"tag":129,"props":280,"children":282},{"className":281},[],[283],{"type":15,"value":246},{"type":15,"value":285},". ",{"type":10,"tag":129,"props":287,"children":289},{"className":288},[],[290],{"type":15,"value":246},{"type":15,"value":292}," must point to a variable set by the application to the number of elements in the ",{"type":10,"tag":129,"props":294,"children":296},{"className":295},[],[297],{"type":15,"value":254},{"type":15,"value":299}," array, and on return the variable is overwritten with the number of properties actually written to ",{"type":10,"tag":129,"props":301,"children":303},{"className":302},[],[304],{"type":15,"value":254},{"type":15,"value":306},". If ",{"type":10,"tag":129,"props":308,"children":310},{"className":309},[],[311],{"type":15,"value":246},{"type":15,"value":313}," is less than the number of ",{"type":10,"tag":129,"props":315,"children":317},{"className":316},[],[318],{"type":15,"value":254},{"type":15,"value":320}," available, at most ",{"type":10,"tag":129,"props":322,"children":324},{"className":323},[],[325],{"type":15,"value":246},{"type":15,"value":327}," structures will be written, and ",{"type":10,"tag":129,"props":329,"children":331},{"className":330},[],[332],{"type":15,"value":333},"VK_INCOMPLETE",{"type":15,"value":335}," will be returned instead of ",{"type":10,"tag":129,"props":337,"children":339},{"className":338},[],[340],{"type":15,"value":341},"VK_SUCCESS",{"type":15,"value":343},", to indicate that not all the available tile properties were returned.",{"type":10,"tag":11,"props":345,"children":346},{},[347,349,354,356,362,364,371],{"type":15,"value":348},"The number of tile properties available is determined by the number of merged subpasses, and each tile property is associated with a merged subpass. There will be at most as many properties as there are subpasses within the render pass. To obtain the tile properties for a given merged subpass, the ",{"type":10,"tag":129,"props":350,"children":352},{"className":351},[],[353],{"type":15,"value":254},{"type":15,"value":355}," array can be indexed using the ",{"type":10,"tag":129,"props":357,"children":359},{"className":358},[],[360],{"type":15,"value":361},"postMergeIndex",{"type":15,"value":363}," value provided in ",{"type":10,"tag":78,"props":365,"children":368},{"href":366,"rel":367},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkRenderPassSubpassFeedbackInfoEXT.html",[82],[369],{"type":15,"value":370},"VkRenderPassSubpassFeedbackInfoEXT",{"type":15,"value":372},".",{"type":10,"tag":11,"props":374,"children":375},{},[376],{"type":15,"value":377},"For dynamic rendering, a new API entry point is introduced because it does not have a framebuffer:",{"type":10,"tag":121,"props":379,"children":381},{"className":123,"code":380,"language":125,"meta":126,"style":126},"VKAPI_ATTR QGLENTRY_ATTR VkResult VKAPI_CALL vkGetDynamicRenderingTilePropertiesQCOM(\n VkDevice device,\n const VkRenderingInfo* pRenderingInfo,\n VkTilePropertiesQCOM* pProperties);\n",[382],{"type":10,"tag":129,"props":383,"children":384},{"__ignoreMap":126},[385,401,416,442],{"type":10,"tag":133,"props":386,"children":387},{"class":135,"line":136},[388,392,397],{"type":10,"tag":133,"props":389,"children":390},{"style":140},[391],{"type":15,"value":143},{"type":10,"tag":133,"props":393,"children":394},{"style":146},[395],{"type":15,"value":396},"vkGetDynamicRenderingTilePropertiesQCOM",{"type":10,"tag":133,"props":398,"children":399},{"style":140},[400],{"type":15,"value":154},{"type":10,"tag":133,"props":402,"children":403},{"class":135,"line":157},[404,408,412],{"type":10,"tag":133,"props":405,"children":406},{"style":140},[407],{"type":15,"value":163},{"type":10,"tag":133,"props":409,"children":410},{"style":166},[411],{"type":15,"value":169},{"type":10,"tag":133,"props":413,"children":414},{"style":140},[415],{"type":15,"value":174},{"type":10,"tag":133,"props":417,"children":418},{"class":135,"line":177},[419,424,429,433,438],{"type":10,"tag":133,"props":420,"children":421},{"style":199},[422],{"type":15,"value":423}," const",{"type":10,"tag":133,"props":425,"children":426},{"style":140},[427],{"type":15,"value":428}," VkRenderingInfo",{"type":10,"tag":133,"props":430,"children":431},{"style":199},[432],{"type":15,"value":225},{"type":10,"tag":133,"props":434,"children":435},{"style":166},[436],{"type":15,"value":437}," pRenderingInfo",{"type":10,"tag":133,"props":439,"children":440},{"style":140},[441],{"type":15,"value":174},{"type":10,"tag":133,"props":443,"children":444},{"class":135,"line":195},[445,449,453,457],{"type":10,"tag":133,"props":446,"children":447},{"style":140},[448],{"type":15,"value":220},{"type":10,"tag":133,"props":450,"children":451},{"style":199},[452],{"type":15,"value":225},{"type":10,"tag":133,"props":454,"children":455},{"style":166},[456],{"type":15,"value":230},{"type":10,"tag":133,"props":458,"children":459},{"style":140},[460],{"type":15,"value":235},{"type":10,"tag":11,"props":462,"children":463},{},[464,466,472,474,480,482,487,489,494],{"type":15,"value":465},"When using dynamic rendering, use the above command to query the tile properties. ",{"type":10,"tag":129,"props":467,"children":469},{"className":468},[],[470],{"type":15,"value":471},"pRenderingInfo",{"type":15,"value":473}," is a pointer to the ",{"type":10,"tag":129,"props":475,"children":477},{"className":476},[],[478],{"type":15,"value":479},"VkRenderingInfo",{"type":15,"value":481}," structure specifying details of the render pass instance in dynamic rendering. Tile properties are returned in ",{"type":10,"tag":129,"props":483,"children":485},{"className":484},[],[486],{"type":15,"value":254},{"type":15,"value":488}," which is a pointer to ",{"type":10,"tag":129,"props":490,"children":492},{"className":491},[],[493],{"type":15,"value":269},{"type":15,"value":495}," structure that holds the available properties.",{"type":10,"tag":11,"props":497,"children":498},{},[499,501,508],{"type":15,"value":500},"Support for querying tile properties is indicated by feature bit in a\nstructure that extends\n",{"type":10,"tag":78,"props":502,"children":505},{"href":503,"rel":504},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceFeatures2.html",[82],[506],{"type":15,"value":507},"VkPhysicalDeviceFeatures2",{"type":15,"value":372},{"type":10,"tag":121,"props":510,"children":512},{"className":123,"code":511,"language":125,"meta":126,"style":126},"typedef struct VkPhysicalDeviceTilePropertiesFeaturesQCOM {\n VkStructureType sType;\n void* pNext;\n VkBool32 tileProperties;\n} VkPhysicalDeviceTilePropertiesFeaturesQCOM;\n",[513],{"type":10,"tag":129,"props":514,"children":515},{"__ignoreMap":126},[516,534,542,555,563],{"type":10,"tag":133,"props":517,"children":518},{"class":135,"line":136},[519,524,529],{"type":10,"tag":133,"props":520,"children":521},{"style":199},[522],{"type":15,"value":523},"typedef",{"type":10,"tag":133,"props":525,"children":526},{"style":199},[527],{"type":15,"value":528}," struct",{"type":10,"tag":133,"props":530,"children":531},{"style":140},[532],{"type":15,"value":533}," VkPhysicalDeviceTilePropertiesFeaturesQCOM {\n",{"type":10,"tag":133,"props":535,"children":536},{"class":135,"line":157},[537],{"type":10,"tag":133,"props":538,"children":539},{"style":140},[540],{"type":15,"value":541}," VkStructureType sType;\n",{"type":10,"tag":133,"props":543,"children":544},{"class":135,"line":177},[545,550],{"type":10,"tag":133,"props":546,"children":547},{"style":199},[548],{"type":15,"value":549}," void*",{"type":10,"tag":133,"props":551,"children":552},{"style":140},[553],{"type":15,"value":554}," pNext;\n",{"type":10,"tag":133,"props":556,"children":557},{"class":135,"line":195},[558],{"type":10,"tag":133,"props":559,"children":560},{"style":140},[561],{"type":15,"value":562}," VkBool32 tileProperties;\n",{"type":10,"tag":133,"props":564,"children":565},{"class":135,"line":214},[566],{"type":10,"tag":133,"props":567,"children":568},{"style":140},[569],{"type":15,"value":570},"} VkPhysicalDeviceTilePropertiesFeaturesQCOM;\n",{"type":10,"tag":11,"props":572,"children":573},{},[574,580],{"type":10,"tag":129,"props":575,"children":577},{"className":576},[],[578],{"type":15,"value":579},"tileProperties",{"type":15,"value":581}," indicates that the implementation supports queries for tile\nproperties.",{"type":10,"tag":11,"props":583,"children":584},{},[585],{"type":15,"value":586},"A new structure is introduced to hold the tile properties.",{"type":10,"tag":121,"props":588,"children":590},{"className":123,"code":589,"language":125,"meta":126,"style":126},"typedef struct VkTilePropertiesQCOM {\n VkStructureType sType;\n void* pNext;\n VkExtent3D tileSize;\n VkExtent2D apronSize;\n VkOffset2D origin;\n} VkTilePropertiesQCOM;\n",[591],{"type":10,"tag":129,"props":592,"children":593},{"__ignoreMap":126},[594,610,618,630,638,646,655],{"type":10,"tag":133,"props":595,"children":596},{"class":135,"line":136},[597,601,605],{"type":10,"tag":133,"props":598,"children":599},{"style":199},[600],{"type":15,"value":523},{"type":10,"tag":133,"props":602,"children":603},{"style":199},[604],{"type":15,"value":528},{"type":10,"tag":133,"props":606,"children":607},{"style":140},[608],{"type":15,"value":609}," VkTilePropertiesQCOM {\n",{"type":10,"tag":133,"props":611,"children":612},{"class":135,"line":157},[613],{"type":10,"tag":133,"props":614,"children":615},{"style":140},[616],{"type":15,"value":617}," VkStructureType sType;\n",{"type":10,"tag":133,"props":619,"children":620},{"class":135,"line":177},[621,625],{"type":10,"tag":133,"props":622,"children":623},{"style":199},[624],{"type":15,"value":549},{"type":10,"tag":133,"props":626,"children":627},{"style":140},[628],{"type":15,"value":629}," pNext;\n",{"type":10,"tag":133,"props":631,"children":632},{"class":135,"line":195},[633],{"type":10,"tag":133,"props":634,"children":635},{"style":140},[636],{"type":15,"value":637}," VkExtent3D tileSize;\n",{"type":10,"tag":133,"props":639,"children":640},{"class":135,"line":214},[641],{"type":10,"tag":133,"props":642,"children":643},{"style":140},[644],{"type":15,"value":645}," VkExtent2D apronSize;\n",{"type":10,"tag":133,"props":647,"children":649},{"class":135,"line":648},6,[650],{"type":10,"tag":133,"props":651,"children":652},{"style":140},[653],{"type":15,"value":654}," VkOffset2D origin;\n",{"type":10,"tag":133,"props":656,"children":658},{"class":135,"line":657},7,[659],{"type":10,"tag":133,"props":660,"children":661},{"style":140},[662],{"type":15,"value":663},"} VkTilePropertiesQCOM;\n",{"type":10,"tag":11,"props":665,"children":666},{},[667,669,675],{"type":15,"value":668},"The reported value for ",{"type":10,"tag":129,"props":670,"children":672},{"className":671},[],[673],{"type":15,"value":674},"apronSize",{"type":15,"value":676}," will be zero and its functionality will be described in a future extension.",{"type":10,"tag":11,"props":678,"children":679},{},[680,686],{"type":10,"tag":129,"props":681,"children":683},{"className":682},[],[684],{"type":15,"value":685},"tileSize",{"type":15,"value":687}," describes the dimensions of a tile, with width and height describing the width and height of a tile\nin pixels, and depth corresponding to the number of slices the tile spans. All attachments share the same tile\nwidth and height. The tile depth value reflects the maximum slice count of all in-use attachments.",{"type":10,"tag":11,"props":689,"children":690},{},[691,697],{"type":10,"tag":129,"props":692,"children":694},{"className":693},[],[695],{"type":15,"value":696},"origin",{"type":15,"value":698}," is top-left corner of the first tile in attachment space.",{"type":10,"tag":11,"props":700,"children":701},{},[702],{"type":15,"value":703},"All tiles will be tightly packed around the first tile, with edges being multiples of tile width and/or height from the origin.",{"type":10,"tag":17,"props":705,"children":707},{"id":706},"_examples",[708],{"type":15,"value":709},"Examples",{"type":10,"tag":711,"props":712,"children":714},"h3",{"id":713},"_query_tile_properties_when_using_render_pass",[715],{"type":15,"value":716},"Query tile properties when using render pass",{"type":10,"tag":121,"props":718,"children":720},{"className":123,"code":719,"language":125,"meta":126,"style":126},"uint32_t subpassCount = 2;\n\nVkTilePropertiesQCOM* tileProperties =\n malloc(sizeof(VkTilePropertiesQCOM) * subpassCount);\n\n// `device` is a valid VkDevice handle\n// `hFramebuffer` is a handle to a valid VkFramebuffer object that we want to query\nvkGetFramebufferTilePropertiesQCOM(device, hFramebuffer, tileProperties, &subpassCount);\n",[721],{"type":10,"tag":129,"props":722,"children":723},{"__ignoreMap":126},[724,753,762,783,819,826,835,843],{"type":10,"tag":133,"props":725,"children":726},{"class":135,"line":136},[727,732,737,742,748],{"type":10,"tag":133,"props":728,"children":729},{"style":199},[730],{"type":15,"value":731},"uint32_t",{"type":10,"tag":133,"props":733,"children":734},{"style":140},[735],{"type":15,"value":736}," subpassCount ",{"type":10,"tag":133,"props":738,"children":739},{"style":199},[740],{"type":15,"value":741},"=",{"type":10,"tag":133,"props":743,"children":745},{"style":744},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[746],{"type":15,"value":747}," 2",{"type":10,"tag":133,"props":749,"children":750},{"style":140},[751],{"type":15,"value":752},";\n",{"type":10,"tag":133,"props":754,"children":755},{"class":135,"line":157},[756],{"type":10,"tag":133,"props":757,"children":759},{"emptyLinePlaceholder":758},true,[760],{"type":15,"value":761},"\n",{"type":10,"tag":133,"props":763,"children":764},{"class":135,"line":177},[765,769,773,778],{"type":10,"tag":133,"props":766,"children":767},{"style":140},[768],{"type":15,"value":269},{"type":10,"tag":133,"props":770,"children":771},{"style":199},[772],{"type":15,"value":225},{"type":10,"tag":133,"props":774,"children":775},{"style":140},[776],{"type":15,"value":777}," tileProperties ",{"type":10,"tag":133,"props":779,"children":780},{"style":199},[781],{"type":15,"value":782},"=\n",{"type":10,"tag":133,"props":784,"children":785},{"class":135,"line":195},[786,791,796,801,806,810,815],{"type":10,"tag":133,"props":787,"children":788},{"style":146},[789],{"type":15,"value":790}," malloc",{"type":10,"tag":133,"props":792,"children":793},{"style":140},[794],{"type":15,"value":795},"(",{"type":10,"tag":133,"props":797,"children":798},{"style":199},[799],{"type":15,"value":800},"sizeof",{"type":10,"tag":133,"props":802,"children":803},{"style":140},[804],{"type":15,"value":805},"(VkTilePropertiesQCOM) ",{"type":10,"tag":133,"props":807,"children":808},{"style":199},[809],{"type":15,"value":225},{"type":10,"tag":133,"props":811,"children":812},{"style":166},[813],{"type":15,"value":814}," subpassCount",{"type":10,"tag":133,"props":816,"children":817},{"style":140},[818],{"type":15,"value":235},{"type":10,"tag":133,"props":820,"children":821},{"class":135,"line":214},[822],{"type":10,"tag":133,"props":823,"children":824},{"emptyLinePlaceholder":758},[825],{"type":15,"value":761},{"type":10,"tag":133,"props":827,"children":828},{"class":135,"line":648},[829],{"type":10,"tag":133,"props":830,"children":832},{"style":831},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[833],{"type":15,"value":834},"// `device` is a valid VkDevice handle\n",{"type":10,"tag":133,"props":836,"children":837},{"class":135,"line":657},[838],{"type":10,"tag":133,"props":839,"children":840},{"style":831},[841],{"type":15,"value":842},"// `hFramebuffer` is a handle to a valid VkFramebuffer object that we want to query\n",{"type":10,"tag":133,"props":844,"children":846},{"class":135,"line":845},8,[847,851,856,861,866],{"type":10,"tag":133,"props":848,"children":849},{"style":146},[850],{"type":15,"value":149},{"type":10,"tag":133,"props":852,"children":853},{"style":140},[854],{"type":15,"value":855},"(device, hFramebuffer, tileProperties, ",{"type":10,"tag":133,"props":857,"children":858},{"style":199},[859],{"type":15,"value":860},"&",{"type":10,"tag":133,"props":862,"children":863},{"style":166},[864],{"type":15,"value":865},"subpassCount",{"type":10,"tag":133,"props":867,"children":868},{"style":140},[869],{"type":15,"value":235},{"type":10,"tag":711,"props":871,"children":873},{"id":872},"_query_tile_properties_when_using_dynamic_rendering",[874],{"type":15,"value":875},"Query tile properties when using dynamic rendering",{"type":10,"tag":121,"props":877,"children":879},{"className":123,"code":878,"language":125,"meta":126,"style":126},"VkRenderingInfoKHR renderingInfo = {\n .sType = VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,\n .pNext = NULL,\n .flags = 0,\n .renderArea = { ... },\n .layerCount = 1,\n .colorAttachmentCount = 2,\n .pColorAttachments = colorAttachments,\n .pDepthAttachment = &depthStencilAttachment,\n .pStencilAttachment = &depthStencilAttachment };\n\n VkTilePropertiesQCOM tileProperties = {\n .sType = VK_STRUCTURE_TYPE_TILE_PROPERTIES_QCOM,\n .pNext = NULL,\n .... };\n\n// `device` is a valid VkDevice handle\n// `pRenderingInfo` is pointer to the `VkRenderingInfoKHR` struct that was passed to `vkCmdBeginRenderingKHR`\nvkGetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, &tileProperties);\n",[880],{"type":10,"tag":129,"props":881,"children":882},{"__ignoreMap":126},[883,900,917,938,959,976,997,1017,1034,1057,1079,1087,1104,1121,1141,1150,1158,1166,1175],{"type":10,"tag":133,"props":884,"children":885},{"class":135,"line":136},[886,891,895],{"type":10,"tag":133,"props":887,"children":888},{"style":140},[889],{"type":15,"value":890},"VkRenderingInfoKHR renderingInfo ",{"type":10,"tag":133,"props":892,"children":893},{"style":199},[894],{"type":15,"value":741},{"type":10,"tag":133,"props":896,"children":897},{"style":140},[898],{"type":15,"value":899}," {\n",{"type":10,"tag":133,"props":901,"children":902},{"class":135,"line":157},[903,908,912],{"type":10,"tag":133,"props":904,"children":905},{"style":140},[906],{"type":15,"value":907}," .sType ",{"type":10,"tag":133,"props":909,"children":910},{"style":199},[911],{"type":15,"value":741},{"type":10,"tag":133,"props":913,"children":914},{"style":140},[915],{"type":15,"value":916}," VK_STRUCTURE_TYPE_RENDERING_INFO_KHR,\n",{"type":10,"tag":133,"props":918,"children":919},{"class":135,"line":177},[920,925,929,934],{"type":10,"tag":133,"props":921,"children":922},{"style":140},[923],{"type":15,"value":924}," .pNext ",{"type":10,"tag":133,"props":926,"children":927},{"style":199},[928],{"type":15,"value":741},{"type":10,"tag":133,"props":930,"children":931},{"style":744},[932],{"type":15,"value":933}," NULL",{"type":10,"tag":133,"props":935,"children":936},{"style":140},[937],{"type":15,"value":174},{"type":10,"tag":133,"props":939,"children":940},{"class":135,"line":195},[941,946,950,955],{"type":10,"tag":133,"props":942,"children":943},{"style":140},[944],{"type":15,"value":945}," .flags ",{"type":10,"tag":133,"props":947,"children":948},{"style":199},[949],{"type":15,"value":741},{"type":10,"tag":133,"props":951,"children":952},{"style":744},[953],{"type":15,"value":954}," 0",{"type":10,"tag":133,"props":956,"children":957},{"style":140},[958],{"type":15,"value":174},{"type":10,"tag":133,"props":960,"children":961},{"class":135,"line":214},[962,967,971],{"type":10,"tag":133,"props":963,"children":964},{"style":140},[965],{"type":15,"value":966}," .renderArea ",{"type":10,"tag":133,"props":968,"children":969},{"style":199},[970],{"type":15,"value":741},{"type":10,"tag":133,"props":972,"children":973},{"style":140},[974],{"type":15,"value":975}," { ... },\n",{"type":10,"tag":133,"props":977,"children":978},{"class":135,"line":648},[979,984,988,993],{"type":10,"tag":133,"props":980,"children":981},{"style":140},[982],{"type":15,"value":983}," .layerCount ",{"type":10,"tag":133,"props":985,"children":986},{"style":199},[987],{"type":15,"value":741},{"type":10,"tag":133,"props":989,"children":990},{"style":744},[991],{"type":15,"value":992}," 1",{"type":10,"tag":133,"props":994,"children":995},{"style":140},[996],{"type":15,"value":174},{"type":10,"tag":133,"props":998,"children":999},{"class":135,"line":657},[1000,1005,1009,1013],{"type":10,"tag":133,"props":1001,"children":1002},{"style":140},[1003],{"type":15,"value":1004}," .colorAttachmentCount ",{"type":10,"tag":133,"props":1006,"children":1007},{"style":199},[1008],{"type":15,"value":741},{"type":10,"tag":133,"props":1010,"children":1011},{"style":744},[1012],{"type":15,"value":747},{"type":10,"tag":133,"props":1014,"children":1015},{"style":140},[1016],{"type":15,"value":174},{"type":10,"tag":133,"props":1018,"children":1019},{"class":135,"line":845},[1020,1025,1029],{"type":10,"tag":133,"props":1021,"children":1022},{"style":140},[1023],{"type":15,"value":1024}," .pColorAttachments ",{"type":10,"tag":133,"props":1026,"children":1027},{"style":199},[1028],{"type":15,"value":741},{"type":10,"tag":133,"props":1030,"children":1031},{"style":140},[1032],{"type":15,"value":1033}," colorAttachments,\n",{"type":10,"tag":133,"props":1035,"children":1037},{"class":135,"line":1036},9,[1038,1043,1047,1052],{"type":10,"tag":133,"props":1039,"children":1040},{"style":140},[1041],{"type":15,"value":1042}," .pDepthAttachment ",{"type":10,"tag":133,"props":1044,"children":1045},{"style":199},[1046],{"type":15,"value":741},{"type":10,"tag":133,"props":1048,"children":1049},{"style":199},[1050],{"type":15,"value":1051}," &",{"type":10,"tag":133,"props":1053,"children":1054},{"style":140},[1055],{"type":15,"value":1056},"depthStencilAttachment,\n",{"type":10,"tag":133,"props":1058,"children":1060},{"class":135,"line":1059},10,[1061,1066,1070,1074],{"type":10,"tag":133,"props":1062,"children":1063},{"style":140},[1064],{"type":15,"value":1065}," .pStencilAttachment ",{"type":10,"tag":133,"props":1067,"children":1068},{"style":199},[1069],{"type":15,"value":741},{"type":10,"tag":133,"props":1071,"children":1072},{"style":199},[1073],{"type":15,"value":1051},{"type":10,"tag":133,"props":1075,"children":1076},{"style":140},[1077],{"type":15,"value":1078},"depthStencilAttachment };\n",{"type":10,"tag":133,"props":1080,"children":1082},{"class":135,"line":1081},11,[1083],{"type":10,"tag":133,"props":1084,"children":1085},{"emptyLinePlaceholder":758},[1086],{"type":15,"value":761},{"type":10,"tag":133,"props":1088,"children":1090},{"class":135,"line":1089},12,[1091,1096,1100],{"type":10,"tag":133,"props":1092,"children":1093},{"style":140},[1094],{"type":15,"value":1095}," VkTilePropertiesQCOM tileProperties ",{"type":10,"tag":133,"props":1097,"children":1098},{"style":199},[1099],{"type":15,"value":741},{"type":10,"tag":133,"props":1101,"children":1102},{"style":140},[1103],{"type":15,"value":899},{"type":10,"tag":133,"props":1105,"children":1107},{"class":135,"line":1106},13,[1108,1112,1116],{"type":10,"tag":133,"props":1109,"children":1110},{"style":140},[1111],{"type":15,"value":907},{"type":10,"tag":133,"props":1113,"children":1114},{"style":199},[1115],{"type":15,"value":741},{"type":10,"tag":133,"props":1117,"children":1118},{"style":140},[1119],{"type":15,"value":1120}," VK_STRUCTURE_TYPE_TILE_PROPERTIES_QCOM,\n",{"type":10,"tag":133,"props":1122,"children":1124},{"class":135,"line":1123},14,[1125,1129,1133,1137],{"type":10,"tag":133,"props":1126,"children":1127},{"style":140},[1128],{"type":15,"value":924},{"type":10,"tag":133,"props":1130,"children":1131},{"style":199},[1132],{"type":15,"value":741},{"type":10,"tag":133,"props":1134,"children":1135},{"style":744},[1136],{"type":15,"value":933},{"type":10,"tag":133,"props":1138,"children":1139},{"style":140},[1140],{"type":15,"value":174},{"type":10,"tag":133,"props":1142,"children":1144},{"class":135,"line":1143},15,[1145],{"type":10,"tag":133,"props":1146,"children":1147},{"style":140},[1148],{"type":15,"value":1149}," .... };\n",{"type":10,"tag":133,"props":1151,"children":1153},{"class":135,"line":1152},16,[1154],{"type":10,"tag":133,"props":1155,"children":1156},{"emptyLinePlaceholder":758},[1157],{"type":15,"value":761},{"type":10,"tag":133,"props":1159,"children":1161},{"class":135,"line":1160},17,[1162],{"type":10,"tag":133,"props":1163,"children":1164},{"style":831},[1165],{"type":15,"value":834},{"type":10,"tag":133,"props":1167,"children":1169},{"class":135,"line":1168},18,[1170],{"type":10,"tag":133,"props":1171,"children":1172},{"style":831},[1173],{"type":15,"value":1174},"// `pRenderingInfo` is pointer to the `VkRenderingInfoKHR` struct that was passed to `vkCmdBeginRenderingKHR`\n",{"type":10,"tag":133,"props":1176,"children":1178},{"class":135,"line":1177},19,[1179,1183,1188,1192,1196],{"type":10,"tag":133,"props":1180,"children":1181},{"style":146},[1182],{"type":15,"value":396},{"type":10,"tag":133,"props":1184,"children":1185},{"style":140},[1186],{"type":15,"value":1187},"(device, pRenderingInfo, ",{"type":10,"tag":133,"props":1189,"children":1190},{"style":199},[1191],{"type":15,"value":860},{"type":10,"tag":133,"props":1193,"children":1194},{"style":166},[1195],{"type":15,"value":579},{"type":10,"tag":133,"props":1197,"children":1198},{"style":140},[1199],{"type":15,"value":235},{"type":10,"tag":711,"props":1201,"children":1203},{"id":1202},"_interpreting_tile_size_values",[1204],{"type":15,"value":1205},"Interpreting tile size values",{"type":10,"tag":1207,"props":1208,"children":1209},"ol",{},[1210,1216,1228],{"type":10,"tag":1211,"props":1212,"children":1213},"li",{},[1214],{"type":15,"value":1215},"If attachment dimensions are (768, 1440) and tile size returned is (768, 480) then it implies that there are three tiles in a (1 x 3) tile-grid. All tiles are full tiles contained within the attachment.",{"type":10,"tag":1211,"props":1217,"children":1218},{},[1219,1221,1226],{"type":15,"value":1220},"If attachment dimensions are (720, 1440) and tile size returned is (768, 480) then it implies that there are three tiles in a (1 x 3) tile-grid. All tiles are ",{"type":10,"tag":34,"props":1222,"children":1223},{},[1224],{"type":15,"value":1225},"partially filled",{"type":15,"value":1227}," tiles as they span outside the attachment extent.",{"type":10,"tag":1211,"props":1229,"children":1230},{},[1231,1233,1237],{"type":15,"value":1232},"If attachment dimensions are (1920, 1080) and tile size returned is (672, 576) then it implies that there are six tiles in a (3 x 2) tile-grid. Last tiles in each row and column are ",{"type":10,"tag":34,"props":1234,"children":1235},{},[1236],{"type":15,"value":1225},{"type":15,"value":1227},{"type":10,"tag":711,"props":1239,"children":1241},{"id":1240},"_interpreting_origin_values",[1242],{"type":15,"value":1243},"Interpreting origin values",{"type":10,"tag":1207,"props":1245,"children":1246},{},[1247,1252],{"type":10,"tag":1211,"props":1248,"children":1249},{},[1250],{"type":15,"value":1251},"If returned origin is (0, 0) then the first tile’s top-left corner is at the attachment’s origin (0,0).",{"type":10,"tag":1211,"props":1253,"children":1254},{},[1255],{"type":15,"value":1256},"If returned origin is (-32, -64) and tile size is (768, 480), then tile boundaries in x will lie at -32, 736, 1504, …​ and tile boundaries in y will lie at -64, 416, 896, …​\".",{"type":10,"tag":17,"props":1258,"children":1260},{"id":1259},"_issues",[1261],{"type":15,"value":1262},"Issues",{"type":10,"tag":11,"props":1264,"children":1265},{},[1266],{"type":15,"value":1267},"This section describes issues that came up during discussion and their resolution.",{"type":10,"tag":711,"props":1269,"children":1271},{"id":1270},"_resolved_how_to_handle_dynamic_rendering",[1272],{"type":15,"value":1273},"RESOLVED: How to handle dynamic rendering?",{"type":10,"tag":11,"props":1275,"children":1276},{},[1277],{"type":15,"value":1278},"Since the extension should support both renderpasses and dynamic rendering, dedicated API entry points were added for both.",{"type":10,"tag":711,"props":1280,"children":1282},{"id":1281},"_resolved_this_extension_returns_only_one_set_of_dimensions_for_tile_size_so_how_to_handle_the_case_of_non_merged_subpasses_where_each_subpass_can_have_a_different_tile_size",[1283],{"type":15,"value":1284},"RESOLVED: This extension returns only one set of dimensions for tile size so how to handle the case of non-merged subpasses where each subpass can have a different tile size?",{"type":10,"tag":11,"props":1286,"children":1287},{},[1288],{"type":15,"value":1289},"The extension was modified to return an array of tile properties which holds properties for all requested or available subpassses instead of single value for tile properties.",{"type":10,"tag":711,"props":1291,"children":1293},{"id":1292},"_resolved_adreno_implementation_may_decide_to_execute_certain_workloads_in_direct_rendering_mode_a_k_a_flex_render_what_is_the_interaction_of_this_extension_with_flex_render",[1294],{"type":15,"value":1295},"RESOLVED: Adreno implementation may decide to execute certain workloads in direct rendering mode a.k.a Flex render. What is the interaction of this extension with Flex render?",{"type":10,"tag":11,"props":1297,"children":1298},{},[1299],{"type":15,"value":1300},"In those cases, the information returned by this extension may not indicate the true execution mode of the GPU.",{"type":10,"tag":1302,"props":1303,"children":1304},"style",{},[1305],{"type":15,"value":1306},"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":126,"searchDepth":157,"depth":157,"links":1308},[1309,1310,1311,1312,1313,1319],{"id":19,"depth":157,"text":22},{"id":53,"depth":157,"text":56},{"id":90,"depth":157,"text":93},{"id":111,"depth":157,"text":114},{"id":706,"depth":157,"text":709,"children":1314},[1315,1316,1317,1318],{"id":713,"depth":177,"text":716},{"id":872,"depth":177,"text":875},{"id":1202,"depth":177,"text":1205},{"id":1240,"depth":177,"text":1243},{"id":1259,"depth":157,"text":1262,"children":1320},[1321,1322,1323],{"id":1270,"depth":177,"text":1273},{"id":1281,"depth":177,"text":1284},{"id":1292,"depth":177,"text":1295},"markdown",[1326,1331,1334,1337,1340,1343,1346,1349,1352,1355,1358,1361,1364,1367,1370,1373,1376,1379,1382,1385,1388,1392,1396,1400,1404,1408,1412,1416,1420,1424,1428,1432,1436,1440,1444,1448,1452,1456,1460,1464,1468,1472,1476,1480,1484,1488,1492,1496,1500,1504,1508,1511,1514,1517,1520,1523,1526,1529,1532],{"index":1327,"title":1328,"id":1329,"appendix":1330},0,"Preamble","preamble",false,{"index":136,"title":1332,"id":1333,"appendix":1330},"Introduction","introduction",{"index":157,"title":1335,"id":1336,"appendix":1330},"Fundamentals","fundamentals",{"index":177,"title":1338,"id":1339,"appendix":1330},"Initialization","initialization",{"index":195,"title":1341,"id":1342,"appendix":1330},"Devices and Queues","devsandqueues",{"index":214,"title":1344,"id":1345,"appendix":1330},"Command Buffers","commandbuffers",{"index":648,"title":1347,"id":1348,"appendix":1330},"Synchronization and Cache Control","synchronization",{"index":657,"title":1350,"id":1351,"appendix":1330},"Render Pass","renderpass",{"index":845,"title":1353,"id":1354,"appendix":1330},"Shaders","shaders",{"index":1036,"title":1356,"id":1357,"appendix":1330},"Pipelines","pipelines",{"index":1059,"title":1359,"id":1360,"appendix":1330},"Memory Allocation","memory",{"index":1081,"title":1362,"id":1363,"appendix":1330},"Resource Creation","resources",{"index":1089,"title":1365,"id":1366,"appendix":1330},"Samplers","samplers",{"index":1106,"title":1368,"id":1369,"appendix":1330},"Resource Descriptors","descriptorsets",{"index":1123,"title":1371,"id":1372,"appendix":1330},"Shader Interfaces","interfaces",{"index":1143,"title":1374,"id":1375,"appendix":1330},"Image Operations","textures",{"index":1152,"title":1377,"id":1378,"appendix":1330},"Fragment Density Map Operations","fragmentdensitymapops",{"index":1160,"title":1380,"id":1381,"appendix":1330},"Queries","queries",{"index":1168,"title":1383,"id":1384,"appendix":1330},"Clear Commands","clears",{"index":1177,"title":1386,"id":1387,"appendix":1330},"Copy Commands","copies",{"index":1389,"title":1390,"id":1391,"appendix":1330},20,"Drawing Commands","drawing",{"index":1393,"title":1394,"id":1395,"appendix":1330},21,"Fixed-Function Vertex Processing","fxvertex",{"index":1397,"title":1398,"id":1399,"appendix":1330},22,"Tessellation","tessellation",{"index":1401,"title":1402,"id":1403,"appendix":1330},23,"Geometry Shading","geometry",{"index":1405,"title":1406,"id":1407,"appendix":1330},24,"Mesh Shading","mesh",{"index":1409,"title":1410,"id":1411,"appendix":1330},25,"Cluster Culling Shading","cluster-culling",{"index":1413,"title":1414,"id":1415,"appendix":1330},26,"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":1417,"title":1418,"id":1419,"appendix":1330},27,"Rasterization","primsrast",{"index":1421,"title":1422,"id":1423,"appendix":1330},28,"Fragment Operations","fragops",{"index":1425,"title":1426,"id":1427,"appendix":1330},29,"The Framebuffer","framebuffer",{"index":1429,"title":1430,"id":1431,"appendix":1330},30,"Dispatching Commands","dispatch",{"index":1433,"title":1434,"id":1435,"appendix":1330},31,"Device-Generated Commands","device-generated-commands",{"index":1437,"title":1438,"id":1439,"appendix":1330},32,"Sparse Resources","sparsememory",{"index":1441,"title":1442,"id":1443,"appendix":1330},33,"Window System Integration (WSI)","wsi",{"index":1445,"title":1446,"id":1447,"appendix":1330},34,"Deferred Host Operations","deferred-host-operations",{"index":1449,"title":1450,"id":1451,"appendix":1330},35,"Private Data","private-data",{"index":1453,"title":1454,"id":1455,"appendix":1330},36,"Acceleration Structures","acceleration-structure",{"index":1457,"title":1458,"id":1459,"appendix":1330},37,"Micromap","micromap",{"index":1461,"title":1462,"id":1463,"appendix":1330},38,"Ray Traversal","ray-traversal",{"index":1465,"title":1466,"id":1467,"appendix":1330},39,"Ray Tracing","ray-tracing",{"index":1469,"title":1470,"id":1471,"appendix":1330},40,"Memory Decompression","memory-decompression",{"index":1473,"title":1474,"id":1475,"appendix":1330},41,"Video Coding","video-coding",{"index":1477,"title":1478,"id":1479,"appendix":1330},42,"Optical Flow","opticalflow",{"index":1481,"title":1482,"id":1483,"appendix":1330},43,"Execution Graphs","executiongraphs",{"index":1485,"title":1486,"id":1487,"appendix":1330},44,"Extending Vulkan","extendingvulkan",{"index":1489,"title":1490,"id":1491,"appendix":1330},45,"Features","features",{"index":1493,"title":1494,"id":1495,"appendix":1330},46,"Limits","limits",{"index":1497,"title":1498,"id":1499,"appendix":1330},47,"Formats","formats",{"index":1501,"title":1502,"id":1503,"appendix":1330},48,"Additional Capabilities","capabilities",{"index":1505,"title":1506,"id":1507,"appendix":1330},49,"Debugging","debugging",{"index":1327,"title":1509,"id":1510,"appendix":758},"Vulkan Environment for SPIR-V","spirvenv",{"index":136,"title":1512,"id":1513,"appendix":758},"Memory Model","memory-model",{"index":157,"title":1515,"id":1516,"appendix":758},"Compressed Image Formats","compressed_image_formats",{"index":177,"title":1518,"id":1519,"appendix":758},"Core Revisions (Informative)","versions",{"index":195,"title":1521,"id":1522,"appendix":758},"Layers & Extensions (Informative)","extensions",{"index":214,"title":1524,"id":1525,"appendix":758},"API Boilerplate","boilerplate",{"index":648,"title":1527,"id":1528,"appendix":758},"Invariance","invariance",{"index":657,"title":1530,"id":1531,"appendix":758},"Lexicon","lexicon",{"index":845,"title":1533,"id":1534,"appendix":758},"Credits (Informative)","credits",[1536,1543,1547,1552,1556,1561,1564,1567,1570,1574,1578,1581,1584,1587,1589,1591,1594,1597,1601,1603,1607,1609,1612,1614,1617,1625,1629,1635,1639,1644,1646,1650,1656,1662,1668,1670,1673,1679,1682,1686,1692,1696,1700,1705,1709,1712,1715,1721,1724,1727,1731,1735,1739,1742,1744,1748,1753,1759,1762,1766,1769,1775,1778,1782,1785,1789,1792,1796,1799,1804,1808,1811,1816,1819,1822,1825,1829,1834,1839,1843,1847,1851,1855,1859,1863,1867,1870,1873,1877,1880,1883,1886,1890,1895,1899,1902,1906,1911,1915,1920,1923,1926,1931,1936,1940,1943,1947,1952,1955,1960,1965,1968,1971,1975,1979,1983,1988,1992,1995,2000,2004,2007,2011,2015,2019,2022,2024,2028,2031,2034,2037,2040,2043,2046,2049,2052,2055,2059,2063,2066,2069,2072,2075,2078,2081,2085,2089,2093,2096,2100,2103,2106,2109,2111,2115,2120,2124,2128,2130,2134,2137,2144,2148,2152,2156,2162,2165,2169,2173,2176,2179,2183,2188,2194,2198,2200,2205,2208,2213,2217,2222,2226,2230,2232,2235,2238,2240,2245,2248,2251,2256,2260,2264,2269,2273,2277,2279,2281,2284,2286,2289,2292,2296,2300,2302,2306,2309,2313,2316,2318,2321,2325,2327,2331,2334,2337,2340,2344,2347,2350,2352,2355,2357,2360,2364,2367,2369,2371,2373,2375,2379,2381,2384,2389,2393,2396,2398,2401,2403,2407,2410,2413,2416,2420,2423,2428,2432,2435,2439,2442,2445,2449,2453,2455,2460,2463,2467,2470,2473,2476,2478,2481,2485,2488,2492,2495,2499,2503,2506,2509,2512,2515,2519,2521,2524,2526,2531,2532,2536,2539,2542,2545,2548,2550,2554,2557,2560,2563,2567,2569,2571,2575,2577,2580,2584,2588,2590,2594,2597,2600,2603,2606,2610,2615,2620,2624,2630,2634,2637,2641,2645,2648,2652,2656,2659,2663,2666,2671,2675,2677,2683,2686,2689,2692,2696,2699,2703,2707,2711,2713,2716,2718,2721,2723,2725,2728,2731,2734,2737,2740,2743,2745,2749,2753,2757,2761,2764,2767,2771,2774,2778,2780,2784,2788,2791,2794,2797,2800,2803,2806,2809,2812,2815,2818,2821,2824,2827,2830,2834,2837,2841,2845,2848,2851,2854,2857,2860,2863,2867,2870,2873,2879,2883,2887,2891],{"number":1537,"type":169,"author":1538,"provisional":758,"depends":1539,"platform":1540,"contact":1541,"extension":1542,"proposal":758},135,"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":1544,"type":169,"author":1538,"provisional":1330,"contact":1545,"extension":1546,"proposal":758},477,"Stu Smith","VK_AMD_anti_lag",{"number":1548,"type":169,"author":1538,"provisional":1330,"specialuse":1549,"contact":1550,"extension":1551,"proposal":1330},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":1553,"type":169,"author":1538,"provisional":1330,"depends":1554,"contact":1541,"extension":1555,"proposal":1330},230,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","VK_AMD_device_coherent_memory",{"number":1557,"type":169,"author":1538,"provisional":1330,"depends":1558,"contact":1559,"extension":1560,"proposal":1330},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":1445,"type":169,"author":1538,"promotedto":1562,"provisional":1330,"contact":1550,"extension":1563,"proposal":1330},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":1413,"type":169,"author":1538,"provisional":1330,"contact":1565,"extension":1566,"proposal":1330},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":1457,"type":169,"author":1538,"deprecatedby":1568,"provisional":1330,"contact":1565,"extension":1569,"proposal":1330},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":1571,"type":169,"author":1538,"deprecatedby":1568,"provisional":1330,"contact":1572,"extension":1573,"proposal":1330},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":1575,"type":169,"author":1538,"provisional":1330,"contact":1576,"extension":1577,"proposal":1330},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":1579,"type":169,"author":1538,"provisional":1330,"contact":1559,"extension":1580,"proposal":1330},137,"VK_AMD_mixed_attachment_samples",{"number":1453,"type":169,"author":1538,"obsoletedby":1582,"provisional":1330,"contact":1559,"extension":1583,"proposal":1330},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":1585,"type":169,"author":1538,"provisional":1330,"contact":1559,"extension":1586,"proposal":1330},184,"VK_AMD_pipeline_compiler_control",{"number":1177,"type":169,"author":1538,"provisional":1330,"contact":1550,"extension":1588,"proposal":1330},"VK_AMD_rasterization_order",{"number":1461,"type":169,"author":1538,"provisional":1330,"contact":1565,"extension":1590,"proposal":1330},"VK_AMD_shader_ballot",{"number":1592,"type":169,"author":1538,"provisional":1330,"depends":1554,"contact":1576,"extension":1593,"proposal":1330},186,"VK_AMD_shader_core_properties",{"number":1595,"type":169,"author":1538,"provisional":1330,"depends":1593,"contact":1559,"extension":1596,"proposal":1330},228,"VK_AMD_shader_core_properties2",{"number":1598,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1541,"extension":1600,"proposal":758},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":1397,"type":169,"author":1538,"provisional":1330,"contact":1572,"extension":1602,"proposal":1330},"VK_AMD_shader_explicit_vertex_parameter",{"number":1604,"type":169,"author":1538,"provisional":1330,"contact":1605,"extension":1606,"proposal":1330},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":1497,"type":169,"author":1538,"provisional":1330,"contact":1565,"extension":1608,"proposal":1330},"VK_AMD_shader_image_load_store_lod",{"number":1481,"type":169,"author":1538,"provisional":1330,"specialuse":1549,"contact":1610,"extension":1611,"proposal":1330},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":1393,"type":169,"author":1538,"provisional":1330,"contact":1572,"extension":1613,"proposal":1330},"VK_AMD_shader_trinary_minmax",{"number":1477,"type":169,"author":1538,"provisional":1330,"depends":1554,"contact":1615,"extension":1616,"proposal":1330},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":1618,"type":169,"author":1619,"provisional":1330,"depends":1620,"platform":1621,"specialuse":1622,"contact":1623,"extension":1624,"proposal":758},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":1626,"type":169,"author":1619,"provisional":1330,"depends":1627,"platform":1621,"contact":1628,"extension":1620,"proposal":1330},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":1630,"type":169,"author":1631,"promotedto":1632,"provisional":1330,"depends":1554,"contact":1633,"extension":1634,"proposal":1330},343,"ARM","VK_EXT_rasterization_order_attachment_access","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":1636,"type":169,"author":1631,"provisional":1330,"depends":1637,"contact":1633,"extension":1638,"proposal":758},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":1640,"type":169,"author":1631,"provisional":1330,"depends":1641,"contact":1642,"extension":1643,"proposal":1330},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":1645,"type":169,"author":1631,"provisional":1330,"depends":1554,"contact":1642,"extension":1641,"proposal":1330},498,{"number":1647,"type":169,"author":1631,"provisional":1330,"depends":1648,"contact":1633,"extension":1649,"proposal":1330},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":1651,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1654,"extension":1655,"proposal":1330},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":1657,"type":1658,"author":1599,"provisional":1330,"depends":1659,"contact":1660,"extension":1661,"proposal":1330},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":1663,"type":1658,"author":1664,"provisional":1330,"depends":1659,"platform":1665,"contact":1666,"extension":1667,"proposal":1330},90,"NV","xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":1669,"proposal":1330},"VK_EXT_application_parameters",{"number":1671,"type":169,"author":1631,"provisional":1330,"depends":1554,"contact":1633,"extension":1672,"proposal":1330},68,"VK_EXT_astc_decode_mode",{"number":1674,"type":169,"author":1599,"provisional":1330,"depends":1675,"ratified":1676,"contact":1677,"extension":1678,"proposal":758},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":1680,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1654,"extension":1681,"proposal":758},340,"VK_EXT_attachment_feedback_loop_layout",{"number":1683,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":1685,"proposal":1330},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":1687,"type":169,"author":1599,"provisional":1330,"depends":1688,"specialuse":1689,"contact":1690,"extension":1691,"proposal":1330},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":1693,"type":169,"author":1664,"deprecatedby":1694,"provisional":1330,"depends":1554,"contact":1684,"extension":1695,"proposal":1330},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":1697,"type":169,"author":1599,"promotedto":1698,"provisional":1330,"depends":1554,"contact":1550,"extension":1699,"proposal":758},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":1701,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1702,"contact":1703,"extension":1704,"proposal":1330},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":1706,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":1707,"extension":1708,"proposal":1330},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":1710,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1676,"contact":1690,"extension":1711,"proposal":1330},102,"VK_EXT_conservative_rasterization",{"number":1713,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1702,"specialuse":1689,"contact":1714,"extension":1688,"proposal":1330},288,"Liam Middlebrook @liam-middlebrook",{"number":1401,"type":169,"author":1716,"promotedto":1717,"provisional":1330,"depends":1718,"specialuse":1507,"contact":1719,"extension":1720,"proposal":1330},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":1089,"type":1658,"author":1722,"deprecatedby":1717,"provisional":1330,"specialuse":1507,"contact":1723,"extension":1718,"proposal":1330},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":1725,"type":1658,"author":1599,"provisional":1330,"specialuse":1507,"contact":1726,"extension":1717,"proposal":1330},129,"Mark Young @marky-lunarg",{"number":1728,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1729,"contact":1654,"extension":1730,"proposal":758},284,"d3demulation","VK_EXT_depth_bias_control",{"number":1732,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1733,"extension":1734,"proposal":1330},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":1736,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1622,"contact":1737,"extension":1738,"proposal":1330},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":1740,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1702,"specialuse":1729,"contact":1690,"extension":1741,"proposal":1330},103,"VK_EXT_depth_clip_enable",{"number":1123,"type":169,"author":1664,"provisional":1330,"ratified":1702,"contact":1690,"extension":1743,"proposal":1330},"VK_EXT_depth_range_unrestricted",{"number":1745,"type":169,"author":1599,"provisional":1330,"depends":1746,"contact":1541,"extension":1747,"proposal":758},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":1749,"type":169,"author":1664,"promotedto":1750,"provisional":1330,"depends":1751,"contact":1684,"extension":1752,"proposal":1330},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":1754,"type":169,"author":1599,"provisional":1330,"depends":1755,"specialuse":1756,"contact":1757,"extension":1758,"proposal":1330},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":1760,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1757,"extension":1761,"proposal":758},342,"VK_EXT_device_fault",{"number":1763,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1549,"contact":1764,"extension":1765,"proposal":1330},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":1767,"type":1658,"author":1664,"provisional":1330,"depends":1768,"contact":1666,"extension":1659,"proposal":1330},89,"VK_KHR_display",{"number":1770,"type":1658,"author":1599,"provisional":1330,"depends":1771,"platform":1772,"contact":1773,"extension":1774,"proposal":1330},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":1776,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1702,"contact":1690,"extension":1777,"proposal":1330},100,"VK_EXT_discard_rectangles",{"number":1779,"type":169,"author":1664,"provisional":1330,"depends":1780,"ratified":1676,"contact":1666,"extension":1781,"proposal":1330},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":1783,"type":1658,"author":1664,"provisional":1330,"depends":1768,"ratified":1676,"contact":1666,"extension":1784,"proposal":1330},91,"VK_EXT_display_surface_counter",{"number":1786,"type":169,"author":1599,"provisional":1330,"depends":1787,"ratified":1676,"contact":1690,"extension":1788,"proposal":758},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":1790,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1690,"extension":1791,"proposal":1330},268,"VK_EXT_extended_dynamic_state",{"number":1793,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1794,"extension":1795,"proposal":1330},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":1797,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1676,"contact":1690,"extension":1798,"proposal":758},456,"VK_EXT_extended_dynamic_state3",{"number":1800,"type":169,"author":1599,"provisional":1330,"depends":1801,"ratified":1676,"contact":1802,"extension":1803,"proposal":758},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":1805,"type":169,"author":1599,"provisional":1330,"depends":1806,"ratified":1702,"contact":1802,"extension":1807,"proposal":1330},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":1809,"type":169,"author":1599,"provisional":1330,"depends":1801,"ratified":1702,"contact":1550,"extension":1810,"proposal":1330},179,"VK_EXT_external_memory_host",{"number":1812,"type":169,"author":1813,"provisional":1330,"ratified":1676,"contact":1814,"extension":1815,"proposal":1330},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":1817,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1814,"extension":1818,"proposal":1330},219,"VK_EXT_fragment_density_map",{"number":1820,"type":169,"author":1599,"provisional":1330,"depends":1818,"contact":1814,"extension":1821,"proposal":1330},333,"VK_EXT_fragment_density_map2",{"number":1823,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1690,"extension":1824,"proposal":1330},252,"VK_EXT_fragment_shader_interlock",{"number":1826,"type":169,"author":1599,"provisional":1330,"ratified":1676,"contact":1827,"extension":1828,"proposal":758},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":1830,"type":169,"author":1599,"provisional":1330,"depends":1831,"platform":1832,"ratified":1676,"contact":1666,"extension":1833,"proposal":1330},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":1835,"type":169,"author":1599,"promotedto":1836,"provisional":1330,"contact":1837,"extension":1838,"proposal":1330},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":1840,"type":169,"author":1599,"promotedto":1836,"provisional":1330,"depends":1841,"contact":1764,"extension":1842,"proposal":1330},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":1844,"type":169,"author":1538,"provisional":1330,"depends":1845,"contact":1541,"extension":1846,"proposal":758},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":1848,"type":169,"author":1722,"provisional":1330,"depends":1849,"ratified":1702,"contact":1723,"extension":1850,"proposal":1330},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":1852,"type":1658,"author":1599,"provisional":1330,"depends":1771,"contact":1853,"extension":1854,"proposal":1330},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":1856,"type":169,"author":1599,"provisional":1330,"depends":1857,"ratified":1676,"contact":1737,"extension":1858,"proposal":758},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":1860,"type":169,"author":1599,"promotedto":1750,"provisional":1330,"depends":1554,"contact":1861,"extension":1862,"proposal":1330},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":1864,"type":169,"author":1599,"provisional":1330,"depends":1865,"specialuse":1622,"contact":1677,"extension":1866,"proposal":1330},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":1868,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1633,"extension":1869,"proposal":758},339,"VK_EXT_image_compression_control",{"number":1871,"type":169,"author":1599,"provisional":1330,"depends":1869,"contact":1633,"extension":1872,"proposal":1330},438,"VK_EXT_image_compression_control_swapchain",{"number":1874,"type":169,"author":1599,"provisional":1330,"depends":1875,"ratified":1676,"contact":1802,"extension":1876,"proposal":1330},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":1878,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1733,"extension":1879,"proposal":1330},336,"VK_EXT_image_robustness",{"number":1881,"type":169,"author":1599,"provisional":1330,"depends":1865,"specialuse":1729,"contact":1677,"extension":1882,"proposal":758},419,"VK_EXT_image_sliced_view_of_3d",{"number":1884,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1654,"extension":1885,"proposal":1330},392,"VK_EXT_image_view_min_lod",{"number":1887,"type":169,"author":1599,"promotedto":1888,"provisional":1330,"depends":1554,"contact":1690,"extension":1889,"proposal":1330},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":1891,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1892,"contact":1893,"extension":1894,"proposal":1330},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":1896,"type":1658,"author":1599,"provisional":1330,"ratified":1676,"contact":1897,"extension":1898,"proposal":758},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":1900,"type":169,"author":1599,"provisional":1330,"depends":1554,"specialuse":1622,"contact":1737,"extension":1901,"proposal":758},466,"VK_EXT_legacy_dithering",{"number":1903,"type":169,"author":1599,"provisional":1330,"depends":1904,"ratified":1676,"specialuse":1622,"contact":1677,"extension":1905,"proposal":758},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":1907,"type":169,"author":1599,"promotedto":1908,"provisional":1330,"depends":1554,"specialuse":1909,"contact":1684,"extension":1910,"proposal":1330},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":1912,"type":169,"author":1599,"promotedto":1913,"provisional":1330,"ratified":1676,"contact":1737,"extension":1914,"proposal":1330},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":1916,"type":169,"author":1599,"provisional":1330,"depends":1917,"ratified":1676,"contact":1918,"extension":1919,"proposal":758},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":1921,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":1922,"proposal":1330},238,"VK_EXT_memory_budget",{"number":1924,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":1925,"proposal":1330},239,"VK_EXT_memory_priority",{"number":1927,"type":169,"author":1599,"provisional":1330,"depends":1928,"contact":1929,"extension":1930,"proposal":758},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":1932,"type":169,"author":1599,"provisional":1330,"platform":1933,"contact":1934,"extension":1935,"proposal":758},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":1937,"type":1658,"author":1599,"provisional":1330,"depends":1771,"platform":1933,"contact":1938,"extension":1939,"proposal":1330},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":1941,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1677,"extension":1942,"proposal":1330},393,"VK_EXT_multi_draw",{"number":1944,"type":169,"author":1599,"provisional":1330,"depends":1945,"contact":1737,"extension":1946,"proposal":758},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":1948,"type":169,"author":1599,"provisional":1330,"depends":1949,"specialuse":1729,"contact":1950,"extension":1951,"proposal":758},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":1953,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1690,"extension":1954,"proposal":1330},452,"VK_EXT_nested_command_buffer",{"number":1956,"type":169,"author":1599,"provisional":1330,"depends":1554,"specialuse":1957,"contact":1958,"extension":1959,"proposal":758},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":1961,"type":169,"author":1599,"provisional":1330,"depends":1962,"ratified":1676,"contact":1963,"extension":1964,"proposal":758},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":1966,"type":169,"author":1599,"provisional":1330,"depends":1925,"contact":1690,"extension":1967,"proposal":1330},413,"VK_EXT_pageable_device_local_memory",{"number":1969,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1702,"contact":1559,"extension":1970,"proposal":1330},213,"VK_EXT_pci_bus_info",{"number":1972,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1973,"extension":1974,"proposal":1330},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":1976,"type":169,"author":1538,"promotedto":1652,"provisional":1330,"depends":1554,"contact":1977,"extension":1978,"proposal":1330},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":1980,"type":169,"author":1722,"promotedto":1652,"provisional":1330,"specialuse":1549,"contact":1981,"extension":1982,"proposal":1330},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":1984,"type":169,"author":1599,"provisional":1330,"depends":1985,"contact":1986,"extension":1987,"proposal":758},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":1989,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1990,"extension":1991,"proposal":1330},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":1993,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":1737,"extension":1994,"proposal":758},467,"VK_EXT_pipeline_protected_access",{"number":1996,"type":169,"author":1997,"provisional":1330,"depends":1554,"contact":1998,"extension":1999,"proposal":1330},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":2001,"type":169,"author":1664,"provisional":1330,"ratified":1676,"contact":2002,"extension":2003,"proposal":1330},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":2005,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1622,"contact":1737,"extension":2006,"proposal":1330},357,"VK_EXT_primitive_topology_list_restart",{"number":2008,"type":169,"author":1599,"provisional":1330,"depends":2009,"specialuse":1622,"contact":1737,"extension":2010,"proposal":758},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":2012,"type":169,"author":1664,"promotedto":1652,"provisional":1330,"depends":1554,"contact":2013,"extension":2014,"proposal":1330},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":2016,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1622,"contact":2017,"extension":2018,"proposal":1330},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":2020,"type":169,"author":1599,"provisional":1330,"depends":1801,"ratified":1702,"contact":1802,"extension":2021,"proposal":1330},127,"VK_EXT_queue_family_foreign",{"number":2023,"type":169,"author":1631,"provisional":1330,"depends":1554,"contact":1633,"extension":1632,"proposal":758},464,{"number":2025,"type":169,"author":1599,"provisional":1330,"depends":2026,"contact":1633,"extension":2027,"proposal":1330},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":2029,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1702,"contact":1714,"extension":2030,"proposal":1330},287,"VK_EXT_robustness2",{"number":2032,"type":169,"author":1538,"provisional":1330,"depends":1554,"ratified":1702,"contact":1550,"extension":2033,"proposal":1330},144,"VK_EXT_sample_locations",{"number":2035,"type":169,"author":1664,"promotedto":1750,"provisional":1330,"depends":1554,"contact":1684,"extension":2036,"proposal":1330},131,"VK_EXT_sampler_filter_minmax",{"number":2038,"type":169,"author":1599,"promotedto":1750,"provisional":1330,"depends":1554,"contact":1541,"extension":2039,"proposal":1330},222,"VK_EXT_scalar_block_layout",{"number":2041,"type":169,"author":1599,"promotedto":1750,"provisional":1330,"contact":1550,"extension":2042,"proposal":1330},247,"VK_EXT_separate_stencil_usage",{"number":2044,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1702,"contact":1794,"extension":2045,"proposal":1330},261,"VK_EXT_shader_atomic_float",{"number":2047,"type":169,"author":1599,"provisional":1330,"depends":2045,"ratified":1676,"contact":1918,"extension":2048,"proposal":1330},274,"VK_EXT_shader_atomic_float2",{"number":2050,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1684,"extension":2051,"proposal":1330},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":2053,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1541,"extension":2054,"proposal":1330},235,"VK_EXT_shader_image_atomic_int64",{"number":2056,"type":169,"author":1599,"provisional":1330,"depends":2057,"contact":1986,"extension":2058,"proposal":758},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":2060,"type":169,"author":1599,"provisional":1330,"depends":1787,"ratified":1676,"contact":2061,"extension":2062,"proposal":758},483,"Daniel Story @daniel-story","VK_EXT_shader_object",{"number":2064,"type":169,"author":1599,"provisional":1330,"ratified":1676,"contact":1642,"extension":2065,"proposal":758},565,"VK_EXT_shader_replicated_composites",{"number":2067,"type":169,"author":1599,"provisional":1330,"ratified":1702,"contact":1565,"extension":2068,"proposal":1330},141,"VK_EXT_shader_stencil_export",{"number":2070,"type":169,"author":1664,"deprecatedby":1750,"provisional":1330,"contact":2002,"extension":2071,"proposal":1330},65,"VK_EXT_shader_subgroup_ballot",{"number":2073,"type":169,"author":1664,"deprecatedby":1648,"provisional":1330,"contact":2002,"extension":2074,"proposal":1330},66,"VK_EXT_shader_subgroup_vote",{"number":2076,"type":169,"author":1599,"provisional":1330,"depends":1652,"ratified":1676,"contact":1633,"extension":2077,"proposal":758},396,"VK_EXT_shader_tile_image",{"number":2079,"type":169,"author":1664,"promotedto":1750,"provisional":1330,"contact":2002,"extension":2080,"proposal":1330},163,"VK_EXT_shader_viewport_index_layer",{"number":2082,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1648,"ratified":1653,"contact":2083,"extension":2084,"proposal":1330},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":2086,"type":169,"author":1599,"provisional":1330,"depends":1554,"contact":2087,"extension":2088,"proposal":758},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":2090,"type":1658,"author":1599,"provisional":1330,"depends":2091,"contact":1737,"extension":2092,"proposal":758},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":2094,"type":1658,"author":1722,"provisional":1330,"depends":1771,"contact":1723,"extension":2095,"proposal":1330},105,"VK_EXT_swapchain_colorspace",{"number":2097,"type":169,"author":1599,"provisional":1330,"depends":2098,"contact":1737,"extension":2099,"proposal":758},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":2101,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1684,"extension":2102,"proposal":1330},282,"VK_EXT_texel_buffer_alignment",{"number":2104,"type":169,"author":1631,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1653,"contact":1633,"extension":2105,"proposal":1330},67,"VK_EXT_texture_compression_astc_hdr",{"number":2107,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"contact":1541,"extension":2108,"proposal":1330},246,"VK_EXT_tooling_info",{"number":1425,"type":169,"author":1664,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":2110,"contact":1690,"extension":2009,"proposal":1330},"glemulation,d3demulation,devtools",{"number":2112,"type":169,"author":1722,"provisional":1330,"contact":2113,"extension":2114,"proposal":1330},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":2116,"type":1658,"author":2117,"deprecatedby":1898,"provisional":1330,"specialuse":1507,"contact":2118,"extension":2119,"proposal":1330},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":2121,"type":1658,"author":1722,"deprecatedby":1898,"provisional":1330,"specialuse":1507,"contact":2122,"extension":2123,"proposal":1330},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":2125,"type":169,"author":1664,"promotedto":2126,"provisional":1330,"depends":1554,"contact":1707,"extension":2127,"proposal":1330},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":2129,"type":169,"author":1599,"provisional":1330,"depends":1554,"ratified":1676,"contact":1690,"extension":1904,"proposal":1330},353,{"number":2131,"type":169,"author":1599,"promotedto":1652,"provisional":1330,"depends":2026,"ratified":1653,"contact":2132,"extension":2133,"proposal":1330},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":2135,"type":169,"author":1599,"provisional":1330,"depends":2026,"ratified":1702,"contact":1690,"extension":2136,"proposal":1330},253,"VK_EXT_ycbcr_image_arrays",{"number":2138,"type":169,"author":2139,"provisional":1330,"depends":2140,"platform":2141,"contact":2142,"extension":2143,"proposal":1330},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":2145,"type":169,"author":2139,"provisional":1330,"depends":2146,"platform":2141,"contact":2142,"extension":2147,"proposal":1330},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":2149,"type":169,"author":2139,"provisional":1330,"depends":2150,"platform":2141,"contact":2142,"extension":2151,"proposal":1330},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":2153,"type":1658,"author":2139,"provisional":1330,"depends":1771,"platform":2141,"contact":2154,"extension":2155,"proposal":1330},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":2157,"type":169,"author":2158,"provisional":1330,"depends":2159,"platform":2160,"contact":1981,"extension":2161,"proposal":1330},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":2163,"type":1658,"author":2158,"provisional":1330,"depends":1771,"platform":2160,"contact":1981,"extension":2164,"proposal":1330},50,"VK_GGP_stream_descriptor_surface",{"number":2166,"type":169,"author":1722,"provisional":1330,"contact":2167,"extension":2168,"proposal":1330},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":2170,"type":169,"author":1722,"provisional":1330,"depends":1849,"contact":2171,"extension":2172,"proposal":1330},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":2174,"type":169,"author":1722,"provisional":1330,"contact":2167,"extension":2175,"proposal":1330},224,"VK_GOOGLE_hlsl_functionality1",{"number":2177,"type":1658,"author":1722,"provisional":1330,"depends":1771,"specialuse":1622,"contact":1737,"extension":2178,"proposal":758},434,"VK_GOOGLE_surfaceless_query",{"number":2180,"type":169,"author":1722,"provisional":1330,"contact":2181,"extension":2182,"proposal":1330},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":2184,"type":169,"author":2185,"provisional":1330,"depends":1554,"contact":2186,"extension":2187,"proposal":758},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":2189,"type":169,"author":2190,"provisional":1330,"depends":2191,"contact":2192,"extension":2193,"proposal":758},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":2195,"type":169,"author":2185,"provisional":1330,"depends":2196,"contact":2192,"extension":2197,"proposal":1330},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":1152,"type":169,"author":1997,"provisional":1330,"contact":1541,"extension":2199,"proposal":1330},"VK_IMG_filter_cubic",{"number":2201,"type":169,"author":1997,"deprecatedby":2202,"provisional":1330,"contact":2203,"extension":2204,"proposal":1330},55,null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":2206,"type":169,"author":1997,"provisional":1330,"depends":1554,"specialuse":1622,"contact":1827,"extension":2207,"proposal":1330},111,"VK_IMG_relaxed_line_rasterization",{"number":2209,"type":169,"author":2210,"provisional":1330,"specialuse":1549,"contact":2211,"extension":2212,"proposal":1330},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":2214,"type":169,"author":2210,"provisional":1330,"depends":1554,"contact":2215,"extension":2216,"proposal":1330},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":2218,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2220,"ratified":1676,"contact":1633,"extension":2221,"proposal":1330},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":2223,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2220,"ratified":1676,"contact":2224,"extension":2225,"proposal":1330},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":2227,"type":169,"author":2219,"provisional":1330,"depends":2228,"ratified":1676,"contact":2002,"extension":2229,"proposal":1330},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":1036,"type":1658,"author":2219,"provisional":1330,"depends":1771,"platform":1621,"ratified":1676,"contact":1628,"extension":2231,"proposal":1330},"VK_KHR_android_surface",{"number":2233,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":1541,"extension":2234,"proposal":1330},158,"VK_KHR_bind_memory2",{"number":2236,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2237,"ratified":1676,"contact":1684,"extension":1694,"proposal":1330},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":2239,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":1893,"extension":1698,"proposal":1330},544,{"number":2241,"type":169,"author":2219,"provisional":1330,"depends":2242,"ratified":1676,"contact":2243,"extension":2244,"proposal":758},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":2246,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"contact":1642,"extension":2247,"proposal":758},507,"VK_KHR_cooperative_matrix",{"number":2249,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1702,"contact":1814,"extension":2250,"proposal":1330},338,"VK_KHR_copy_commands2",{"number":2252,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2253,"ratified":1676,"contact":2254,"extension":2255,"proposal":1330},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":2257,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2258,"ratified":1676,"contact":1666,"extension":2259,"proposal":1330},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":2261,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":2262,"extension":2263,"proposal":1330},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":2265,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2266,"ratified":1676,"contact":2267,"extension":2268,"proposal":1330},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":2270,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":2271,"extension":2272,"proposal":1330},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":2274,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2275,"ratified":1676,"contact":1684,"extension":2276,"proposal":1330},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":2278,"type":1658,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":1684,"extension":2275,"proposal":1330},71,{"number":177,"type":1658,"author":2219,"provisional":1330,"depends":1771,"ratified":1702,"contact":2280,"extension":1768,"proposal":1330},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":195,"type":169,"author":2219,"provisional":1330,"depends":2282,"ratified":1702,"contact":1666,"extension":2283,"proposal":1330},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":2285,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"ratified":1676,"contact":1690,"extension":1562,"proposal":1330},170,{"number":2287,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":1550,"extension":2288,"proposal":1330},197,"VK_KHR_driver_properties",{"number":1489,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":2290,"ratified":1676,"contact":1541,"extension":2291,"proposal":758},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_KHR_dynamic_rendering",{"number":2293,"type":169,"author":1538,"provisional":1330,"depends":2294,"ratified":1676,"contact":1541,"extension":2295,"proposal":758},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":2297,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2298,"ratified":1676,"contact":1628,"extension":2299,"proposal":1330},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":2301,"type":1658,"author":2219,"promotedto":1648,"provisional":1330,"depends":1554,"ratified":1676,"contact":1628,"extension":2298,"proposal":1330},113,{"number":2303,"type":169,"author":2219,"provisional":1330,"depends":2304,"ratified":1702,"contact":1628,"extension":2305,"proposal":1330},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":2307,"type":169,"author":2219,"provisional":1330,"depends":2299,"platform":1832,"ratified":1676,"contact":1628,"extension":2308,"proposal":1330},115,"VK_KHR_external_fence_win32",{"number":2310,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2311,"ratified":1676,"contact":1666,"extension":2312,"proposal":1330},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":2314,"type":1658,"author":2219,"promotedto":1648,"provisional":1330,"depends":1554,"ratified":1676,"contact":1666,"extension":2315,"proposal":1330},72,"VK_KHR_external_memory_capabilities",{"number":2317,"type":169,"author":2219,"provisional":1330,"depends":1801,"ratified":1702,"contact":1666,"extension":1806,"proposal":1330},75,{"number":2319,"type":169,"author":2219,"provisional":1330,"depends":1801,"platform":1832,"ratified":1676,"contact":1666,"extension":2320,"proposal":1330},74,"VK_KHR_external_memory_win32",{"number":2322,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2323,"ratified":1676,"contact":1666,"extension":2324,"proposal":1330},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":2326,"type":1658,"author":2219,"promotedto":1648,"provisional":1330,"depends":1554,"ratified":1676,"contact":1666,"extension":2323,"proposal":1330},77,{"number":2328,"type":169,"author":2219,"provisional":1330,"depends":2329,"ratified":1702,"contact":1666,"extension":2330,"proposal":1330},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":2332,"type":169,"author":2219,"provisional":1330,"depends":2324,"platform":1832,"ratified":1676,"contact":1666,"extension":2333,"proposal":1330},79,"VK_KHR_external_semaphore_win32",{"number":2335,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1676,"contact":2211,"extension":2336,"proposal":1330},361,"VK_KHR_format_feature_flags2",{"number":2338,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"contact":1545,"extension":2339,"proposal":758},323,"VK_KHR_fragment_shader_barycentric",{"number":2341,"type":169,"author":2219,"provisional":1330,"depends":2342,"ratified":1702,"contact":1541,"extension":2343,"proposal":758},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":2345,"type":1658,"author":2219,"provisional":1330,"depends":1768,"ratified":1702,"contact":1666,"extension":2346,"proposal":1330},122,"VK_KHR_get_display_properties2",{"number":2348,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":1918,"extension":2349,"proposal":1330},147,"VK_KHR_get_memory_requirements2",{"number":2351,"type":1658,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":1684,"extension":2242,"proposal":1330},60,{"number":2353,"type":1658,"author":2219,"provisional":1330,"depends":1771,"ratified":1702,"contact":1666,"extension":2354,"proposal":1330},120,"VK_KHR_get_surface_capabilities2",{"number":2356,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":1541,"extension":1836,"proposal":1330},189,{"number":2358,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"ratified":1676,"contact":1918,"extension":2359,"proposal":1330},148,"VK_KHR_image_format_list",{"number":2361,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2362,"ratified":1676,"contact":2254,"extension":2363,"proposal":1330},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":2365,"type":169,"author":2219,"provisional":1330,"depends":1849,"ratified":1702,"contact":2171,"extension":2366,"proposal":1330},85,"VK_KHR_incremental_present",{"number":2368,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":1690,"extension":1888,"proposal":1330},534,{"number":2370,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":1690,"extension":1908,"proposal":1330},535,{"number":2372,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":1737,"extension":1913,"proposal":758},527,{"number":2374,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":1690,"extension":1582,"proposal":1330},70,{"number":2376,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":2377,"extension":2378,"proposal":1330},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":2380,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":1949,"proposal":1330},169,{"number":2382,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1648,"ratified":1676,"contact":1690,"extension":2383,"proposal":1330},414,"VK_KHR_maintenance4",{"number":2385,"type":169,"author":2219,"provisional":1330,"depends":2386,"ratified":1676,"contact":2387,"extension":2388,"proposal":758},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":2390,"type":169,"author":2219,"provisional":1330,"depends":1648,"ratified":1676,"contact":2391,"extension":2392,"proposal":758},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":2394,"type":169,"author":2219,"provisional":1330,"depends":1648,"ratified":1676,"contact":1677,"extension":2395,"proposal":758},563,"VK_KHR_maintenance7",{"number":2397,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":1918,"extension":1917,"proposal":758},272,{"number":2399,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":2400,"proposal":1330},54,"VK_KHR_multiview",{"extension":2402,"proposal":1330},"VK_KHR_object_refresh",{"number":2404,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"specialuse":1549,"contact":2405,"extension":2406,"proposal":1330},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":2408,"type":169,"author":2219,"provisional":1330,"depends":2388,"ratified":1676,"contact":2387,"extension":2409,"proposal":758},484,"VK_KHR_pipeline_binary",{"number":2411,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"specialuse":1549,"contact":1918,"extension":2412,"proposal":1330},270,"VK_KHR_pipeline_executable_properties",{"number":2414,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":1929,"extension":2415,"proposal":1330},291,"VK_KHR_pipeline_library",{"number":2417,"type":1658,"author":2219,"provisional":1330,"ratified":1676,"contact":2418,"extension":2419,"proposal":1330},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":2421,"type":169,"author":2219,"provisional":758,"depends":1554,"platform":1540,"ratified":1676,"contact":1934,"extension":2422,"proposal":1330},164,"VK_KHR_portability_subset",{"number":2424,"type":169,"author":2219,"provisional":1330,"depends":2425,"ratified":1676,"contact":2426,"extension":2427,"proposal":1330},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":2429,"type":169,"author":2219,"provisional":1330,"depends":2430,"ratified":1676,"contact":2426,"extension":2431,"proposal":1330},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":2433,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":2434,"proposal":1330},81,"VK_KHR_push_descriptor",{"number":2436,"type":169,"author":2219,"provisional":1330,"depends":2437,"ratified":1676,"contact":2002,"extension":2438,"proposal":1330},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":2440,"type":169,"author":2219,"provisional":1330,"depends":2229,"ratified":1676,"contact":2002,"extension":2441,"proposal":1330},387,"VK_KHR_ray_tracing_maintenance1",{"number":2443,"type":169,"author":2219,"provisional":1330,"depends":2437,"ratified":1676,"contact":2002,"extension":2444,"proposal":1330},348,"VK_KHR_ray_tracing_pipeline",{"number":2446,"type":169,"author":2219,"provisional":1330,"depends":2229,"ratified":1676,"contact":2447,"extension":2448,"proposal":758},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":2450,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":2451,"extension":2452,"proposal":1330},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":1143,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"ratified":1676,"contact":1541,"extension":2454,"proposal":1330},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":2456,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2457,"ratified":1676,"contact":2458,"extension":2459,"proposal":1330},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":2461,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2342,"ratified":1676,"contact":1690,"extension":2462,"proposal":1330},242,"VK_KHR_separate_depth_stencil_layouts",{"number":2464,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":2465,"extension":2466,"proposal":1330},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":2468,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":2465,"extension":2469,"proposal":1330},182,"VK_KHR_shader_clock",{"number":2471,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":2002,"extension":2472,"proposal":1330},64,"VK_KHR_shader_draw_parameters",{"number":2474,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"contact":1642,"extension":2475,"proposal":758},545,"VK_KHR_shader_expect_assume",{"number":2477,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":2224,"extension":1568,"proposal":1330},83,{"number":2479,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":2224,"extension":2480,"proposal":1330},198,"VK_KHR_shader_float_controls",{"number":2482,"type":169,"author":2219,"provisional":1330,"depends":2483,"ratified":1676,"contact":1733,"extension":2484,"proposal":758},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":2486,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1676,"contact":1642,"extension":2487,"proposal":758},281,"VK_KHR_shader_integer_dot_product",{"number":2489,"type":169,"author":2219,"provisional":1330,"depends":1648,"ratified":1676,"contact":2490,"extension":2491,"proposal":758},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":2493,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"ratified":1676,"contact":1719,"extension":2494,"proposal":1330},294,"VK_KHR_shader_non_semantic_info",{"number":2496,"type":169,"author":2219,"provisional":1330,"depends":2497,"ratified":1676,"contact":1541,"extension":2498,"proposal":758},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":2500,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":2501,"extension":2502,"proposal":758},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":2504,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1648,"ratified":1676,"contact":2083,"extension":2505,"proposal":1330},176,"VK_KHR_shader_subgroup_extended_types",{"number":2507,"type":169,"author":2219,"provisional":1330,"ratified":1676,"contact":1642,"extension":2508,"proposal":758},417,"VK_KHR_shader_subgroup_rotate",{"number":2510,"type":169,"author":2219,"provisional":1330,"depends":1648,"ratified":1676,"contact":2490,"extension":2511,"proposal":1330},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":2513,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1702,"contact":1628,"extension":2514,"proposal":1330},216,"VK_KHR_shader_terminate_invocation",{"number":2516,"type":169,"author":2219,"provisional":1330,"depends":2517,"ratified":1702,"contact":2405,"extension":2518,"proposal":1330},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":2520,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":2483,"ratified":1676,"contact":1628,"extension":1928,"proposal":1330},237,{"number":2522,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"ratified":1676,"contact":2224,"extension":2523,"proposal":1330},132,"VK_KHR_storage_buffer_storage_class",{"number":136,"type":1658,"author":2219,"provisional":1330,"ratified":1702,"contact":2525,"extension":1771,"proposal":1330},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":2527,"type":1658,"author":2219,"provisional":1330,"depends":2528,"ratified":1676,"contact":2529,"extension":2530,"proposal":1330},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":157,"type":169,"author":2219,"provisional":1330,"depends":1771,"ratified":1702,"contact":2525,"extension":1849,"proposal":1330},{"number":2533,"type":169,"author":2219,"provisional":1330,"depends":2534,"ratified":1702,"contact":1550,"extension":2535,"proposal":1330},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":2537,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1702,"contact":1541,"extension":2538,"proposal":1330},315,"VK_KHR_synchronization2",{"number":2540,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":1918,"extension":2541,"proposal":1330},208,"VK_KHR_timeline_semaphore",{"number":2543,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":1733,"extension":2544,"proposal":1330},254,"VK_KHR_uniform_buffer_standard_layout",{"number":2546,"type":169,"author":2219,"promotedto":1648,"provisional":1330,"depends":2220,"ratified":1676,"contact":1628,"extension":2547,"proposal":1330},121,"VK_KHR_variable_pointers",{"number":2549,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1702,"contact":1737,"extension":2126,"proposal":758},526,{"number":2551,"type":169,"author":2219,"provisional":1330,"depends":2552,"ratified":1676,"contact":1893,"extension":2553,"proposal":758},513,"VK_KHR_video_decode_queue","VK_KHR_video_decode_av1",{"number":1473,"type":169,"author":2219,"provisional":1330,"depends":2552,"ratified":1676,"contact":2555,"extension":2556,"proposal":758},"peter.fang@amd.com","VK_KHR_video_decode_h264",{"number":2558,"type":169,"author":2219,"provisional":1330,"depends":2552,"ratified":1676,"contact":2555,"extension":2559,"proposal":758},188,"VK_KHR_video_decode_h265",{"number":1409,"type":169,"author":2219,"provisional":1330,"depends":2561,"ratified":1676,"contact":2562,"extension":2552,"proposal":758},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":1465,"type":169,"author":2219,"provisional":1330,"depends":2564,"ratified":1676,"contact":2565,"extension":2566,"proposal":758},"VK_KHR_video_encode_queue","Ahmed Abdelkhalek @aabdelkh","VK_KHR_video_encode_h264",{"number":1469,"type":169,"author":2219,"provisional":1330,"depends":2564,"ratified":1676,"contact":2565,"extension":2568,"proposal":758},"VK_KHR_video_encode_h265",{"number":2570,"type":169,"author":2219,"provisional":1330,"depends":2561,"ratified":1676,"contact":2565,"extension":2564,"proposal":758},300,{"number":2572,"type":169,"author":2219,"provisional":1330,"depends":2573,"ratified":1676,"contact":1893,"extension":2574,"proposal":758},516,"VK_KHR_video_queue","VK_KHR_video_maintenance1",{"number":1405,"type":169,"author":2219,"provisional":1330,"depends":2576,"ratified":1676,"contact":2132,"extension":2573,"proposal":758},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":2578,"type":169,"author":2219,"promotedto":1750,"provisional":1330,"depends":1554,"ratified":1676,"contact":1684,"extension":2579,"proposal":1330},212,"VK_KHR_vulkan_memory_model",{"number":657,"type":1658,"author":2219,"provisional":1330,"depends":1771,"platform":2581,"ratified":1676,"contact":2582,"extension":2583,"proposal":1330},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":2585,"type":169,"author":2219,"provisional":1330,"depends":2320,"platform":1832,"ratified":1676,"contact":2586,"extension":2587,"proposal":1330},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":1059,"type":1658,"author":2219,"provisional":1330,"depends":1771,"platform":1832,"ratified":1676,"contact":2582,"extension":2589,"proposal":1330},"VK_KHR_win32_surface",{"number":2591,"type":169,"author":2219,"provisional":1330,"depends":1554,"ratified":1676,"contact":2592,"extension":2593,"proposal":1330},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":648,"type":1658,"author":2219,"provisional":1330,"depends":1771,"platform":2595,"ratified":1676,"contact":2582,"extension":2596,"proposal":1330},"xcb","VK_KHR_xcb_surface",{"number":214,"type":1658,"author":2219,"provisional":1330,"depends":1771,"platform":2598,"ratified":1676,"contact":2582,"extension":2599,"proposal":1330},"xlib","VK_KHR_xlib_surface",{"number":2601,"type":169,"author":2219,"promotedto":1652,"provisional":1330,"depends":1554,"ratified":1676,"contact":2490,"extension":2602,"proposal":1330},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":2604,"type":1658,"author":2117,"provisional":1330,"contact":2418,"extension":2605,"proposal":758},460,"VK_LUNARG_direct_driver_loading",{"number":2607,"type":169,"author":2608,"provisional":1330,"depends":1554,"specialuse":1729,"contact":1986,"extension":2609,"proposal":1330},576,"MESA","VK_MESA_image_alignment_control",{"number":2611,"type":169,"author":2612,"provisional":1330,"depends":1554,"contact":2613,"extension":2614,"proposal":758},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":2616,"type":1658,"author":2617,"deprecatedby":1939,"provisional":1330,"depends":1771,"platform":2618,"contact":1934,"extension":2619,"proposal":1330},123,"MVK","ios","VK_MVK_ios_surface",{"number":2621,"type":1658,"author":2617,"deprecatedby":1939,"provisional":1330,"depends":1771,"platform":2622,"contact":1934,"extension":2623,"proposal":1330},124,"macos","VK_MVK_macos_surface",{"number":2625,"type":1658,"author":2626,"provisional":1330,"depends":1771,"platform":2627,"contact":2628,"extension":2629,"proposal":1330},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":1429,"type":169,"author":2631,"provisional":1330,"contact":2632,"extension":2633,"proposal":1330},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":1433,"type":169,"author":2631,"provisional":1330,"contact":2635,"extension":2636,"proposal":1330},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":2638,"type":169,"author":2631,"provisional":1330,"depends":2639,"contact":1684,"extension":2640,"proposal":1330},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":2642,"type":169,"author":1664,"provisional":1330,"depends":1659,"platform":1832,"contact":2643,"extension":2644,"proposal":1330},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":2646,"type":169,"author":1664,"provisional":1330,"contact":2635,"extension":2647,"proposal":1330},88,"VK_NV_clip_space_w_scaling",{"number":2649,"type":169,"author":1664,"provisional":1330,"contact":2650,"extension":2651,"proposal":1330},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":2653,"type":169,"author":1664,"promotedto":2244,"provisional":1330,"depends":1554,"contact":2654,"extension":2655,"proposal":1330},202,"Pat Brown @nvpbrown","VK_NV_compute_shader_derivatives",{"number":2657,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":1684,"extension":2658,"proposal":1330},250,"VK_NV_cooperative_matrix",{"number":2660,"type":169,"author":1664,"provisional":1330,"depends":2661,"contact":1794,"extension":2662,"proposal":1330},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":2664,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2002,"extension":2665,"proposal":1330},51,"VK_NV_corner_sampled_image",{"number":2667,"type":169,"author":1664,"provisional":1330,"depends":2668,"contact":2669,"extension":2670,"proposal":1330},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":2672,"type":169,"author":1664,"provisional":758,"contact":2673,"extension":2674,"proposal":1330},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":1417,"type":169,"author":1664,"deprecatedby":2259,"provisional":1330,"contact":1684,"extension":2676,"proposal":1330},"VK_NV_dedicated_allocation",{"number":2678,"type":169,"author":2679,"provisional":1330,"depends":2680,"contact":2681,"extension":2682,"proposal":1330},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":2684,"type":169,"author":1664,"provisional":1330,"depends":1648,"contact":1690,"extension":2685,"proposal":1330},547,"VK_NV_descriptor_pool_overallocation",{"number":2687,"type":169,"author":2679,"provisional":1330,"depends":1554,"contact":2681,"extension":2688,"proposal":1330},207,"VK_NV_device_diagnostic_checkpoints",{"number":2690,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2669,"extension":2691,"proposal":1330},301,"VK_NV_device_diagnostics_config",{"number":2693,"type":169,"author":1664,"provisional":1330,"depends":2694,"contact":1929,"extension":2695,"proposal":1330},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":2697,"type":169,"author":1664,"provisional":1330,"depends":2695,"contact":1794,"extension":2698,"proposal":1330},429,"VK_NV_device_generated_commands_compute",{"number":2700,"type":169,"author":1664,"provisional":758,"depends":1964,"platform":1540,"contact":2701,"extension":2702,"proposal":1330},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":2704,"type":169,"author":1664,"provisional":1330,"contact":2705,"extension":2706,"proposal":1330},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":2708,"type":169,"author":1664,"deprecatedby":2312,"provisional":1330,"depends":2709,"contact":1666,"extension":2710,"proposal":1330},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":2712,"type":1658,"author":1664,"deprecatedby":2315,"provisional":1330,"contact":1666,"extension":2709,"proposal":1330},56,{"number":2714,"type":169,"author":1664,"provisional":1330,"depends":1801,"contact":2586,"extension":2715,"proposal":1330},372,"VK_NV_external_memory_rdma",{"extension":2717,"proposal":1330},"VK_NV_external_memory_sci_buf",{"number":2719,"type":169,"author":1664,"deprecatedby":2320,"provisional":1330,"depends":2710,"platform":1832,"contact":1666,"extension":2720,"proposal":1330},58,"VK_NV_external_memory_win32",{"extension":2722,"proposal":1330},"VK_NV_external_sci_sync",{"extension":2724,"proposal":1330},"VK_NV_external_sci_sync2",{"number":2726,"type":169,"author":1664,"provisional":1330,"contact":1684,"extension":2727,"proposal":1330},154,"VK_NV_fill_rectangle",{"number":2729,"type":169,"author":1664,"provisional":1330,"contact":1684,"extension":2730,"proposal":1330},150,"VK_NV_fragment_coverage_to_color",{"number":2732,"type":169,"author":1664,"promotedto":2339,"provisional":1330,"depends":1554,"contact":2654,"extension":2733,"proposal":1330},204,"VK_NV_fragment_shader_barycentric",{"number":2735,"type":169,"author":1664,"provisional":1330,"depends":2343,"contact":2654,"extension":2736,"proposal":1330},327,"VK_NV_fragment_shading_rate_enums",{"number":2738,"type":169,"author":1664,"provisional":1330,"contact":1684,"extension":2739,"proposal":1330},153,"VK_NV_framebuffer_mixed_samples",{"number":2741,"type":169,"author":1664,"provisional":1330,"contact":2002,"extension":2742,"proposal":1330},96,"VK_NV_geometry_shader_passthrough",{"number":1106,"type":169,"author":1664,"deprecatedby":2202,"provisional":1330,"contact":1690,"extension":2744,"proposal":1330},"VK_NV_glsl_shader",{"number":2746,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2747,"extension":2748,"proposal":1330},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":2750,"type":169,"author":2679,"provisional":1330,"depends":1554,"contact":2751,"extension":2752,"proposal":1330},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":2754,"type":169,"author":1664,"provisional":1330,"contact":2755,"extension":2756,"proposal":1330},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":2758,"type":169,"author":1664,"provisional":1330,"depends":2759,"contact":2755,"extension":2760,"proposal":1330},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":2762,"type":169,"author":1664,"provisional":1330,"depends":2661,"contact":1794,"extension":2763,"proposal":1330},428,"VK_NV_memory_decompression",{"number":2765,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":1929,"extension":2766,"proposal":1330},203,"VK_NV_mesh_shader",{"number":2768,"type":169,"author":1664,"provisional":1330,"depends":2769,"contact":2586,"extension":2770,"proposal":1330},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":2772,"type":169,"author":1664,"provisional":1330,"depends":2392,"contact":1690,"extension":2773,"proposal":1330},517,"VK_NV_per_stage_descriptor_set",{"number":2775,"type":169,"author":1664,"provisional":1330,"depends":1831,"contact":2776,"extension":2777,"proposal":1330},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":2779,"proposal":1330},"VK_NV_private_vendor_info",{"number":2781,"type":169,"author":1664,"provisional":1330,"contact":2782,"extension":2783,"proposal":1330},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":2785,"type":169,"author":1664,"deprecatedby":2444,"provisional":1330,"depends":2786,"contact":2635,"extension":2787,"proposal":1330},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":2789,"type":169,"author":1664,"provisional":1330,"depends":2444,"contact":2635,"extension":2790,"proposal":1330},491,"VK_NV_ray_tracing_invocation_reorder",{"number":2792,"type":169,"author":1664,"provisional":1330,"depends":2444,"contact":2447,"extension":2793,"proposal":1330},328,"VK_NV_ray_tracing_motion_blur",{"number":2795,"type":169,"author":1664,"provisional":1330,"contact":1794,"extension":2796,"proposal":758},569,"VK_NV_ray_tracing_validation",{"number":2798,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2669,"extension":2799,"proposal":1330},167,"VK_NV_representative_fragment_test",{"number":2801,"type":169,"author":1664,"provisional":1330,"contact":1690,"extension":2802,"proposal":1330},95,"VK_NV_sample_mask_override_coverage",{"number":2804,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2654,"extension":2805,"proposal":1330},206,"VK_NV_scissor_exclusive",{"number":2807,"type":169,"author":1664,"provisional":1330,"contact":1684,"extension":2808,"proposal":1330},564,"VK_NV_shader_atomic_float16_vector",{"number":2810,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2654,"extension":2811,"proposal":1330},205,"VK_NV_shader_image_footprint",{"number":2813,"type":169,"author":1664,"provisional":1330,"depends":1648,"contact":2002,"extension":2814,"proposal":1330},155,"VK_NV_shader_sm_builtins",{"number":2816,"type":169,"author":1664,"provisional":1330,"depends":1648,"contact":1684,"extension":2817,"proposal":1330},199,"VK_NV_shader_subgroup_partitioned",{"number":2819,"type":169,"author":1664,"provisional":1330,"depends":1554,"contact":2654,"extension":2820,"proposal":1330},165,"VK_NV_shading_rate_image",{"number":2822,"type":169,"author":1664,"provisional":1330,"contact":2002,"extension":2823,"proposal":1330},97,"VK_NV_viewport_array2",{"number":2825,"type":169,"author":1664,"provisional":1330,"contact":1690,"extension":2826,"proposal":1330},99,"VK_NV_viewport_swizzle",{"number":2828,"type":169,"author":1664,"promotedto":2587,"provisional":1330,"depends":2720,"platform":1832,"contact":2586,"extension":2829,"proposal":1330},59,"VK_NV_win32_keyed_mutex",{"number":2831,"type":169,"author":1813,"provisional":1330,"depends":2832,"contact":1814,"extension":2833,"proposal":1330},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":2835,"type":169,"author":1813,"provisional":1330,"depends":1815,"contact":1814,"extension":2836,"proposal":1330},520,"VK_QCOM_filter_cubic_weights",{"number":2838,"type":169,"author":1813,"provisional":1330,"depends":2839,"contact":1814,"extension":2840,"proposal":1330},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":2842,"type":169,"author":1813,"provisional":1330,"depends":2843,"contact":1814,"extension":2844,"proposal":758},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":2846,"type":169,"author":1813,"provisional":1330,"depends":2844,"contact":1814,"extension":2847,"proposal":1330},519,"VK_QCOM_image_processing2",{"number":2849,"type":169,"author":1813,"provisional":1330,"contact":1814,"extension":2850,"proposal":1330},511,"VK_QCOM_multiview_per_view_render_areas",{"number":2852,"type":169,"author":1813,"provisional":1330,"depends":1554,"contact":1814,"extension":2853,"proposal":1330},489,"VK_QCOM_multiview_per_view_viewports",{"number":2855,"type":169,"author":1813,"provisional":1330,"contact":1814,"extension":2856,"proposal":1330},172,"VK_QCOM_render_pass_shader_resolve",{"number":2858,"type":169,"author":1813,"provisional":1330,"contact":1814,"extension":2859,"proposal":1330},302,"VK_QCOM_render_pass_store_ops",{"number":2861,"type":169,"author":1813,"provisional":1330,"contact":1814,"extension":2862,"proposal":1330},283,"VK_QCOM_render_pass_transform",{"number":2864,"type":169,"author":1813,"provisional":1330,"depends":2865,"contact":1814,"extension":2866,"proposal":1330},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":2868,"type":169,"author":1813,"provisional":1330,"depends":1554,"contact":1814,"extension":2869,"proposal":758},485,"VK_QCOM_tile_properties",{"number":2871,"type":169,"author":1813,"provisional":1330,"contact":1814,"extension":2872,"proposal":1330},521,"VK_QCOM_ycbcr_degamma",{"number":2874,"type":169,"author":2875,"provisional":1330,"depends":1627,"platform":2876,"contact":2877,"extension":2878,"proposal":1330},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":2880,"type":1658,"author":2875,"provisional":1330,"depends":1771,"platform":2876,"contact":2881,"extension":2882,"proposal":1330},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":2884,"type":169,"author":2885,"provisional":1330,"depends":1554,"contact":1757,"extension":2886,"proposal":1330},486,"SEC","VK_SEC_amigo_profiling",{"number":2888,"type":169,"author":2889,"provisional":1330,"depends":1554,"specialuse":1729,"contact":1986,"extension":2890,"proposal":1330},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":2892,"type":169,"author":2889,"promotedto":1951,"provisional":1330,"depends":1949,"specialuse":1729,"contact":1950,"extension":2893,"proposal":1330},352,"VK_VALVE_mutable_descriptor_type",1725732689286]