[{"data":1,"prerenderedAt":2535},["ShallowReactive",2],{"J3sLg8RgN0":3,"VyF3Mmj32r":960,"N9m89Rcq0G":1182},{"title":4,"description":5,"number":6,"type":7,"author":8,"provisional":9,"depends":10,"contact":11,"extension":4,"proposal":9,"body":12,"_type":959,"_id":4},"VK_NV_shader_image_footprint","",205,"device","NV",false,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Pat Brown @nvpbrown",{"type":13,"children":14,"toc":949},"root",[15,23,30,41,47,56,61,70,94,103,126,132,158,186,199,211,231,237,273,279,323,329,345,351,356,373,378,398,407,412,799,804,813,818,897,903,908,914,943],{"type":16,"tag":17,"props":18,"children":20},"element","h1",{"id":19},"_vk_nv_shader_image_footprint",[21],{"type":22,"value":4},"text",{"type":16,"tag":24,"props":25,"children":27},"h2",{"id":26},"_other_extension_metadata",[28],{"type":22,"value":29},"Other Extension Metadata",{"type":16,"tag":31,"props":32,"children":34},"h6",{"id":33},"last-modified-date",[35],{"type":16,"tag":36,"props":37,"children":38},"em",{},[39],{"type":22,"value":40},"Last Modified Date",{"type":16,"tag":42,"props":43,"children":44},"p",{},[45],{"type":22,"value":46},"2018-09-13",{"type":16,"tag":31,"props":48,"children":50},{"id":49},"ip-status",[51],{"type":16,"tag":36,"props":52,"children":53},{},[54],{"type":22,"value":55},"IP Status",{"type":16,"tag":42,"props":57,"children":58},{},[59],{"type":22,"value":60},"No known IP claims.",{"type":16,"tag":31,"props":62,"children":64},{"id":63},"interactions-and-external-dependencies",[65],{"type":16,"tag":36,"props":66,"children":67},{},[68],{"type":22,"value":69},"Interactions and External Dependencies",{"type":16,"tag":71,"props":72,"children":73},"ul",{},[74],{"type":16,"tag":75,"props":76,"children":77},"li",{},[78,80],{"type":22,"value":79},"This extension provides API support for\n",{"type":16,"tag":81,"props":82,"children":86},"a",{"href":83,"rel":84},"https://github.com/KhronosGroup/GLSL/blob/main/extensions/nv/GLSL_NV_shader_texture_footprint.txt",[85],"nofollow",[87],{"type":16,"tag":88,"props":89,"children":91},"code",{"className":90},[],[92],{"type":22,"value":93},"GL_NV_shader_texture_footprint",{"type":16,"tag":31,"props":95,"children":97},{"id":96},"contributors",[98],{"type":16,"tag":36,"props":99,"children":100},{},[101],{"type":22,"value":102},"Contributors",{"type":16,"tag":71,"props":104,"children":105},{},[106,111,116,121],{"type":16,"tag":75,"props":107,"children":108},{},[109],{"type":22,"value":110},"Pat Brown, NVIDIA",{"type":16,"tag":75,"props":112,"children":113},{},[114],{"type":22,"value":115},"Chris Lentini, NVIDIA",{"type":16,"tag":75,"props":117,"children":118},{},[119],{"type":22,"value":120},"Daniel Koch, NVIDIA",{"type":16,"tag":75,"props":122,"children":123},{},[124],{"type":22,"value":125},"Jeff Bolz, NVIDIA",{"type":16,"tag":24,"props":127,"children":129},{"id":128},"_description",[130],{"type":22,"value":131},"Description",{"type":16,"tag":42,"props":133,"children":134},{},[135,137,148,150,156],{"type":22,"value":136},"This extension adds Vulkan support for the\n",{"type":16,"tag":81,"props":138,"children":141},{"href":139,"rel":140},"https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/NV/SPV_NV_shader_image_footprint.html",[85],[142],{"type":16,"tag":88,"props":143,"children":145},{"className":144},[],[146],{"type":22,"value":147},"SPV_NV_shader_image_footprint",{"type":22,"value":149},"\nSPIR-V extension.\nThat SPIR-V extension provides a new instruction\n",{"type":16,"tag":88,"props":151,"children":153},{"className":152},[],[154],{"type":22,"value":155},"OpImageSampleFootprintNV",{"type":22,"value":157}," allowing shaders to determine the set of\ntexels that would be accessed by an equivalent filtered texture lookup.",{"type":16,"tag":42,"props":159,"children":160},{},[161,163,168,170,176,178,184],{"type":22,"value":162},"Instead of returning a filtered texture value, the instruction returns a\nstructure that can be interpreted by shader code to determine the footprint\nof a filtered texture lookup.\nThis structure includes integer values that identify a small neighborhood of\ntexels in the image being accessed and a bitfield that indicates which\ntexels in that neighborhood would be used.\nThe structure also includes a bitfield where each bit identifies whether any\ntexel in a small aligned block of texels would be fetched by the texture\nlookup.\nThe size of each block is specified by an access ",{"type":16,"tag":36,"props":164,"children":165},{},[166],{"type":22,"value":167},"granularity",{"type":22,"value":169}," provided by\nthe shader.\nThe minimum granularity supported by this extension is 2x2 (for 2D textures)\nand 2x2x2 (for 3D textures); the maximum granularity is 256x256 (for 2D\ntextures) or 64x32x32 (for 3D textures).\nEach footprint query returns the footprint from a single texture level.\nWhen using minification filters that combine accesses from multiple mipmap\nlevels, shaders must perform separate queries for the two levels accessed\n(",{"type":16,"tag":88,"props":171,"children":173},{"className":172},[],[174],{"type":22,"value":175},"fine",{"type":22,"value":177}," and ",{"type":16,"tag":88,"props":179,"children":181},{"className":180},[],[182],{"type":22,"value":183},"coarse",{"type":22,"value":185},").\nThe footprint query also returns a flag indicating if the texture lookup\nwould access texels from only one mipmap level or from two neighboring\nlevels.",{"type":16,"tag":42,"props":187,"children":188},{},[189,191,197],{"type":22,"value":190},"This extension should be useful for multi-pass rendering operations that do\nan initial expensive rendering pass to produce a first image that is then\nused as a texture for a second pass.\nIf the second pass ends up accessing only portions of the first image (e.g.,\ndue to visibility), the work spent rendering the non-accessed portion of the\nfirst image was wasted.\nWith this feature, an application can limit this waste using an initial pass\nover the geometry in the second image that performs a footprint query for\neach visible pixel to determine the set of pixels that it needs from the\nfirst image.\nThis pass would accumulate an aggregate footprint of all visible pixels into\na separate ",{"type":16,"tag":88,"props":192,"children":194},{"className":193},[],[195],{"type":22,"value":196},"footprint image",{"type":22,"value":198}," using shader atomics.\nThen, when rendering the first image, the application can kill all shading\nwork for pixels not in this aggregate footprint.",{"type":16,"tag":42,"props":200,"children":201},{},[202,204,209],{"type":22,"value":203},"This extension has a number of limitations.\nThe ",{"type":16,"tag":88,"props":205,"children":207},{"className":206},[],[208],{"type":22,"value":155},{"type":22,"value":210}," instruction only supports for two- and\nthree-dimensional textures.\nFootprint evaluation only supports the CLAMP_TO_EDGE wrap mode; results are\nundefined: for all other wrap modes.\nOnly a limited set of granularity values and that set does not support\nseparate coverage information for each texel in the original image.",{"type":16,"tag":42,"props":212,"children":213},{},[214,216,222,224,229],{"type":22,"value":215},"When using SPIR-V generated from the OpenGL Shading Language, the new\ninstruction will be generated from code using the new\n",{"type":16,"tag":88,"props":217,"children":219},{"className":218},[],[220],{"type":22,"value":221},"textureFootprint*NV",{"type":22,"value":223}," built-in functions from the\n",{"type":16,"tag":88,"props":225,"children":227},{"className":226},[],[228],{"type":22,"value":93},{"type":22,"value":230}," shading language extension.",{"type":16,"tag":24,"props":232,"children":234},{"id":233},"_new_structures",[235],{"type":22,"value":236},"New Structures",{"type":16,"tag":71,"props":238,"children":239},{},[240],{"type":16,"tag":75,"props":241,"children":242},{},[243,245,251,253,259,261],{"type":22,"value":244},"Extending ",{"type":16,"tag":81,"props":246,"children":248},{"href":247},"/man/VkPhysicalDeviceFeatures2",[249],{"type":22,"value":250},"VkPhysicalDeviceFeatures2",{"type":22,"value":252},", ",{"type":16,"tag":81,"props":254,"children":256},{"href":255},"/man/VkDeviceCreateInfo",[257],{"type":22,"value":258},"VkDeviceCreateInfo",{"type":22,"value":260},":",{"type":16,"tag":71,"props":262,"children":263},{},[264],{"type":16,"tag":75,"props":265,"children":266},{},[267],{"type":16,"tag":81,"props":268,"children":270},{"href":269},"/man/VkPhysicalDeviceShaderImageFootprintFeaturesNV",[271],{"type":22,"value":272},"VkPhysicalDeviceShaderImageFootprintFeaturesNV",{"type":16,"tag":24,"props":274,"children":276},{"id":275},"_new_enum_constants",[277],{"type":22,"value":278},"New Enum Constants",{"type":16,"tag":71,"props":280,"children":281},{},[282,291,300],{"type":16,"tag":75,"props":283,"children":284},{},[285],{"type":16,"tag":88,"props":286,"children":288},{"className":287},[],[289],{"type":22,"value":290},"VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME",{"type":16,"tag":75,"props":292,"children":293},{},[294],{"type":16,"tag":88,"props":295,"children":297},{"className":296},[],[298],{"type":22,"value":299},"VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION",{"type":16,"tag":75,"props":301,"children":302},{},[303,304,310,311],{"type":22,"value":244},{"type":16,"tag":81,"props":305,"children":307},{"href":306},"/man/VkStructureType",[308],{"type":22,"value":309},"VkStructureType",{"type":22,"value":260},{"type":16,"tag":71,"props":312,"children":313},{},[314],{"type":16,"tag":75,"props":315,"children":316},{},[317],{"type":16,"tag":88,"props":318,"children":320},{"className":319},[],[321],{"type":22,"value":322},"VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV",{"type":16,"tag":24,"props":324,"children":326},{"id":325},"_new_spir_v_capability",[327],{"type":22,"value":328},"New SPIR-V Capability",{"type":16,"tag":71,"props":330,"children":331},{},[332],{"type":16,"tag":75,"props":333,"children":334},{},[335],{"type":16,"tag":81,"props":336,"children":338},{"href":337},"/404#spirvenv-capabilities-table-ImageFootprintNV",[339],{"type":16,"tag":88,"props":340,"children":342},{"className":341},[],[343],{"type":22,"value":344},"ImageFootprintNV",{"type":16,"tag":24,"props":346,"children":348},{"id":347},"_issues",[349],{"type":22,"value":350},"Issues",{"type":16,"tag":42,"props":352,"children":353},{},[354],{"type":22,"value":355},"(1) The footprint returned by the SPIR-V instruction is a structure that\nincludes an anchor, an offset, and a mask that represents a 8x8 or 4x4x4\nneighborhood of texel groups.\nBut the bits of the mask are not stored in simple pitch order.\nWhy is the footprint built this way?",{"type":16,"tag":42,"props":357,"children":358},{},[359,364,366,371],{"type":16,"tag":36,"props":360,"children":361},{},[362],{"type":22,"value":363},"RESOLVED",{"type":22,"value":365},": We expect that applications using this feature will want to use\na fixed granularity and accumulate coverage information from the returned\nfootprints into an aggregate ",{"type":16,"tag":88,"props":367,"children":369},{"className":368},[],[370],{"type":22,"value":196},{"type":22,"value":372}," that tracks the portions of\nan image that would be needed by regular texture filtering.\nIf an application is using a two-dimensional image with 4x4 pixel\ngranularity, we expect that the footprint image will use 64-bit texels where\neach bit in an 8x8 array of bits corresponds to coverage for a 4x4 block in\nthe original image.\nTexel (0,0) in the footprint image would correspond to texels (0,0) through\n(31,31) in the original image.",{"type":16,"tag":42,"props":374,"children":375},{},[376],{"type":22,"value":377},"In the usual case, the footprint for a single access will fully contained in\na 32x32 aligned region of the original texture, which corresponds to a\nsingle 64-bit texel in the footprint image.\nIn that case, the implementation will return an anchor coordinate pointing\nat the single footprint image texel, an offset vector of (0,0), and a mask\nwhose bits are aligned with the bits in the footprint texel.\nFor this case, the shader can simply atomically OR the mask bits into the\ncontents of the footprint texel to accumulate footprint coverage.",{"type":16,"tag":42,"props":379,"children":380},{},[381,383,389,390,396],{"type":22,"value":382},"In the worst case, the footprint for a single access spans multiple 32x32\naligned regions and may require updates to four separate footprint image\ntexels.\nIn this case, the implementation will return an anchor coordinate pointing\nat the lower right footprint image texel and an offset will identify how\nmany ",{"type":16,"tag":88,"props":384,"children":386},{"className":385},[],[387],{"type":22,"value":388},"columns",{"type":22,"value":177},{"type":16,"tag":88,"props":391,"children":393},{"className":392},[],[394],{"type":22,"value":395},"rows",{"type":22,"value":397}," of the returned 8x8 mask correspond to\nfootprint texels to the left and above the anchor texel.\nIf the anchor is (2,3), the 64 bits of the returned mask are arranged\nspatially as follows, where each 4x4 block is assigned a bit number that\nmatches its bit number in the footprint image texels:",{"type":16,"tag":399,"props":400,"children":402},"pre",{"code":401},"+-------------------------+-------------------------+\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- 46 47 | 40 41 42 43 44 45 -- -- |\n\\| -- -- -- -- -- -- 54 55 | 48 49 50 51 52 53 -- -- |\n\\| -- -- -- -- -- -- 62 63 | 56 57 58 59 60 61 -- -- |\n+-------------------------+-------------------------+\n\\| -- -- -- -- -- -- 06 07 | 00 01 02 03 04 05 -- -- |\n\\| -- -- -- -- -- -- 14 15 | 08 09 10 11 12 13 -- -- |\n\\| -- -- -- -- -- -- 22 23 | 16 17 18 19 20 21 -- -- |\n\\| -- -- -- -- -- -- 30 31 | 24 25 26 27 28 29 -- -- |\n\\| -- -- -- -- -- -- 38 39 | 32 33 34 35 36 37 -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n\\| -- -- -- -- -- -- -- -- | -- -- -- -- -- -- -- -- |\n+-------------------------+-------------------------+\n",[403],{"type":16,"tag":88,"props":404,"children":405},{"__ignoreMap":5},[406],{"type":22,"value":401},{"type":16,"tag":42,"props":408,"children":409},{},[410],{"type":22,"value":411},"To accumulate coverage for each of the four footprint image texels, a shader\ncan AND the returned mask with simple masks derived from the x and y offset\nvalues and then atomically OR the updated mask bits into the contents of the\ncorresponding footprint texel.",{"type":16,"tag":399,"props":413,"children":417},{"code":414,"language":415,"meta":5,"className":416,"style":5}," uint64_t returnedMask = (uint64_t(footprint.mask.x) | (uint64_t(footprint.mask.y) \u003C\u003C 32));\n uint64_t rightMask = ((0xFF >> footprint.offset.x) * 0x0101010101010101UL);\n uint64_t bottomMask = 0xFFFFFFFFFFFFFFFFUL >> (8 * footprint.offset.y);\n uint64_t bottomRight = returnedMask & bottomMask & rightMask;\n uint64_t bottomLeft = returnedMask & bottomMask & (~rightMask);\n uint64_t topRight = returnedMask & (~bottomMask) & rightMask;\n uint64_t topLeft = returnedMask & (~bottomMask) & (~rightMask);\n","c++","language-c++ shiki shiki-themes github-light-default github-dark-default",[418],{"type":16,"tag":88,"props":419,"children":420},{"__ignoreMap":5},[421,493,560,613,653,700,746],{"type":16,"tag":422,"props":423,"children":426},"span",{"class":424,"line":425},"line",1,[427,433,439,444,449,454,459,464,468,472,477,482,488],{"type":16,"tag":422,"props":428,"children":430},{"style":429},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[431],{"type":22,"value":432}," uint64_t",{"type":16,"tag":422,"props":434,"children":436},{"style":435},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[437],{"type":22,"value":438}," returnedMask ",{"type":16,"tag":422,"props":440,"children":441},{"style":429},[442],{"type":22,"value":443},"=",{"type":16,"tag":422,"props":445,"children":446},{"style":435},[447],{"type":22,"value":448}," (",{"type":16,"tag":422,"props":450,"children":451},{"style":429},[452],{"type":22,"value":453},"uint64_t",{"type":16,"tag":422,"props":455,"children":456},{"style":435},[457],{"type":22,"value":458},"(footprint.mask.x) ",{"type":16,"tag":422,"props":460,"children":461},{"style":429},[462],{"type":22,"value":463},"|",{"type":16,"tag":422,"props":465,"children":466},{"style":435},[467],{"type":22,"value":448},{"type":16,"tag":422,"props":469,"children":470},{"style":429},[471],{"type":22,"value":453},{"type":16,"tag":422,"props":473,"children":474},{"style":435},[475],{"type":22,"value":476},"(footprint.mask.y) ",{"type":16,"tag":422,"props":478,"children":479},{"style":429},[480],{"type":22,"value":481},"\u003C\u003C",{"type":16,"tag":422,"props":483,"children":485},{"style":484},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[486],{"type":22,"value":487}," 32",{"type":16,"tag":422,"props":489,"children":490},{"style":435},[491],{"type":22,"value":492},"));\n",{"type":16,"tag":422,"props":494,"children":496},{"class":424,"line":495},2,[497,501,506,510,515,520,525,530,535,540,545,550,555],{"type":16,"tag":422,"props":498,"children":499},{"style":429},[500],{"type":22,"value":432},{"type":16,"tag":422,"props":502,"children":503},{"style":435},[504],{"type":22,"value":505}," rightMask ",{"type":16,"tag":422,"props":507,"children":508},{"style":429},[509],{"type":22,"value":443},{"type":16,"tag":422,"props":511,"children":512},{"style":435},[513],{"type":22,"value":514}," ((",{"type":16,"tag":422,"props":516,"children":517},{"style":429},[518],{"type":22,"value":519},"0x",{"type":16,"tag":422,"props":521,"children":522},{"style":484},[523],{"type":22,"value":524},"FF",{"type":16,"tag":422,"props":526,"children":527},{"style":429},[528],{"type":22,"value":529}," >>",{"type":16,"tag":422,"props":531,"children":532},{"style":435},[533],{"type":22,"value":534}," footprint.offset.x) ",{"type":16,"tag":422,"props":536,"children":537},{"style":429},[538],{"type":22,"value":539},"*",{"type":16,"tag":422,"props":541,"children":542},{"style":429},[543],{"type":22,"value":544}," 0x",{"type":16,"tag":422,"props":546,"children":547},{"style":484},[548],{"type":22,"value":549},"0101010101010101",{"type":16,"tag":422,"props":551,"children":552},{"style":429},[553],{"type":22,"value":554},"UL",{"type":16,"tag":422,"props":556,"children":557},{"style":435},[558],{"type":22,"value":559},");\n",{"type":16,"tag":422,"props":561,"children":563},{"class":424,"line":562},3,[564,568,573,577,581,586,590,594,598,603,608],{"type":16,"tag":422,"props":565,"children":566},{"style":429},[567],{"type":22,"value":432},{"type":16,"tag":422,"props":569,"children":570},{"style":435},[571],{"type":22,"value":572}," bottomMask ",{"type":16,"tag":422,"props":574,"children":575},{"style":429},[576],{"type":22,"value":443},{"type":16,"tag":422,"props":578,"children":579},{"style":429},[580],{"type":22,"value":544},{"type":16,"tag":422,"props":582,"children":583},{"style":484},[584],{"type":22,"value":585},"FFFFFFFFFFFFFFFF",{"type":16,"tag":422,"props":587,"children":588},{"style":429},[589],{"type":22,"value":554},{"type":16,"tag":422,"props":591,"children":592},{"style":429},[593],{"type":22,"value":529},{"type":16,"tag":422,"props":595,"children":596},{"style":435},[597],{"type":22,"value":448},{"type":16,"tag":422,"props":599,"children":600},{"style":484},[601],{"type":22,"value":602},"8",{"type":16,"tag":422,"props":604,"children":605},{"style":429},[606],{"type":22,"value":607}," *",{"type":16,"tag":422,"props":609,"children":610},{"style":435},[611],{"type":22,"value":612}," footprint.offset.y);\n",{"type":16,"tag":422,"props":614,"children":616},{"class":424,"line":615},4,[617,621,626,630,634,639,644,648],{"type":16,"tag":422,"props":618,"children":619},{"style":429},[620],{"type":22,"value":432},{"type":16,"tag":422,"props":622,"children":623},{"style":435},[624],{"type":22,"value":625}," bottomRight ",{"type":16,"tag":422,"props":627,"children":628},{"style":429},[629],{"type":22,"value":443},{"type":16,"tag":422,"props":631,"children":632},{"style":435},[633],{"type":22,"value":438},{"type":16,"tag":422,"props":635,"children":636},{"style":429},[637],{"type":22,"value":638},"&",{"type":16,"tag":422,"props":640,"children":641},{"style":435},[642],{"type":22,"value":643}," bottomMask ",{"type":16,"tag":422,"props":645,"children":646},{"style":429},[647],{"type":22,"value":638},{"type":16,"tag":422,"props":649,"children":650},{"style":435},[651],{"type":22,"value":652}," rightMask;\n",{"type":16,"tag":422,"props":654,"children":656},{"class":424,"line":655},5,[657,661,666,670,674,678,682,686,690,695],{"type":16,"tag":422,"props":658,"children":659},{"style":429},[660],{"type":22,"value":432},{"type":16,"tag":422,"props":662,"children":663},{"style":435},[664],{"type":22,"value":665}," bottomLeft ",{"type":16,"tag":422,"props":667,"children":668},{"style":429},[669],{"type":22,"value":443},{"type":16,"tag":422,"props":671,"children":672},{"style":435},[673],{"type":22,"value":438},{"type":16,"tag":422,"props":675,"children":676},{"style":429},[677],{"type":22,"value":638},{"type":16,"tag":422,"props":679,"children":680},{"style":435},[681],{"type":22,"value":643},{"type":16,"tag":422,"props":683,"children":684},{"style":429},[685],{"type":22,"value":638},{"type":16,"tag":422,"props":687,"children":688},{"style":435},[689],{"type":22,"value":448},{"type":16,"tag":422,"props":691,"children":692},{"style":429},[693],{"type":22,"value":694},"~",{"type":16,"tag":422,"props":696,"children":697},{"style":435},[698],{"type":22,"value":699},"rightMask);\n",{"type":16,"tag":422,"props":701,"children":703},{"class":424,"line":702},6,[704,708,713,717,721,725,729,733,738,742],{"type":16,"tag":422,"props":705,"children":706},{"style":429},[707],{"type":22,"value":432},{"type":16,"tag":422,"props":709,"children":710},{"style":435},[711],{"type":22,"value":712}," topRight ",{"type":16,"tag":422,"props":714,"children":715},{"style":429},[716],{"type":22,"value":443},{"type":16,"tag":422,"props":718,"children":719},{"style":435},[720],{"type":22,"value":438},{"type":16,"tag":422,"props":722,"children":723},{"style":429},[724],{"type":22,"value":638},{"type":16,"tag":422,"props":726,"children":727},{"style":435},[728],{"type":22,"value":448},{"type":16,"tag":422,"props":730,"children":731},{"style":429},[732],{"type":22,"value":694},{"type":16,"tag":422,"props":734,"children":735},{"style":435},[736],{"type":22,"value":737},"bottomMask) ",{"type":16,"tag":422,"props":739,"children":740},{"style":429},[741],{"type":22,"value":638},{"type":16,"tag":422,"props":743,"children":744},{"style":435},[745],{"type":22,"value":652},{"type":16,"tag":422,"props":747,"children":749},{"class":424,"line":748},7,[750,754,759,763,767,771,775,779,783,787,791,795],{"type":16,"tag":422,"props":751,"children":752},{"style":429},[753],{"type":22,"value":432},{"type":16,"tag":422,"props":755,"children":756},{"style":435},[757],{"type":22,"value":758}," topLeft ",{"type":16,"tag":422,"props":760,"children":761},{"style":429},[762],{"type":22,"value":443},{"type":16,"tag":422,"props":764,"children":765},{"style":435},[766],{"type":22,"value":438},{"type":16,"tag":422,"props":768,"children":769},{"style":429},[770],{"type":22,"value":638},{"type":16,"tag":422,"props":772,"children":773},{"style":435},[774],{"type":22,"value":448},{"type":16,"tag":422,"props":776,"children":777},{"style":429},[778],{"type":22,"value":694},{"type":16,"tag":422,"props":780,"children":781},{"style":435},[782],{"type":22,"value":737},{"type":16,"tag":422,"props":784,"children":785},{"style":429},[786],{"type":22,"value":638},{"type":16,"tag":422,"props":788,"children":789},{"style":435},[790],{"type":22,"value":448},{"type":16,"tag":422,"props":792,"children":793},{"style":429},[794],{"type":22,"value":694},{"type":16,"tag":422,"props":796,"children":797},{"style":435},[798],{"type":22,"value":699},{"type":16,"tag":42,"props":800,"children":801},{},[802],{"type":22,"value":803},"(2) What should an application do to ensure maximum performance when\naccumulating footprints into an aggregate footprint image?",{"type":16,"tag":42,"props":805,"children":806},{},[807,811],{"type":16,"tag":36,"props":808,"children":809},{},[810],{"type":22,"value":363},{"type":22,"value":812},": We expect that the most common usage of this feature will be to\naccumulate aggregate footprint coverage, as described in the previous issue.\nEven if you ignore the anisotropic filtering case where the implementation\nmay return a granularity larger than that requested by the caller, each\nshader invocation will need to use atomic functions to update up to four\nfootprint image texels for each LOD accessed.\nHaving each active shader invocation perform multiple atomic operations can\nbe expensive, particularly when neighboring invocations will want to update\nthe same footprint image texels.",{"type":16,"tag":42,"props":814,"children":815},{},[816],{"type":22,"value":817},"Techniques can be used to reduce the number of atomic operations performed\nwhen accumulating coverage include:",{"type":16,"tag":71,"props":819,"children":820},{},[821,826,839],{"type":16,"tag":75,"props":822,"children":823},{},[824],{"type":22,"value":825},"Have logic that detects returned footprints where all components of the\nreturned offset vector are zero.\nIn that case, the mask returned by the footprint function is guaranteed\nto be aligned with the footprint image texels and affects only a single\nfootprint image texel.",{"type":16,"tag":75,"props":827,"children":828},{},[829,831,837],{"type":22,"value":830},"Have fragment shaders communicate using built-in functions from the\n",{"type":16,"tag":88,"props":832,"children":834},{"className":833},[],[835],{"type":22,"value":836},"VK_NV_shader_subgroup_partitioned",{"type":22,"value":838}," extension or other shader subgroup\nextensions.\nIf you have multiple invocations in a subgroup that need to update the\nsame texel (x,y) in the footprint image, compute an aggregate footprint\nmask across all invocations in the subgroup updating that texel and have\na single invocation perform an atomic operation using that aggregate\nmask.",{"type":16,"tag":75,"props":840,"children":841},{},[842,844,850,851,857,858,864,866,872,874,880,882,887,889,895],{"type":22,"value":843},"When the returned footprint spans multiple texels in the footprint\nimage, each invocation need to perform four atomic operations.\nIn the previous issue, we had an example that computed separate masks\nfor ",{"type":16,"tag":88,"props":845,"children":847},{"className":846},[],[848],{"type":22,"value":849},"topLeft",{"type":22,"value":252},{"type":16,"tag":88,"props":852,"children":854},{"className":853},[],[855],{"type":22,"value":856},"topRight",{"type":22,"value":252},{"type":16,"tag":88,"props":859,"children":861},{"className":860},[],[862],{"type":22,"value":863},"bottomLeft",{"type":22,"value":865},", and ",{"type":16,"tag":88,"props":867,"children":869},{"className":868},[],[870],{"type":22,"value":871},"bottomRight",{"type":22,"value":873},".\nWhen the invocations in a subgroup have good locality, it might be the\ncase the ",{"type":16,"tag":88,"props":875,"children":877},{"className":876},[],[878],{"type":22,"value":879},"top left",{"type":22,"value":881}," for some invocations might refer to footprint\nimage texel (10,10), while neighbors might have their ",{"type":16,"tag":88,"props":883,"children":885},{"className":884},[],[886],{"type":22,"value":879},{"type":22,"value":888},"\ntexels at (11,10), (10,11), and (11,11).\nIf you compute separate masks for even/odd x and y values instead of\nleft/right or top/bottom, the ",{"type":16,"tag":88,"props":890,"children":892},{"className":891},[],[893],{"type":22,"value":894},"odd/odd",{"type":22,"value":896}," mask for all invocations in\nthe subgroup hold coverage for footprint image texel (11,11), which can\nbe updated by a single atomic operation for the entire subgroup.",{"type":16,"tag":24,"props":898,"children":900},{"id":899},"_examples",[901],{"type":22,"value":902},"Examples",{"type":16,"tag":42,"props":904,"children":905},{},[906],{"type":22,"value":907},"TBD",{"type":16,"tag":24,"props":909,"children":911},{"id":910},"_version_history",[912],{"type":22,"value":913},"Version History",{"type":16,"tag":71,"props":915,"children":916},{},[917,930],{"type":16,"tag":75,"props":918,"children":919},{},[920,922],{"type":22,"value":921},"Revision 2, 2018-09-13 (Pat Brown)",{"type":16,"tag":71,"props":923,"children":924},{},[925],{"type":16,"tag":75,"props":926,"children":927},{},[928],{"type":22,"value":929},"Add issue (2) with performance tips.",{"type":16,"tag":75,"props":931,"children":932},{},[933,935],{"type":22,"value":934},"Revision 1, 2018-08-12 (Pat Brown)",{"type":16,"tag":71,"props":936,"children":937},{},[938],{"type":16,"tag":75,"props":939,"children":940},{},[941],{"type":22,"value":942},"Initial draft",{"type":16,"tag":944,"props":945,"children":946},"style",{},[947],{"type":22,"value":948},"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":5,"searchDepth":495,"depth":495,"links":950},[951,952,953,954,955,956,957,958],{"id":26,"depth":495,"text":29},{"id":128,"depth":495,"text":131},{"id":233,"depth":495,"text":236},{"id":275,"depth":495,"text":278},{"id":325,"depth":495,"text":328},{"id":347,"depth":495,"text":350},{"id":899,"depth":495,"text":902},{"id":910,"depth":495,"text":913},"markdown",[961,965,968,971,974,977,980,983,986,990,994,998,1002,1006,1010,1014,1018,1022,1026,1030,1034,1038,1042,1046,1050,1054,1058,1062,1066,1070,1074,1078,1082,1086,1090,1094,1098,1102,1106,1110,1114,1118,1122,1126,1130,1134,1138,1142,1146,1150,1154,1158,1161,1164,1167,1170,1173,1176,1179],{"index":962,"title":963,"id":964,"appendix":9},0,"Preamble","preamble",{"index":425,"title":966,"id":967,"appendix":9},"Introduction","introduction",{"index":495,"title":969,"id":970,"appendix":9},"Fundamentals","fundamentals",{"index":562,"title":972,"id":973,"appendix":9},"Initialization","initialization",{"index":615,"title":975,"id":976,"appendix":9},"Devices and Queues","devsandqueues",{"index":655,"title":978,"id":979,"appendix":9},"Command Buffers","commandbuffers",{"index":702,"title":981,"id":982,"appendix":9},"Synchronization and Cache Control","synchronization",{"index":748,"title":984,"id":985,"appendix":9},"Render Pass","renderpass",{"index":987,"title":988,"id":989,"appendix":9},8,"Shaders","shaders",{"index":991,"title":992,"id":993,"appendix":9},9,"Pipelines","pipelines",{"index":995,"title":996,"id":997,"appendix":9},10,"Memory Allocation","memory",{"index":999,"title":1000,"id":1001,"appendix":9},11,"Resource Creation","resources",{"index":1003,"title":1004,"id":1005,"appendix":9},12,"Samplers","samplers",{"index":1007,"title":1008,"id":1009,"appendix":9},13,"Resource Descriptors","descriptorsets",{"index":1011,"title":1012,"id":1013,"appendix":9},14,"Shader Interfaces","interfaces",{"index":1015,"title":1016,"id":1017,"appendix":9},15,"Image Operations","textures",{"index":1019,"title":1020,"id":1021,"appendix":9},16,"Fragment Density Map Operations","fragmentdensitymapops",{"index":1023,"title":1024,"id":1025,"appendix":9},17,"Queries","queries",{"index":1027,"title":1028,"id":1029,"appendix":9},18,"Clear Commands","clears",{"index":1031,"title":1032,"id":1033,"appendix":9},19,"Copy Commands","copies",{"index":1035,"title":1036,"id":1037,"appendix":9},20,"Drawing Commands","drawing",{"index":1039,"title":1040,"id":1041,"appendix":9},21,"Fixed-Function Vertex Processing","fxvertex",{"index":1043,"title":1044,"id":1045,"appendix":9},22,"Tessellation","tessellation",{"index":1047,"title":1048,"id":1049,"appendix":9},23,"Geometry Shading","geometry",{"index":1051,"title":1052,"id":1053,"appendix":9},24,"Mesh Shading","mesh",{"index":1055,"title":1056,"id":1057,"appendix":9},25,"Cluster Culling Shading","cluster-culling",{"index":1059,"title":1060,"id":1061,"appendix":9},26,"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":1063,"title":1064,"id":1065,"appendix":9},27,"Rasterization","primsrast",{"index":1067,"title":1068,"id":1069,"appendix":9},28,"Fragment Operations","fragops",{"index":1071,"title":1072,"id":1073,"appendix":9},29,"The Framebuffer","framebuffer",{"index":1075,"title":1076,"id":1077,"appendix":9},30,"Dispatching Commands","dispatch",{"index":1079,"title":1080,"id":1081,"appendix":9},31,"Device-Generated Commands","device-generated-commands",{"index":1083,"title":1084,"id":1085,"appendix":9},32,"Sparse Resources","sparsememory",{"index":1087,"title":1088,"id":1089,"appendix":9},33,"Window System Integration (WSI)","wsi",{"index":1091,"title":1092,"id":1093,"appendix":9},34,"Deferred Host Operations","deferred-host-operations",{"index":1095,"title":1096,"id":1097,"appendix":9},35,"Private Data","private-data",{"index":1099,"title":1100,"id":1101,"appendix":9},36,"Acceleration Structures","acceleration-structure",{"index":1103,"title":1104,"id":1105,"appendix":9},37,"Micromap","micromap",{"index":1107,"title":1108,"id":1109,"appendix":9},38,"Ray Traversal","ray-traversal",{"index":1111,"title":1112,"id":1113,"appendix":9},39,"Ray Tracing","ray-tracing",{"index":1115,"title":1116,"id":1117,"appendix":9},40,"Memory Decompression","memory-decompression",{"index":1119,"title":1120,"id":1121,"appendix":9},41,"Video Coding","video-coding",{"index":1123,"title":1124,"id":1125,"appendix":9},42,"Optical Flow","opticalflow",{"index":1127,"title":1128,"id":1129,"appendix":9},43,"Execution Graphs","executiongraphs",{"index":1131,"title":1132,"id":1133,"appendix":9},44,"Extending Vulkan","extendingvulkan",{"index":1135,"title":1136,"id":1137,"appendix":9},45,"Features","features",{"index":1139,"title":1140,"id":1141,"appendix":9},46,"Limits","limits",{"index":1143,"title":1144,"id":1145,"appendix":9},47,"Formats","formats",{"index":1147,"title":1148,"id":1149,"appendix":9},48,"Additional Capabilities","capabilities",{"index":1151,"title":1152,"id":1153,"appendix":9},49,"Debugging","debugging",{"index":962,"title":1155,"id":1156,"appendix":1157},"Vulkan Environment for SPIR-V","spirvenv",true,{"index":425,"title":1159,"id":1160,"appendix":1157},"Memory Model","memory-model",{"index":495,"title":1162,"id":1163,"appendix":1157},"Compressed Image Formats","compressed_image_formats",{"index":562,"title":1165,"id":1166,"appendix":1157},"Core Revisions (Informative)","versions",{"index":615,"title":1168,"id":1169,"appendix":1157},"Layers & Extensions (Informative)","extensions",{"index":655,"title":1171,"id":1172,"appendix":1157},"API Boilerplate","boilerplate",{"index":702,"title":1174,"id":1175,"appendix":1157},"Invariance","invariance",{"index":748,"title":1177,"id":1178,"appendix":1157},"Lexicon","lexicon",{"index":987,"title":1180,"id":1181,"appendix":1157},"Credits (Informative)","credits",[1183,1190,1194,1199,1202,1207,1210,1213,1216,1220,1224,1227,1230,1233,1235,1237,1240,1243,1247,1249,1253,1255,1258,1260,1263,1271,1275,1281,1285,1290,1292,1296,1302,1308,1313,1315,1318,1324,1327,1331,1337,1341,1345,1350,1354,1357,1360,1366,1369,1372,1376,1380,1384,1387,1389,1393,1398,1404,1407,1411,1414,1420,1423,1427,1430,1434,1437,1441,1444,1449,1453,1456,1461,1464,1467,1470,1474,1479,1484,1488,1492,1496,1500,1504,1508,1512,1515,1518,1522,1525,1528,1531,1535,1540,1544,1547,1551,1556,1560,1565,1568,1571,1576,1581,1585,1588,1592,1597,1600,1605,1610,1613,1616,1620,1624,1628,1633,1637,1640,1645,1649,1652,1656,1660,1664,1667,1669,1673,1676,1679,1682,1685,1688,1691,1694,1697,1700,1704,1708,1711,1714,1717,1720,1723,1726,1730,1734,1738,1741,1745,1748,1751,1754,1756,1760,1765,1769,1773,1775,1779,1782,1789,1793,1797,1801,1807,1810,1814,1818,1821,1824,1828,1833,1839,1843,1845,1850,1853,1858,1862,1867,1871,1875,1877,1880,1883,1885,1890,1893,1896,1901,1905,1909,1914,1918,1922,1924,1926,1929,1931,1934,1937,1941,1945,1947,1951,1954,1958,1961,1963,1966,1970,1972,1976,1979,1982,1985,1989,1992,1995,1997,2000,2002,2005,2009,2012,2014,2016,2018,2020,2024,2026,2029,2034,2038,2041,2043,2046,2048,2052,2055,2058,2061,2065,2068,2073,2077,2080,2084,2087,2090,2094,2098,2100,2105,2108,2112,2115,2118,2121,2123,2126,2130,2133,2137,2140,2144,2148,2151,2154,2157,2160,2164,2166,2169,2171,2176,2177,2181,2184,2187,2190,2193,2195,2199,2202,2205,2208,2212,2214,2216,2220,2222,2225,2229,2233,2235,2239,2242,2245,2248,2251,2255,2260,2265,2269,2275,2279,2282,2286,2290,2293,2297,2300,2303,2307,2310,2315,2319,2321,2327,2330,2333,2336,2340,2343,2347,2351,2355,2357,2360,2362,2365,2367,2369,2372,2375,2378,2381,2384,2387,2389,2393,2397,2401,2405,2408,2411,2415,2418,2422,2424,2428,2432,2435,2438,2441,2444,2447,2450,2453,2454,2457,2459,2462,2465,2468,2471,2475,2478,2482,2486,2489,2492,2495,2498,2501,2504,2508,2511,2514,2520,2524,2528,2532],{"number":1184,"type":7,"author":1185,"provisional":1157,"depends":1186,"platform":1187,"contact":1188,"extension":1189,"proposal":1157},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":1191,"type":7,"author":1185,"provisional":9,"contact":1192,"extension":1193,"proposal":1157},477,"Stu Smith","VK_AMD_anti_lag",{"number":1195,"type":7,"author":1185,"provisional":9,"specialuse":1196,"contact":1197,"extension":1198,"proposal":9},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":1200,"type":7,"author":1185,"provisional":9,"depends":10,"contact":1188,"extension":1201,"proposal":9},230,"VK_AMD_device_coherent_memory",{"number":1203,"type":7,"author":1185,"provisional":9,"depends":1204,"contact":1205,"extension":1206,"proposal":9},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":1091,"type":7,"author":1185,"promotedto":1208,"provisional":9,"contact":1197,"extension":1209,"proposal":9},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":1059,"type":7,"author":1185,"provisional":9,"contact":1211,"extension":1212,"proposal":9},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":1103,"type":7,"author":1185,"deprecatedby":1214,"provisional":9,"contact":1211,"extension":1215,"proposal":9},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":1217,"type":7,"author":1185,"deprecatedby":1214,"provisional":9,"contact":1218,"extension":1219,"proposal":9},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":1221,"type":7,"author":1185,"provisional":9,"contact":1222,"extension":1223,"proposal":9},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":1225,"type":7,"author":1185,"provisional":9,"contact":1205,"extension":1226,"proposal":9},137,"VK_AMD_mixed_attachment_samples",{"number":1099,"type":7,"author":1185,"obsoletedby":1228,"provisional":9,"contact":1205,"extension":1229,"proposal":9},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":1231,"type":7,"author":1185,"provisional":9,"contact":1205,"extension":1232,"proposal":9},184,"VK_AMD_pipeline_compiler_control",{"number":1031,"type":7,"author":1185,"provisional":9,"contact":1197,"extension":1234,"proposal":9},"VK_AMD_rasterization_order",{"number":1107,"type":7,"author":1185,"provisional":9,"contact":1211,"extension":1236,"proposal":9},"VK_AMD_shader_ballot",{"number":1238,"type":7,"author":1185,"provisional":9,"depends":10,"contact":1222,"extension":1239,"proposal":9},186,"VK_AMD_shader_core_properties",{"number":1241,"type":7,"author":1185,"provisional":9,"depends":1239,"contact":1205,"extension":1242,"proposal":9},228,"VK_AMD_shader_core_properties2",{"number":1244,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1188,"extension":1246,"proposal":1157},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":1043,"type":7,"author":1185,"provisional":9,"contact":1218,"extension":1248,"proposal":9},"VK_AMD_shader_explicit_vertex_parameter",{"number":1250,"type":7,"author":1185,"provisional":9,"contact":1251,"extension":1252,"proposal":9},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":1143,"type":7,"author":1185,"provisional":9,"contact":1211,"extension":1254,"proposal":9},"VK_AMD_shader_image_load_store_lod",{"number":1127,"type":7,"author":1185,"provisional":9,"specialuse":1196,"contact":1256,"extension":1257,"proposal":9},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":1039,"type":7,"author":1185,"provisional":9,"contact":1218,"extension":1259,"proposal":9},"VK_AMD_shader_trinary_minmax",{"number":1123,"type":7,"author":1185,"provisional":9,"depends":10,"contact":1261,"extension":1262,"proposal":9},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":1264,"type":7,"author":1265,"provisional":9,"depends":1266,"platform":1267,"specialuse":1268,"contact":1269,"extension":1270,"proposal":1157},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":1272,"type":7,"author":1265,"provisional":9,"depends":1273,"platform":1267,"contact":1274,"extension":1266,"proposal":9},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":1276,"type":7,"author":1277,"promotedto":1278,"provisional":9,"depends":10,"contact":1279,"extension":1280,"proposal":9},343,"ARM","VK_EXT_rasterization_order_attachment_access","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":1282,"type":7,"author":1277,"provisional":9,"depends":1283,"contact":1279,"extension":1284,"proposal":1157},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":1286,"type":7,"author":1277,"provisional":9,"depends":1287,"contact":1288,"extension":1289,"proposal":9},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":1291,"type":7,"author":1277,"provisional":9,"depends":10,"contact":1288,"extension":1287,"proposal":9},498,{"number":1293,"type":7,"author":1277,"provisional":9,"depends":1294,"contact":1279,"extension":1295,"proposal":9},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":1297,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1300,"extension":1301,"proposal":9},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":1303,"type":1304,"author":1245,"provisional":9,"depends":1305,"contact":1306,"extension":1307,"proposal":9},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":1309,"type":1304,"author":8,"provisional":9,"depends":1305,"platform":1310,"contact":1311,"extension":1312,"proposal":9},90,"xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":1314,"proposal":9},"VK_EXT_application_parameters",{"number":1316,"type":7,"author":1277,"provisional":9,"depends":10,"contact":1279,"extension":1317,"proposal":9},68,"VK_EXT_astc_decode_mode",{"number":1319,"type":7,"author":1245,"provisional":9,"depends":1320,"ratified":1321,"contact":1322,"extension":1323,"proposal":1157},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":1325,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1300,"extension":1326,"proposal":1157},340,"VK_EXT_attachment_feedback_loop_layout",{"number":1328,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":1330,"proposal":9},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":1332,"type":7,"author":1245,"provisional":9,"depends":1333,"specialuse":1334,"contact":1335,"extension":1336,"proposal":9},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":1338,"type":7,"author":8,"deprecatedby":1339,"provisional":9,"depends":10,"contact":1329,"extension":1340,"proposal":9},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":1342,"type":7,"author":1245,"promotedto":1343,"provisional":9,"depends":10,"contact":1197,"extension":1344,"proposal":1157},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":1346,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1347,"contact":1348,"extension":1349,"proposal":9},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":1351,"type":7,"author":8,"provisional":9,"depends":10,"contact":1352,"extension":1353,"proposal":9},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":1355,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1321,"contact":1335,"extension":1356,"proposal":9},102,"VK_EXT_conservative_rasterization",{"number":1358,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1347,"specialuse":1334,"contact":1359,"extension":1333,"proposal":9},288,"Liam Middlebrook @liam-middlebrook",{"number":1047,"type":7,"author":1361,"promotedto":1362,"provisional":9,"depends":1363,"specialuse":1153,"contact":1364,"extension":1365,"proposal":9},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":1003,"type":1304,"author":1367,"deprecatedby":1362,"provisional":9,"specialuse":1153,"contact":1368,"extension":1363,"proposal":9},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":1370,"type":1304,"author":1245,"provisional":9,"specialuse":1153,"contact":1371,"extension":1362,"proposal":9},129,"Mark Young @marky-lunarg",{"number":1373,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"specialuse":1374,"contact":1300,"extension":1375,"proposal":1157},284,"d3demulation","VK_EXT_depth_bias_control",{"number":1377,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1378,"extension":1379,"proposal":9},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":1381,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"specialuse":1268,"contact":1382,"extension":1383,"proposal":9},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":1385,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1347,"specialuse":1374,"contact":1335,"extension":1386,"proposal":9},103,"VK_EXT_depth_clip_enable",{"number":1011,"type":7,"author":8,"provisional":9,"ratified":1347,"contact":1335,"extension":1388,"proposal":9},"VK_EXT_depth_range_unrestricted",{"number":1390,"type":7,"author":1245,"provisional":9,"depends":1391,"contact":1188,"extension":1392,"proposal":1157},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":1394,"type":7,"author":8,"promotedto":1395,"provisional":9,"depends":1396,"contact":1329,"extension":1397,"proposal":9},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":1399,"type":7,"author":1245,"provisional":9,"depends":1400,"specialuse":1401,"contact":1402,"extension":1403,"proposal":9},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":1405,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1402,"extension":1406,"proposal":1157},342,"VK_EXT_device_fault",{"number":1408,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"specialuse":1196,"contact":1409,"extension":1410,"proposal":9},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":1412,"type":1304,"author":8,"provisional":9,"depends":1413,"contact":1311,"extension":1305,"proposal":9},89,"VK_KHR_display",{"number":1415,"type":1304,"author":1245,"provisional":9,"depends":1416,"platform":1417,"contact":1418,"extension":1419,"proposal":9},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":1421,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1347,"contact":1335,"extension":1422,"proposal":9},100,"VK_EXT_discard_rectangles",{"number":1424,"type":7,"author":8,"provisional":9,"depends":1425,"ratified":1321,"contact":1311,"extension":1426,"proposal":9},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":1428,"type":1304,"author":8,"provisional":9,"depends":1413,"ratified":1321,"contact":1311,"extension":1429,"proposal":9},91,"VK_EXT_display_surface_counter",{"number":1431,"type":7,"author":1245,"provisional":9,"depends":1432,"ratified":1321,"contact":1335,"extension":1433,"proposal":1157},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":1435,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1335,"extension":1436,"proposal":9},268,"VK_EXT_extended_dynamic_state",{"number":1438,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1439,"extension":1440,"proposal":9},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":1442,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1321,"contact":1335,"extension":1443,"proposal":1157},456,"VK_EXT_extended_dynamic_state3",{"number":1445,"type":7,"author":1245,"provisional":9,"depends":1446,"ratified":1321,"contact":1447,"extension":1448,"proposal":1157},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":1450,"type":7,"author":1245,"provisional":9,"depends":1451,"ratified":1347,"contact":1447,"extension":1452,"proposal":9},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":1454,"type":7,"author":1245,"provisional":9,"depends":1446,"ratified":1347,"contact":1197,"extension":1455,"proposal":9},179,"VK_EXT_external_memory_host",{"number":1457,"type":7,"author":1458,"provisional":9,"ratified":1321,"contact":1459,"extension":1460,"proposal":9},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":1462,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1459,"extension":1463,"proposal":9},219,"VK_EXT_fragment_density_map",{"number":1465,"type":7,"author":1245,"provisional":9,"depends":1463,"contact":1459,"extension":1466,"proposal":9},333,"VK_EXT_fragment_density_map2",{"number":1468,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1335,"extension":1469,"proposal":9},252,"VK_EXT_fragment_shader_interlock",{"number":1471,"type":7,"author":1245,"provisional":9,"ratified":1321,"contact":1472,"extension":1473,"proposal":1157},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":1475,"type":7,"author":1245,"provisional":9,"depends":1476,"platform":1477,"ratified":1321,"contact":1311,"extension":1478,"proposal":9},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":1480,"type":7,"author":1245,"promotedto":1481,"provisional":9,"contact":1482,"extension":1483,"proposal":9},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":1485,"type":7,"author":1245,"promotedto":1481,"provisional":9,"depends":1486,"contact":1409,"extension":1487,"proposal":9},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":1489,"type":7,"author":1185,"provisional":9,"depends":1490,"contact":1188,"extension":1491,"proposal":1157},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":1493,"type":7,"author":1367,"provisional":9,"depends":1494,"ratified":1347,"contact":1368,"extension":1495,"proposal":9},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":1497,"type":1304,"author":1245,"provisional":9,"depends":1416,"contact":1498,"extension":1499,"proposal":9},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":1501,"type":7,"author":1245,"provisional":9,"depends":1502,"ratified":1321,"contact":1382,"extension":1503,"proposal":1157},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":1505,"type":7,"author":1245,"promotedto":1395,"provisional":9,"depends":10,"contact":1506,"extension":1507,"proposal":9},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":1509,"type":7,"author":1245,"provisional":9,"depends":1510,"specialuse":1268,"contact":1322,"extension":1511,"proposal":9},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":1513,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1279,"extension":1514,"proposal":1157},339,"VK_EXT_image_compression_control",{"number":1516,"type":7,"author":1245,"provisional":9,"depends":1514,"contact":1279,"extension":1517,"proposal":9},438,"VK_EXT_image_compression_control_swapchain",{"number":1519,"type":7,"author":1245,"provisional":9,"depends":1520,"ratified":1321,"contact":1447,"extension":1521,"proposal":9},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":1523,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1378,"extension":1524,"proposal":9},336,"VK_EXT_image_robustness",{"number":1526,"type":7,"author":1245,"provisional":9,"depends":1510,"specialuse":1374,"contact":1322,"extension":1527,"proposal":1157},419,"VK_EXT_image_sliced_view_of_3d",{"number":1529,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1300,"extension":1530,"proposal":9},392,"VK_EXT_image_view_min_lod",{"number":1532,"type":7,"author":1245,"promotedto":1533,"provisional":9,"depends":10,"contact":1335,"extension":1534,"proposal":9},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":1536,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":1537,"contact":1538,"extension":1539,"proposal":9},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":1541,"type":1304,"author":1245,"provisional":9,"ratified":1321,"contact":1542,"extension":1543,"proposal":1157},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":1545,"type":7,"author":1245,"provisional":9,"depends":10,"specialuse":1268,"contact":1382,"extension":1546,"proposal":1157},466,"VK_EXT_legacy_dithering",{"number":1548,"type":7,"author":1245,"provisional":9,"depends":1549,"ratified":1321,"specialuse":1268,"contact":1322,"extension":1550,"proposal":1157},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":1552,"type":7,"author":1245,"promotedto":1553,"provisional":9,"depends":10,"specialuse":1554,"contact":1329,"extension":1555,"proposal":9},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":1557,"type":7,"author":1245,"promotedto":1558,"provisional":9,"ratified":1321,"contact":1382,"extension":1559,"proposal":9},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":1561,"type":7,"author":1245,"provisional":9,"depends":1562,"ratified":1321,"contact":1563,"extension":1564,"proposal":1157},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":1566,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":1567,"proposal":9},238,"VK_EXT_memory_budget",{"number":1569,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":1570,"proposal":9},239,"VK_EXT_memory_priority",{"number":1572,"type":7,"author":1245,"provisional":9,"depends":1573,"contact":1574,"extension":1575,"proposal":1157},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":1577,"type":7,"author":1245,"provisional":9,"platform":1578,"contact":1579,"extension":1580,"proposal":1157},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":1582,"type":1304,"author":1245,"provisional":9,"depends":1416,"platform":1578,"contact":1583,"extension":1584,"proposal":9},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":1586,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1322,"extension":1587,"proposal":9},393,"VK_EXT_multi_draw",{"number":1589,"type":7,"author":1245,"provisional":9,"depends":1590,"contact":1382,"extension":1591,"proposal":1157},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":1593,"type":7,"author":1245,"provisional":9,"depends":1594,"specialuse":1374,"contact":1595,"extension":1596,"proposal":1157},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":1598,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1335,"extension":1599,"proposal":9},452,"VK_EXT_nested_command_buffer",{"number":1601,"type":7,"author":1245,"provisional":9,"depends":10,"specialuse":1602,"contact":1603,"extension":1604,"proposal":1157},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":1606,"type":7,"author":1245,"provisional":9,"depends":1607,"ratified":1321,"contact":1608,"extension":1609,"proposal":1157},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":1611,"type":7,"author":1245,"provisional":9,"depends":1570,"contact":1335,"extension":1612,"proposal":9},413,"VK_EXT_pageable_device_local_memory",{"number":1614,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1347,"contact":1205,"extension":1615,"proposal":9},213,"VK_EXT_pci_bus_info",{"number":1617,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1618,"extension":1619,"proposal":9},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":1621,"type":7,"author":1185,"promotedto":1298,"provisional":9,"depends":10,"contact":1622,"extension":1623,"proposal":9},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":1625,"type":7,"author":1367,"promotedto":1298,"provisional":9,"specialuse":1196,"contact":1626,"extension":1627,"proposal":9},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":1629,"type":7,"author":1245,"provisional":9,"depends":1630,"contact":1631,"extension":1632,"proposal":1157},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":1634,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1635,"extension":1636,"proposal":9},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":1638,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1382,"extension":1639,"proposal":1157},467,"VK_EXT_pipeline_protected_access",{"number":1641,"type":7,"author":1642,"provisional":9,"depends":10,"contact":1643,"extension":1644,"proposal":9},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":1646,"type":7,"author":8,"provisional":9,"ratified":1321,"contact":1647,"extension":1648,"proposal":9},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":1650,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"specialuse":1268,"contact":1382,"extension":1651,"proposal":9},357,"VK_EXT_primitive_topology_list_restart",{"number":1653,"type":7,"author":1245,"provisional":9,"depends":1654,"specialuse":1268,"contact":1382,"extension":1655,"proposal":1157},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":1657,"type":7,"author":8,"promotedto":1298,"provisional":9,"depends":10,"contact":1658,"extension":1659,"proposal":9},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":1661,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"specialuse":1268,"contact":1662,"extension":1663,"proposal":9},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":1665,"type":7,"author":1245,"provisional":9,"depends":1446,"ratified":1347,"contact":1447,"extension":1666,"proposal":9},127,"VK_EXT_queue_family_foreign",{"number":1668,"type":7,"author":1277,"provisional":9,"depends":10,"contact":1279,"extension":1278,"proposal":1157},464,{"number":1670,"type":7,"author":1245,"provisional":9,"depends":1671,"contact":1279,"extension":1672,"proposal":9},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":1674,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1347,"contact":1359,"extension":1675,"proposal":9},287,"VK_EXT_robustness2",{"number":1677,"type":7,"author":1185,"provisional":9,"depends":10,"ratified":1347,"contact":1197,"extension":1678,"proposal":9},144,"VK_EXT_sample_locations",{"number":1680,"type":7,"author":8,"promotedto":1395,"provisional":9,"depends":10,"contact":1329,"extension":1681,"proposal":9},131,"VK_EXT_sampler_filter_minmax",{"number":1683,"type":7,"author":1245,"promotedto":1395,"provisional":9,"depends":10,"contact":1188,"extension":1684,"proposal":9},222,"VK_EXT_scalar_block_layout",{"number":1686,"type":7,"author":1245,"promotedto":1395,"provisional":9,"contact":1197,"extension":1687,"proposal":9},247,"VK_EXT_separate_stencil_usage",{"number":1689,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1347,"contact":1439,"extension":1690,"proposal":9},261,"VK_EXT_shader_atomic_float",{"number":1692,"type":7,"author":1245,"provisional":9,"depends":1690,"ratified":1321,"contact":1563,"extension":1693,"proposal":9},274,"VK_EXT_shader_atomic_float2",{"number":1695,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1329,"extension":1696,"proposal":9},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":1698,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1188,"extension":1699,"proposal":9},235,"VK_EXT_shader_image_atomic_int64",{"number":1701,"type":7,"author":1245,"provisional":9,"depends":1702,"contact":1631,"extension":1703,"proposal":1157},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":1705,"type":7,"author":1245,"provisional":9,"depends":1432,"ratified":1321,"contact":1706,"extension":1707,"proposal":1157},483,"Daniel Story @daniel-story","VK_EXT_shader_object",{"number":1709,"type":7,"author":1245,"provisional":9,"ratified":1321,"contact":1288,"extension":1710,"proposal":1157},565,"VK_EXT_shader_replicated_composites",{"number":1712,"type":7,"author":1245,"provisional":9,"ratified":1347,"contact":1211,"extension":1713,"proposal":9},141,"VK_EXT_shader_stencil_export",{"number":1715,"type":7,"author":8,"deprecatedby":1395,"provisional":9,"contact":1647,"extension":1716,"proposal":9},65,"VK_EXT_shader_subgroup_ballot",{"number":1718,"type":7,"author":8,"deprecatedby":1294,"provisional":9,"contact":1647,"extension":1719,"proposal":9},66,"VK_EXT_shader_subgroup_vote",{"number":1721,"type":7,"author":1245,"provisional":9,"depends":1298,"ratified":1321,"contact":1279,"extension":1722,"proposal":1157},396,"VK_EXT_shader_tile_image",{"number":1724,"type":7,"author":8,"promotedto":1395,"provisional":9,"contact":1647,"extension":1725,"proposal":9},163,"VK_EXT_shader_viewport_index_layer",{"number":1727,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":1294,"ratified":1299,"contact":1728,"extension":1729,"proposal":9},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":1731,"type":7,"author":1245,"provisional":9,"depends":10,"contact":1732,"extension":1733,"proposal":1157},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":1735,"type":1304,"author":1245,"provisional":9,"depends":1736,"contact":1382,"extension":1737,"proposal":1157},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":1739,"type":1304,"author":1367,"provisional":9,"depends":1416,"contact":1368,"extension":1740,"proposal":9},105,"VK_EXT_swapchain_colorspace",{"number":1742,"type":7,"author":1245,"provisional":9,"depends":1743,"contact":1382,"extension":1744,"proposal":1157},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":1746,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1329,"extension":1747,"proposal":9},282,"VK_EXT_texel_buffer_alignment",{"number":1749,"type":7,"author":1277,"promotedto":1298,"provisional":9,"depends":10,"ratified":1299,"contact":1279,"extension":1750,"proposal":9},67,"VK_EXT_texture_compression_astc_hdr",{"number":1752,"type":7,"author":1245,"promotedto":1298,"provisional":9,"contact":1188,"extension":1753,"proposal":9},246,"VK_EXT_tooling_info",{"number":1071,"type":7,"author":8,"provisional":9,"depends":10,"ratified":1321,"specialuse":1755,"contact":1335,"extension":1654,"proposal":9},"glemulation,d3demulation,devtools",{"number":1757,"type":7,"author":1367,"provisional":9,"contact":1758,"extension":1759,"proposal":9},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":1761,"type":1304,"author":1762,"deprecatedby":1543,"provisional":9,"specialuse":1153,"contact":1763,"extension":1764,"proposal":9},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":1766,"type":1304,"author":1367,"deprecatedby":1543,"provisional":9,"specialuse":1153,"contact":1767,"extension":1768,"proposal":9},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":1770,"type":7,"author":8,"promotedto":1771,"provisional":9,"depends":10,"contact":1352,"extension":1772,"proposal":9},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":1774,"type":7,"author":1245,"provisional":9,"depends":10,"ratified":1321,"contact":1335,"extension":1549,"proposal":9},353,{"number":1776,"type":7,"author":1245,"promotedto":1298,"provisional":9,"depends":1671,"ratified":1299,"contact":1777,"extension":1778,"proposal":9},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":1780,"type":7,"author":1245,"provisional":9,"depends":1671,"ratified":1347,"contact":1335,"extension":1781,"proposal":9},253,"VK_EXT_ycbcr_image_arrays",{"number":1783,"type":7,"author":1784,"provisional":9,"depends":1785,"platform":1786,"contact":1787,"extension":1788,"proposal":9},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":1790,"type":7,"author":1784,"provisional":9,"depends":1791,"platform":1786,"contact":1787,"extension":1792,"proposal":9},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":1794,"type":7,"author":1784,"provisional":9,"depends":1795,"platform":1786,"contact":1787,"extension":1796,"proposal":9},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":1798,"type":1304,"author":1784,"provisional":9,"depends":1416,"platform":1786,"contact":1799,"extension":1800,"proposal":9},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":1802,"type":7,"author":1803,"provisional":9,"depends":1804,"platform":1805,"contact":1626,"extension":1806,"proposal":9},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":1808,"type":1304,"author":1803,"provisional":9,"depends":1416,"platform":1805,"contact":1626,"extension":1809,"proposal":9},50,"VK_GGP_stream_descriptor_surface",{"number":1811,"type":7,"author":1367,"provisional":9,"contact":1812,"extension":1813,"proposal":9},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":1815,"type":7,"author":1367,"provisional":9,"depends":1494,"contact":1816,"extension":1817,"proposal":9},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":1819,"type":7,"author":1367,"provisional":9,"contact":1812,"extension":1820,"proposal":9},224,"VK_GOOGLE_hlsl_functionality1",{"number":1822,"type":1304,"author":1367,"provisional":9,"depends":1416,"specialuse":1268,"contact":1382,"extension":1823,"proposal":1157},434,"VK_GOOGLE_surfaceless_query",{"number":1825,"type":7,"author":1367,"provisional":9,"contact":1826,"extension":1827,"proposal":9},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":1829,"type":7,"author":1830,"provisional":9,"depends":10,"contact":1831,"extension":1832,"proposal":1157},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":1834,"type":7,"author":1835,"provisional":9,"depends":1836,"contact":1837,"extension":1838,"proposal":1157},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":1840,"type":7,"author":1830,"provisional":9,"depends":1841,"contact":1837,"extension":1842,"proposal":9},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":1019,"type":7,"author":1642,"provisional":9,"contact":1188,"extension":1844,"proposal":9},"VK_IMG_filter_cubic",{"number":1846,"type":7,"author":1642,"deprecatedby":1847,"provisional":9,"contact":1848,"extension":1849,"proposal":9},55,null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":1851,"type":7,"author":1642,"provisional":9,"depends":10,"specialuse":1268,"contact":1472,"extension":1852,"proposal":9},111,"VK_IMG_relaxed_line_rasterization",{"number":1854,"type":7,"author":1855,"provisional":9,"specialuse":1196,"contact":1856,"extension":1857,"proposal":9},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":1859,"type":7,"author":1855,"provisional":9,"depends":10,"contact":1860,"extension":1861,"proposal":9},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":1863,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1865,"ratified":1321,"contact":1279,"extension":1866,"proposal":9},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":1868,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1865,"ratified":1321,"contact":1869,"extension":1870,"proposal":9},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":1872,"type":7,"author":1864,"provisional":9,"depends":1873,"ratified":1321,"contact":1647,"extension":1874,"proposal":9},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":991,"type":1304,"author":1864,"provisional":9,"depends":1416,"platform":1267,"ratified":1321,"contact":1274,"extension":1876,"proposal":9},"VK_KHR_android_surface",{"number":1878,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1188,"extension":1879,"proposal":9},158,"VK_KHR_bind_memory2",{"number":1881,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1882,"ratified":1321,"contact":1329,"extension":1339,"proposal":9},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":1884,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":1538,"extension":1343,"proposal":9},544,{"number":1886,"type":7,"author":1864,"provisional":9,"depends":1887,"ratified":1321,"contact":1888,"extension":1889,"proposal":1157},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":1891,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"contact":1288,"extension":1892,"proposal":1157},507,"VK_KHR_cooperative_matrix",{"number":1894,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1347,"contact":1459,"extension":1895,"proposal":9},338,"VK_KHR_copy_commands2",{"number":1897,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1898,"ratified":1321,"contact":1899,"extension":1900,"proposal":9},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":1902,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1903,"ratified":1321,"contact":1311,"extension":1904,"proposal":9},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":1906,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":1907,"extension":1908,"proposal":9},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":1910,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1911,"ratified":1321,"contact":1912,"extension":1913,"proposal":9},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":1915,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1916,"extension":1917,"proposal":9},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":1919,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1920,"ratified":1321,"contact":1329,"extension":1921,"proposal":9},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":1923,"type":1304,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1329,"extension":1920,"proposal":9},71,{"number":562,"type":1304,"author":1864,"provisional":9,"depends":1416,"ratified":1347,"contact":1925,"extension":1413,"proposal":9},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":615,"type":7,"author":1864,"provisional":9,"depends":1927,"ratified":1347,"contact":1311,"extension":1928,"proposal":9},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":1930,"type":7,"author":1864,"promotedto":1395,"provisional":9,"ratified":1321,"contact":1335,"extension":1208,"proposal":9},170,{"number":1932,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1197,"extension":1933,"proposal":9},197,"VK_KHR_driver_properties",{"number":1135,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":1935,"ratified":1321,"contact":1188,"extension":1936,"proposal":1157},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_KHR_dynamic_rendering",{"number":1938,"type":7,"author":1185,"provisional":9,"depends":1939,"ratified":1321,"contact":1188,"extension":1940,"proposal":1157},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":1942,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1943,"ratified":1321,"contact":1274,"extension":1944,"proposal":9},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":1946,"type":1304,"author":1864,"promotedto":1294,"provisional":9,"depends":10,"ratified":1321,"contact":1274,"extension":1943,"proposal":9},113,{"number":1948,"type":7,"author":1864,"provisional":9,"depends":1949,"ratified":1347,"contact":1274,"extension":1950,"proposal":9},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":1952,"type":7,"author":1864,"provisional":9,"depends":1944,"platform":1477,"ratified":1321,"contact":1274,"extension":1953,"proposal":9},115,"VK_KHR_external_fence_win32",{"number":1955,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1956,"ratified":1321,"contact":1311,"extension":1957,"proposal":9},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":1959,"type":1304,"author":1864,"promotedto":1294,"provisional":9,"depends":10,"ratified":1321,"contact":1311,"extension":1960,"proposal":9},72,"VK_KHR_external_memory_capabilities",{"number":1962,"type":7,"author":1864,"provisional":9,"depends":1446,"ratified":1347,"contact":1311,"extension":1451,"proposal":9},75,{"number":1964,"type":7,"author":1864,"provisional":9,"depends":1446,"platform":1477,"ratified":1321,"contact":1311,"extension":1965,"proposal":9},74,"VK_KHR_external_memory_win32",{"number":1967,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1968,"ratified":1321,"contact":1311,"extension":1969,"proposal":9},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":1971,"type":1304,"author":1864,"promotedto":1294,"provisional":9,"depends":10,"ratified":1321,"contact":1311,"extension":1968,"proposal":9},77,{"number":1973,"type":7,"author":1864,"provisional":9,"depends":1974,"ratified":1347,"contact":1311,"extension":1975,"proposal":9},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":1977,"type":7,"author":1864,"provisional":9,"depends":1969,"platform":1477,"ratified":1321,"contact":1311,"extension":1978,"proposal":9},79,"VK_KHR_external_semaphore_win32",{"number":1980,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1321,"contact":1856,"extension":1981,"proposal":9},361,"VK_KHR_format_feature_flags2",{"number":1983,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"contact":1192,"extension":1984,"proposal":1157},323,"VK_KHR_fragment_shader_barycentric",{"number":1986,"type":7,"author":1864,"provisional":9,"depends":1987,"ratified":1347,"contact":1188,"extension":1988,"proposal":1157},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":1990,"type":1304,"author":1864,"provisional":9,"depends":1413,"ratified":1347,"contact":1311,"extension":1991,"proposal":9},122,"VK_KHR_get_display_properties2",{"number":1993,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1563,"extension":1994,"proposal":9},147,"VK_KHR_get_memory_requirements2",{"number":1996,"type":1304,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1329,"extension":1887,"proposal":9},60,{"number":1998,"type":1304,"author":1864,"provisional":9,"depends":1416,"ratified":1347,"contact":1311,"extension":1999,"proposal":9},120,"VK_KHR_get_surface_capabilities2",{"number":2001,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":1188,"extension":1481,"proposal":9},189,{"number":2003,"type":7,"author":1864,"promotedto":1395,"provisional":9,"ratified":1321,"contact":1563,"extension":2004,"proposal":9},148,"VK_KHR_image_format_list",{"number":2006,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":2007,"ratified":1321,"contact":1899,"extension":2008,"proposal":9},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":2010,"type":7,"author":1864,"provisional":9,"depends":1494,"ratified":1347,"contact":1816,"extension":2011,"proposal":9},85,"VK_KHR_incremental_present",{"number":2013,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":1335,"extension":1533,"proposal":9},534,{"number":2015,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":1335,"extension":1553,"proposal":9},535,{"number":2017,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":1382,"extension":1558,"proposal":1157},527,{"number":2019,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1335,"extension":1228,"proposal":9},70,{"number":2021,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":2022,"extension":2023,"proposal":9},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":2025,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":1594,"proposal":9},169,{"number":2027,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":1294,"ratified":1321,"contact":1335,"extension":2028,"proposal":9},414,"VK_KHR_maintenance4",{"number":2030,"type":7,"author":1864,"provisional":9,"depends":2031,"ratified":1321,"contact":2032,"extension":2033,"proposal":1157},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":2035,"type":7,"author":1864,"provisional":9,"depends":1294,"ratified":1321,"contact":2036,"extension":2037,"proposal":1157},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":2039,"type":7,"author":1864,"provisional":9,"depends":1294,"ratified":1321,"contact":1322,"extension":2040,"proposal":1157},563,"VK_KHR_maintenance7",{"number":2042,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":1563,"extension":1562,"proposal":1157},272,{"number":2044,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":2045,"proposal":9},54,"VK_KHR_multiview",{"extension":2047,"proposal":9},"VK_KHR_object_refresh",{"number":2049,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"specialuse":1196,"contact":2050,"extension":2051,"proposal":9},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":2053,"type":7,"author":1864,"provisional":9,"depends":2033,"ratified":1321,"contact":2032,"extension":2054,"proposal":1157},484,"VK_KHR_pipeline_binary",{"number":2056,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"specialuse":1196,"contact":1563,"extension":2057,"proposal":9},270,"VK_KHR_pipeline_executable_properties",{"number":2059,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":1574,"extension":2060,"proposal":9},291,"VK_KHR_pipeline_library",{"number":2062,"type":1304,"author":1864,"provisional":9,"ratified":1321,"contact":2063,"extension":2064,"proposal":9},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":2066,"type":7,"author":1864,"provisional":1157,"depends":10,"platform":1187,"ratified":1321,"contact":1579,"extension":2067,"proposal":9},164,"VK_KHR_portability_subset",{"number":2069,"type":7,"author":1864,"provisional":9,"depends":2070,"ratified":1321,"contact":2071,"extension":2072,"proposal":9},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":2074,"type":7,"author":1864,"provisional":9,"depends":2075,"ratified":1321,"contact":2071,"extension":2076,"proposal":9},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":2078,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":2079,"proposal":9},81,"VK_KHR_push_descriptor",{"number":2081,"type":7,"author":1864,"provisional":9,"depends":2082,"ratified":1321,"contact":1647,"extension":2083,"proposal":9},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":2085,"type":7,"author":1864,"provisional":9,"depends":1874,"ratified":1321,"contact":1647,"extension":2086,"proposal":9},387,"VK_KHR_ray_tracing_maintenance1",{"number":2088,"type":7,"author":1864,"provisional":9,"depends":2082,"ratified":1321,"contact":1647,"extension":2089,"proposal":9},348,"VK_KHR_ray_tracing_pipeline",{"number":2091,"type":7,"author":1864,"provisional":9,"depends":1874,"ratified":1321,"contact":2092,"extension":2093,"proposal":1157},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":2095,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":2096,"extension":2097,"proposal":9},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":1015,"type":7,"author":1864,"promotedto":1395,"provisional":9,"ratified":1321,"contact":1188,"extension":2099,"proposal":9},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":2101,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":2102,"ratified":1321,"contact":2103,"extension":2104,"proposal":9},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":2106,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1987,"ratified":1321,"contact":1335,"extension":2107,"proposal":9},242,"VK_KHR_separate_depth_stencil_layouts",{"number":2109,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":2110,"extension":2111,"proposal":9},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":2113,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":2110,"extension":2114,"proposal":9},182,"VK_KHR_shader_clock",{"number":2116,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1647,"extension":2117,"proposal":9},64,"VK_KHR_shader_draw_parameters",{"number":2119,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"contact":1288,"extension":2120,"proposal":1157},545,"VK_KHR_shader_expect_assume",{"number":2122,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1869,"extension":1214,"proposal":9},83,{"number":2124,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1869,"extension":2125,"proposal":9},198,"VK_KHR_shader_float_controls",{"number":2127,"type":7,"author":1864,"provisional":9,"depends":2128,"ratified":1321,"contact":1378,"extension":2129,"proposal":1157},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":2131,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1321,"contact":1288,"extension":2132,"proposal":1157},281,"VK_KHR_shader_integer_dot_product",{"number":2134,"type":7,"author":1864,"provisional":9,"depends":1294,"ratified":1321,"contact":2135,"extension":2136,"proposal":1157},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":2138,"type":7,"author":1864,"promotedto":1298,"provisional":9,"ratified":1321,"contact":1364,"extension":2139,"proposal":9},294,"VK_KHR_shader_non_semantic_info",{"number":2141,"type":7,"author":1864,"provisional":9,"depends":2142,"ratified":1321,"contact":1188,"extension":2143,"proposal":1157},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":2145,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":2146,"extension":2147,"proposal":1157},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":2149,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":1294,"ratified":1321,"contact":1728,"extension":2150,"proposal":9},176,"VK_KHR_shader_subgroup_extended_types",{"number":2152,"type":7,"author":1864,"provisional":9,"ratified":1321,"contact":1288,"extension":2153,"proposal":1157},417,"VK_KHR_shader_subgroup_rotate",{"number":2155,"type":7,"author":1864,"provisional":9,"depends":1294,"ratified":1321,"contact":2135,"extension":2156,"proposal":9},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":2158,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1347,"contact":1274,"extension":2159,"proposal":9},216,"VK_KHR_shader_terminate_invocation",{"number":2161,"type":7,"author":1864,"provisional":9,"depends":2162,"ratified":1347,"contact":2050,"extension":2163,"proposal":9},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":2165,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":2128,"ratified":1321,"contact":1274,"extension":1573,"proposal":9},237,{"number":2167,"type":7,"author":1864,"promotedto":1294,"provisional":9,"ratified":1321,"contact":1869,"extension":2168,"proposal":9},132,"VK_KHR_storage_buffer_storage_class",{"number":425,"type":1304,"author":1864,"provisional":9,"ratified":1347,"contact":2170,"extension":1416,"proposal":9},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":2172,"type":1304,"author":1864,"provisional":9,"depends":2173,"ratified":1321,"contact":2174,"extension":2175,"proposal":9},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":495,"type":7,"author":1864,"provisional":9,"depends":1416,"ratified":1347,"contact":2170,"extension":1494,"proposal":9},{"number":2178,"type":7,"author":1864,"provisional":9,"depends":2179,"ratified":1347,"contact":1197,"extension":2180,"proposal":9},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":2182,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1347,"contact":1188,"extension":2183,"proposal":9},315,"VK_KHR_synchronization2",{"number":2185,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1563,"extension":2186,"proposal":9},208,"VK_KHR_timeline_semaphore",{"number":2188,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1378,"extension":2189,"proposal":9},254,"VK_KHR_uniform_buffer_standard_layout",{"number":2191,"type":7,"author":1864,"promotedto":1294,"provisional":9,"depends":1865,"ratified":1321,"contact":1274,"extension":2192,"proposal":9},121,"VK_KHR_variable_pointers",{"number":2194,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1347,"contact":1382,"extension":1771,"proposal":1157},526,{"number":2196,"type":7,"author":1864,"provisional":9,"depends":2197,"ratified":1321,"contact":1538,"extension":2198,"proposal":1157},513,"VK_KHR_video_decode_queue","VK_KHR_video_decode_av1",{"number":1119,"type":7,"author":1864,"provisional":9,"depends":2197,"ratified":1321,"contact":2200,"extension":2201,"proposal":1157},"peter.fang@amd.com","VK_KHR_video_decode_h264",{"number":2203,"type":7,"author":1864,"provisional":9,"depends":2197,"ratified":1321,"contact":2200,"extension":2204,"proposal":1157},188,"VK_KHR_video_decode_h265",{"number":1055,"type":7,"author":1864,"provisional":9,"depends":2206,"ratified":1321,"contact":2207,"extension":2197,"proposal":1157},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":1111,"type":7,"author":1864,"provisional":9,"depends":2209,"ratified":1321,"contact":2210,"extension":2211,"proposal":1157},"VK_KHR_video_encode_queue","Ahmed Abdelkhalek @aabdelkh","VK_KHR_video_encode_h264",{"number":1115,"type":7,"author":1864,"provisional":9,"depends":2209,"ratified":1321,"contact":2210,"extension":2213,"proposal":1157},"VK_KHR_video_encode_h265",{"number":2215,"type":7,"author":1864,"provisional":9,"depends":2206,"ratified":1321,"contact":2210,"extension":2209,"proposal":1157},300,{"number":2217,"type":7,"author":1864,"provisional":9,"depends":2218,"ratified":1321,"contact":1538,"extension":2219,"proposal":1157},516,"VK_KHR_video_queue","VK_KHR_video_maintenance1",{"number":1051,"type":7,"author":1864,"provisional":9,"depends":2221,"ratified":1321,"contact":1777,"extension":2218,"proposal":1157},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":2223,"type":7,"author":1864,"promotedto":1395,"provisional":9,"depends":10,"ratified":1321,"contact":1329,"extension":2224,"proposal":9},212,"VK_KHR_vulkan_memory_model",{"number":748,"type":1304,"author":1864,"provisional":9,"depends":1416,"platform":2226,"ratified":1321,"contact":2227,"extension":2228,"proposal":9},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":2230,"type":7,"author":1864,"provisional":9,"depends":1965,"platform":1477,"ratified":1321,"contact":2231,"extension":2232,"proposal":9},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":995,"type":1304,"author":1864,"provisional":9,"depends":1416,"platform":1477,"ratified":1321,"contact":2227,"extension":2234,"proposal":9},"VK_KHR_win32_surface",{"number":2236,"type":7,"author":1864,"provisional":9,"depends":10,"ratified":1321,"contact":2237,"extension":2238,"proposal":9},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":702,"type":1304,"author":1864,"provisional":9,"depends":1416,"platform":2240,"ratified":1321,"contact":2227,"extension":2241,"proposal":9},"xcb","VK_KHR_xcb_surface",{"number":655,"type":1304,"author":1864,"provisional":9,"depends":1416,"platform":2243,"ratified":1321,"contact":2227,"extension":2244,"proposal":9},"xlib","VK_KHR_xlib_surface",{"number":2246,"type":7,"author":1864,"promotedto":1298,"provisional":9,"depends":10,"ratified":1321,"contact":2135,"extension":2247,"proposal":9},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":2249,"type":1304,"author":1762,"provisional":9,"contact":2063,"extension":2250,"proposal":1157},460,"VK_LUNARG_direct_driver_loading",{"number":2252,"type":7,"author":2253,"provisional":9,"depends":10,"specialuse":1374,"contact":1631,"extension":2254,"proposal":9},576,"MESA","VK_MESA_image_alignment_control",{"number":2256,"type":7,"author":2257,"provisional":9,"depends":10,"contact":2258,"extension":2259,"proposal":1157},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":2261,"type":1304,"author":2262,"deprecatedby":1584,"provisional":9,"depends":1416,"platform":2263,"contact":1579,"extension":2264,"proposal":9},123,"MVK","ios","VK_MVK_ios_surface",{"number":2266,"type":1304,"author":2262,"deprecatedby":1584,"provisional":9,"depends":1416,"platform":2267,"contact":1579,"extension":2268,"proposal":9},124,"macos","VK_MVK_macos_surface",{"number":2270,"type":1304,"author":2271,"provisional":9,"depends":1416,"platform":2272,"contact":2273,"extension":2274,"proposal":9},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":1075,"type":7,"author":2276,"provisional":9,"contact":2277,"extension":2278,"proposal":9},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":1079,"type":7,"author":2276,"provisional":9,"contact":2280,"extension":2281,"proposal":9},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":2283,"type":7,"author":2276,"provisional":9,"depends":2284,"contact":1329,"extension":2285,"proposal":9},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":2287,"type":7,"author":8,"provisional":9,"depends":1305,"platform":1477,"contact":2288,"extension":2289,"proposal":9},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":2291,"type":7,"author":8,"provisional":9,"contact":2280,"extension":2292,"proposal":9},88,"VK_NV_clip_space_w_scaling",{"number":2294,"type":7,"author":8,"provisional":9,"contact":2295,"extension":2296,"proposal":9},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":2298,"type":7,"author":8,"promotedto":1889,"provisional":9,"depends":10,"contact":11,"extension":2299,"proposal":9},202,"VK_NV_compute_shader_derivatives",{"number":2301,"type":7,"author":8,"provisional":9,"depends":10,"contact":1329,"extension":2302,"proposal":9},250,"VK_NV_cooperative_matrix",{"number":2304,"type":7,"author":8,"provisional":9,"depends":2305,"contact":1439,"extension":2306,"proposal":9},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":2308,"type":7,"author":8,"provisional":9,"depends":10,"contact":1647,"extension":2309,"proposal":9},51,"VK_NV_corner_sampled_image",{"number":2311,"type":7,"author":8,"provisional":9,"depends":2312,"contact":2313,"extension":2314,"proposal":9},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":2316,"type":7,"author":8,"provisional":1157,"contact":2317,"extension":2318,"proposal":9},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":1063,"type":7,"author":8,"deprecatedby":1904,"provisional":9,"contact":1329,"extension":2320,"proposal":9},"VK_NV_dedicated_allocation",{"number":2322,"type":7,"author":2323,"provisional":9,"depends":2324,"contact":2325,"extension":2326,"proposal":9},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":2328,"type":7,"author":8,"provisional":9,"depends":1294,"contact":1335,"extension":2329,"proposal":9},547,"VK_NV_descriptor_pool_overallocation",{"number":2331,"type":7,"author":2323,"provisional":9,"depends":10,"contact":2325,"extension":2332,"proposal":9},207,"VK_NV_device_diagnostic_checkpoints",{"number":2334,"type":7,"author":8,"provisional":9,"depends":10,"contact":2313,"extension":2335,"proposal":9},301,"VK_NV_device_diagnostics_config",{"number":2337,"type":7,"author":8,"provisional":9,"depends":2338,"contact":1574,"extension":2339,"proposal":9},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":2341,"type":7,"author":8,"provisional":9,"depends":2339,"contact":1439,"extension":2342,"proposal":9},429,"VK_NV_device_generated_commands_compute",{"number":2344,"type":7,"author":8,"provisional":1157,"depends":1609,"platform":1187,"contact":2345,"extension":2346,"proposal":9},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":2348,"type":7,"author":8,"provisional":9,"contact":2349,"extension":2350,"proposal":9},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":2352,"type":7,"author":8,"deprecatedby":1957,"provisional":9,"depends":2353,"contact":1311,"extension":2354,"proposal":9},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":2356,"type":1304,"author":8,"deprecatedby":1960,"provisional":9,"contact":1311,"extension":2353,"proposal":9},56,{"number":2358,"type":7,"author":8,"provisional":9,"depends":1446,"contact":2231,"extension":2359,"proposal":9},372,"VK_NV_external_memory_rdma",{"extension":2361,"proposal":9},"VK_NV_external_memory_sci_buf",{"number":2363,"type":7,"author":8,"deprecatedby":1965,"provisional":9,"depends":2354,"platform":1477,"contact":1311,"extension":2364,"proposal":9},58,"VK_NV_external_memory_win32",{"extension":2366,"proposal":9},"VK_NV_external_sci_sync",{"extension":2368,"proposal":9},"VK_NV_external_sci_sync2",{"number":2370,"type":7,"author":8,"provisional":9,"contact":1329,"extension":2371,"proposal":9},154,"VK_NV_fill_rectangle",{"number":2373,"type":7,"author":8,"provisional":9,"contact":1329,"extension":2374,"proposal":9},150,"VK_NV_fragment_coverage_to_color",{"number":2376,"type":7,"author":8,"promotedto":1984,"provisional":9,"depends":10,"contact":11,"extension":2377,"proposal":9},204,"VK_NV_fragment_shader_barycentric",{"number":2379,"type":7,"author":8,"provisional":9,"depends":1988,"contact":11,"extension":2380,"proposal":9},327,"VK_NV_fragment_shading_rate_enums",{"number":2382,"type":7,"author":8,"provisional":9,"contact":1329,"extension":2383,"proposal":9},153,"VK_NV_framebuffer_mixed_samples",{"number":2385,"type":7,"author":8,"provisional":9,"contact":1647,"extension":2386,"proposal":9},96,"VK_NV_geometry_shader_passthrough",{"number":1007,"type":7,"author":8,"deprecatedby":1847,"provisional":9,"contact":1335,"extension":2388,"proposal":9},"VK_NV_glsl_shader",{"number":2390,"type":7,"author":8,"provisional":9,"depends":10,"contact":2391,"extension":2392,"proposal":9},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":2394,"type":7,"author":2323,"provisional":9,"depends":10,"contact":2395,"extension":2396,"proposal":9},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":2398,"type":7,"author":8,"provisional":9,"contact":2399,"extension":2400,"proposal":9},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":2402,"type":7,"author":8,"provisional":9,"depends":2403,"contact":2399,"extension":2404,"proposal":9},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":2406,"type":7,"author":8,"provisional":9,"depends":2305,"contact":1439,"extension":2407,"proposal":9},428,"VK_NV_memory_decompression",{"number":2409,"type":7,"author":8,"provisional":9,"depends":10,"contact":1574,"extension":2410,"proposal":9},203,"VK_NV_mesh_shader",{"number":2412,"type":7,"author":8,"provisional":9,"depends":2413,"contact":2231,"extension":2414,"proposal":9},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":2416,"type":7,"author":8,"provisional":9,"depends":2037,"contact":1335,"extension":2417,"proposal":9},517,"VK_NV_per_stage_descriptor_set",{"number":2419,"type":7,"author":8,"provisional":9,"depends":1476,"contact":2420,"extension":2421,"proposal":9},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":2423,"proposal":9},"VK_NV_private_vendor_info",{"number":2425,"type":7,"author":8,"provisional":9,"contact":2426,"extension":2427,"proposal":9},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":2429,"type":7,"author":8,"deprecatedby":2089,"provisional":9,"depends":2430,"contact":2280,"extension":2431,"proposal":9},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":2433,"type":7,"author":8,"provisional":9,"depends":2089,"contact":2280,"extension":2434,"proposal":9},491,"VK_NV_ray_tracing_invocation_reorder",{"number":2436,"type":7,"author":8,"provisional":9,"depends":2089,"contact":2092,"extension":2437,"proposal":9},328,"VK_NV_ray_tracing_motion_blur",{"number":2439,"type":7,"author":8,"provisional":9,"contact":1439,"extension":2440,"proposal":1157},569,"VK_NV_ray_tracing_validation",{"number":2442,"type":7,"author":8,"provisional":9,"depends":10,"contact":2313,"extension":2443,"proposal":9},167,"VK_NV_representative_fragment_test",{"number":2445,"type":7,"author":8,"provisional":9,"contact":1335,"extension":2446,"proposal":9},95,"VK_NV_sample_mask_override_coverage",{"number":2448,"type":7,"author":8,"provisional":9,"depends":10,"contact":11,"extension":2449,"proposal":9},206,"VK_NV_scissor_exclusive",{"number":2451,"type":7,"author":8,"provisional":9,"contact":1329,"extension":2452,"proposal":9},564,"VK_NV_shader_atomic_float16_vector",{"number":6,"type":7,"author":8,"provisional":9,"depends":10,"contact":11,"extension":4,"proposal":9},{"number":2455,"type":7,"author":8,"provisional":9,"depends":1294,"contact":1647,"extension":2456,"proposal":9},155,"VK_NV_shader_sm_builtins",{"number":2458,"type":7,"author":8,"provisional":9,"depends":1294,"contact":1329,"extension":836,"proposal":9},199,{"number":2460,"type":7,"author":8,"provisional":9,"depends":10,"contact":11,"extension":2461,"proposal":9},165,"VK_NV_shading_rate_image",{"number":2463,"type":7,"author":8,"provisional":9,"contact":1647,"extension":2464,"proposal":9},97,"VK_NV_viewport_array2",{"number":2466,"type":7,"author":8,"provisional":9,"contact":1335,"extension":2467,"proposal":9},99,"VK_NV_viewport_swizzle",{"number":2469,"type":7,"author":8,"promotedto":2232,"provisional":9,"depends":2364,"platform":1477,"contact":2231,"extension":2470,"proposal":9},59,"VK_NV_win32_keyed_mutex",{"number":2472,"type":7,"author":1458,"provisional":9,"depends":2473,"contact":1459,"extension":2474,"proposal":9},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":2476,"type":7,"author":1458,"provisional":9,"depends":1460,"contact":1459,"extension":2477,"proposal":9},520,"VK_QCOM_filter_cubic_weights",{"number":2479,"type":7,"author":1458,"provisional":9,"depends":2480,"contact":1459,"extension":2481,"proposal":9},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":2483,"type":7,"author":1458,"provisional":9,"depends":2484,"contact":1459,"extension":2485,"proposal":1157},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":2487,"type":7,"author":1458,"provisional":9,"depends":2485,"contact":1459,"extension":2488,"proposal":9},519,"VK_QCOM_image_processing2",{"number":2490,"type":7,"author":1458,"provisional":9,"contact":1459,"extension":2491,"proposal":9},511,"VK_QCOM_multiview_per_view_render_areas",{"number":2493,"type":7,"author":1458,"provisional":9,"depends":10,"contact":1459,"extension":2494,"proposal":9},489,"VK_QCOM_multiview_per_view_viewports",{"number":2496,"type":7,"author":1458,"provisional":9,"contact":1459,"extension":2497,"proposal":9},172,"VK_QCOM_render_pass_shader_resolve",{"number":2499,"type":7,"author":1458,"provisional":9,"contact":1459,"extension":2500,"proposal":9},302,"VK_QCOM_render_pass_store_ops",{"number":2502,"type":7,"author":1458,"provisional":9,"contact":1459,"extension":2503,"proposal":9},283,"VK_QCOM_render_pass_transform",{"number":2505,"type":7,"author":1458,"provisional":9,"depends":2506,"contact":1459,"extension":2507,"proposal":9},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":2509,"type":7,"author":1458,"provisional":9,"depends":10,"contact":1459,"extension":2510,"proposal":1157},485,"VK_QCOM_tile_properties",{"number":2512,"type":7,"author":1458,"provisional":9,"contact":1459,"extension":2513,"proposal":9},521,"VK_QCOM_ycbcr_degamma",{"number":2515,"type":7,"author":2516,"provisional":9,"depends":1273,"platform":2517,"contact":2518,"extension":2519,"proposal":9},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":2521,"type":1304,"author":2516,"provisional":9,"depends":1416,"platform":2517,"contact":2522,"extension":2523,"proposal":9},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":2525,"type":7,"author":2526,"provisional":9,"depends":10,"contact":1402,"extension":2527,"proposal":9},486,"SEC","VK_SEC_amigo_profiling",{"number":2529,"type":7,"author":2530,"provisional":9,"depends":10,"specialuse":1374,"contact":1631,"extension":2531,"proposal":9},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":2533,"type":7,"author":2530,"promotedto":1596,"provisional":9,"depends":1594,"specialuse":1374,"contact":1595,"extension":2534,"proposal":9},352,"VK_VALVE_mutable_descriptor_type",1725732687076]