[{"data":1,"prerenderedAt":3300},["ShallowReactive",2],{"4WpeZojjUn":3,"VyF3Mmj32r":1728,"N9m89Rcq0G":1944},{"title":4,"description":5,"body":6,"_type":1727,"_id":4},"VK_KHR_dynamic_rendering_local_read.proposal","This extension enables reads from attachments and resources written by previous fragment shaders within a dynamic render pass.",{"type":7,"children":8,"toc":1695},"root",[9,16,23,37,49,54,60,65,85,91,98,103,184,190,211,220,233,264,269,277,283,288,454,459,506,524,543,551,562,620,628,657,663,711,723,898,960,995,1019,1050,1083,1094,1167,1175,1181,1186,1198,1215,1228,1252,1264,1275,1281,1294,1300,1321,1327,1332,1338,1449,1455,1563,1569,1575,1580,1586,1591,1597,1602,1615,1621,1626,1631,1637,1649,1655,1660,1673,1678,1684,1689],{"type":10,"tag":11,"props":12,"children":13},"element","p",{},[14],{"type":15,"value":5},"text",{"type":10,"tag":17,"props":18,"children":20},"h2",{"id":19},"_problem_statement",[21],{"type":15,"value":22},"Problem Statement",{"type":10,"tag":11,"props":24,"children":25},{},[26,35],{"type":10,"tag":27,"props":28,"children":32},"a",{"href":29,"rel":30},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_dynamic_rendering.adoc",[31],"nofollow",[33],{"type":15,"value":34},"VK_KHR_dynamic_rendering",{"type":15,"value":36}," enabled a much more straightforward method for applications to setup rendering code without the need for a large dedicated object up front.\nThat extension enabled a number of applications that do not use multiple subpasses to use a more streamlined method for getting rendering started.",{"type":10,"tag":11,"props":38,"children":39},{},[40,42,47],{"type":15,"value":41},"However, applications using multiple subpasses or wanting to do things like order independent transparency or simple deferred rendering cannot make use of ",{"type":10,"tag":27,"props":43,"children":45},{"href":29,"rel":44},[31],[46],{"type":15,"value":34},{"type":15,"value":48},", as there is no path for subpass dependencies to be expressed without breaking rendering across multiple separate render passes.",{"type":10,"tag":11,"props":50,"children":51},{},[52],{"type":15,"value":53},"Adding a method for applications using these techniques to express these in dynamic rendering would enable more developers to take advantage of this functionality without the complexity of setting up render pass objects.",{"type":10,"tag":17,"props":55,"children":57},{"id":56},"_solution_space",[58],{"type":15,"value":59},"Solution Space",{"type":10,"tag":11,"props":61,"children":62},{},[63],{"type":15,"value":64},"The solution to this problem has to involve some way of allowing the addition of local attachment reads to dynamic rendering, and the following additional constraints also exist:",{"type":10,"tag":66,"props":67,"children":68},"ul",{},[69,75,80],{"type":10,"tag":70,"props":71,"children":72},"li",{},[73],{"type":15,"value":74},"The solution has to remain easy to use in keeping with dynamic rendering’s core goals.",{"type":10,"tag":70,"props":76,"children":77},{},[78],{"type":15,"value":79},"The solution should require minimal deviation from multi-pass code using render pass objects to enable easier porting.",{"type":10,"tag":70,"props":81,"children":82},{},[83],{"type":15,"value":84},"The solution should be implementable efficiently across all platforms, but allow space for vendor fast paths.",{"type":10,"tag":17,"props":86,"children":88},{"id":87},"_proposal",[89],{"type":15,"value":90},"Proposal",{"type":10,"tag":92,"props":93,"children":95},"h3",{"id":94},"_features",[96],{"type":15,"value":97},"Features",{"type":10,"tag":11,"props":99,"children":100},{},[101],{"type":15,"value":102},"The following feature advertises the full functionality of this extension:",{"type":10,"tag":104,"props":105,"children":110},"pre",{"className":106,"code":107,"language":108,"meta":109,"style":109},"language-c shiki shiki-themes github-light-default github-dark-default","typedef struct VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR {\n VkStructureType sType;\n const void* pNext;\n VkBool32 dynamicRenderingLocalRead;\n} VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR;\n","c","",[111],{"type":10,"tag":112,"props":113,"children":114},"code",{"__ignoreMap":109},[115,138,147,166,175],{"type":10,"tag":116,"props":117,"children":120},"span",{"class":118,"line":119},"line",1,[121,127,132],{"type":10,"tag":116,"props":122,"children":124},{"style":123},"--shiki-default:#CF222E;--shiki-dark:#FF7B72",[125],{"type":15,"value":126},"typedef",{"type":10,"tag":116,"props":128,"children":129},{"style":123},[130],{"type":15,"value":131}," struct",{"type":10,"tag":116,"props":133,"children":135},{"style":134},"--shiki-default:#1F2328;--shiki-dark:#E6EDF3",[136],{"type":15,"value":137}," VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR {\n",{"type":10,"tag":116,"props":139,"children":141},{"class":118,"line":140},2,[142],{"type":10,"tag":116,"props":143,"children":144},{"style":134},[145],{"type":15,"value":146}," VkStructureType sType;\n",{"type":10,"tag":116,"props":148,"children":150},{"class":118,"line":149},3,[151,156,161],{"type":10,"tag":116,"props":152,"children":153},{"style":123},[154],{"type":15,"value":155}," const",{"type":10,"tag":116,"props":157,"children":158},{"style":123},[159],{"type":15,"value":160}," void*",{"type":10,"tag":116,"props":162,"children":163},{"style":134},[164],{"type":15,"value":165}," pNext;\n",{"type":10,"tag":116,"props":167,"children":169},{"class":118,"line":168},4,[170],{"type":10,"tag":116,"props":171,"children":172},{"style":134},[173],{"type":15,"value":174}," VkBool32 dynamicRenderingLocalRead;\n",{"type":10,"tag":116,"props":176,"children":178},{"class":118,"line":177},5,[179],{"type":10,"tag":116,"props":180,"children":181},{"style":134},[182],{"type":15,"value":183},"} VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR;\n",{"type":10,"tag":92,"props":185,"children":187},{"id":186},"_dynamic_rendering_self_dependencies",[188],{"type":15,"value":189},"Dynamic Rendering Self-Dependencies",{"type":10,"tag":11,"props":191,"children":192},{},[193,195,201,203,209],{"type":15,"value":194},"If the ",{"type":10,"tag":112,"props":196,"children":198},{"className":197},[],[199],{"type":15,"value":200},"dynamicRenderingLocalReads",{"type":15,"value":202}," feature is enabled, pipeline barriers are now allowed within dynamic rendering if they include ",{"type":10,"tag":112,"props":204,"children":206},{"className":205},[],[207],{"type":15,"value":208},"VK_DEPENDENCY_BY_REGION_BIT",{"type":15,"value":210},", and source and destination stages are all framebuffer-space stages.\nWhen such a pipeline barrier is provided, any resources specified (or all if a memory barrier is used) can be read by a subsequent fragment shader in the same render pass if they were written to by any overlapping fragment location (x,y,layer/view,sample).\nThese pipeline barriers cannot perform layout transitions or queue family transfers.\nReading data outside of values written by a previous fragment shader has undefined behavior.",{"type":10,"tag":212,"props":213,"children":214},"note",{},[215],{"type":10,"tag":11,"props":216,"children":217},{},[218],{"type":15,"value":219},"When writing to storage resources the actual location in the resource is not relevant - only the fragment locations accessing the values.\nFor instance, if a fragment at position (x=5,y=5) wrote to a storage image at position (x=6,y=6) and (x=21,y=700), then a subsequent fragment at (x=5,y=5) would be able to read (x=6,y=6) and (x=21,y=700) from the same storage image with an appropriate barrier between the accesses.\nIn this same example, reading from (x=5,y=5) in the storage image would be a data race if any other fragment wrote to it.\nThis allows applications to associate arbitrary amounts of data with a given pixel, and extends to the use of buffers or device addresses as well.",{"type":10,"tag":11,"props":221,"children":222},{},[223,225,231],{"type":15,"value":224},"Images used for this purpose must be in either the ",{"type":10,"tag":112,"props":226,"children":228},{"className":227},[],[229],{"type":15,"value":230},"VK_IMAGE_LAYOUT_GENERAL",{"type":15,"value":232}," layout, or a new dedicated layout:",{"type":10,"tag":104,"props":234,"children":236},{"className":106,"code":235,"language":108,"meta":109,"style":109},"VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR = 1000232000;\n",[237],{"type":10,"tag":112,"props":238,"children":239},{"__ignoreMap":109},[240],{"type":10,"tag":116,"props":241,"children":242},{"class":118,"line":119},[243,248,253,259],{"type":10,"tag":116,"props":244,"children":245},{"style":134},[246],{"type":15,"value":247},"VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ_KHR ",{"type":10,"tag":116,"props":249,"children":250},{"style":123},[251],{"type":15,"value":252},"=",{"type":10,"tag":116,"props":254,"children":256},{"style":255},"--shiki-default:#0550AE;--shiki-dark:#79C0FF",[257],{"type":15,"value":258}," 1000232000",{"type":10,"tag":116,"props":260,"children":261},{"style":134},[262],{"type":15,"value":263},";\n",{"type":10,"tag":11,"props":265,"children":266},{},[267],{"type":15,"value":268},"This layout can be used for storage images, and render pass color, depth/stencil, and input attachments.\nWrites to attachments can only be made visible in this way via input attachments, and writes via other resource types will not be made visible via input attachments.",{"type":10,"tag":212,"props":270,"children":271},{},[272],{"type":10,"tag":11,"props":273,"children":274},{},[275],{"type":15,"value":276},"While the same layout can be used for storage images and all attachments, there is still no way to write through one type of resource and then read through another in the same render pass instance.",{"type":10,"tag":92,"props":278,"children":280},{"id":279},"_color_attachment_remapping",[281],{"type":15,"value":282},"Color Attachment Remapping",{"type":10,"tag":11,"props":284,"children":285},{},[286],{"type":15,"value":287},"In order to facilitate applications porting multi-pass rendering to dynamic rendering, the following functionality is added to allow remapping of color attachment locations during rendering:",{"type":10,"tag":104,"props":289,"children":291},{"className":106,"code":290,"language":108,"meta":109,"style":109},"typedef struct VkRenderingAttachmentLocationInfoKHR {\n VkStructureType sType;\n const void* pNext;\n const uint32_t colorAttachmentCount;\n const uint32_t* pColorAttachmentLocations;\n} VkRenderingAttachmentLocationInfoKHR;\n\nvoid vkCmdSetRenderingAttachmentLocationsKHR(\n VkCommandBuffer commandBuffer,\n const VkRenderingAttachmentLocationInfoKHR* pLocationInfo);\n",[292],{"type":10,"tag":112,"props":293,"children":294},{"__ignoreMap":109},[295,311,318,333,350,367,376,386,406,426],{"type":10,"tag":116,"props":296,"children":297},{"class":118,"line":119},[298,302,306],{"type":10,"tag":116,"props":299,"children":300},{"style":123},[301],{"type":15,"value":126},{"type":10,"tag":116,"props":303,"children":304},{"style":123},[305],{"type":15,"value":131},{"type":10,"tag":116,"props":307,"children":308},{"style":134},[309],{"type":15,"value":310}," VkRenderingAttachmentLocationInfoKHR {\n",{"type":10,"tag":116,"props":312,"children":313},{"class":118,"line":140},[314],{"type":10,"tag":116,"props":315,"children":316},{"style":134},[317],{"type":15,"value":146},{"type":10,"tag":116,"props":319,"children":320},{"class":118,"line":149},[321,325,329],{"type":10,"tag":116,"props":322,"children":323},{"style":123},[324],{"type":15,"value":155},{"type":10,"tag":116,"props":326,"children":327},{"style":123},[328],{"type":15,"value":160},{"type":10,"tag":116,"props":330,"children":331},{"style":134},[332],{"type":15,"value":165},{"type":10,"tag":116,"props":334,"children":335},{"class":118,"line":168},[336,340,345],{"type":10,"tag":116,"props":337,"children":338},{"style":123},[339],{"type":15,"value":155},{"type":10,"tag":116,"props":341,"children":342},{"style":123},[343],{"type":15,"value":344}," uint32_t",{"type":10,"tag":116,"props":346,"children":347},{"style":134},[348],{"type":15,"value":349}," colorAttachmentCount;\n",{"type":10,"tag":116,"props":351,"children":352},{"class":118,"line":177},[353,357,362],{"type":10,"tag":116,"props":354,"children":355},{"style":123},[356],{"type":15,"value":155},{"type":10,"tag":116,"props":358,"children":359},{"style":123},[360],{"type":15,"value":361}," uint32_t*",{"type":10,"tag":116,"props":363,"children":364},{"style":134},[365],{"type":15,"value":366}," pColorAttachmentLocations;\n",{"type":10,"tag":116,"props":368,"children":370},{"class":118,"line":369},6,[371],{"type":10,"tag":116,"props":372,"children":373},{"style":134},[374],{"type":15,"value":375},"} VkRenderingAttachmentLocationInfoKHR;\n",{"type":10,"tag":116,"props":377,"children":379},{"class":118,"line":378},7,[380],{"type":10,"tag":116,"props":381,"children":383},{"emptyLinePlaceholder":382},true,[384],{"type":15,"value":385},"\n",{"type":10,"tag":116,"props":387,"children":389},{"class":118,"line":388},8,[390,395,401],{"type":10,"tag":116,"props":391,"children":392},{"style":123},[393],{"type":15,"value":394},"void",{"type":10,"tag":116,"props":396,"children":398},{"style":397},"--shiki-default:#8250DF;--shiki-dark:#D2A8FF",[399],{"type":15,"value":400}," vkCmdSetRenderingAttachmentLocationsKHR",{"type":10,"tag":116,"props":402,"children":403},{"style":134},[404],{"type":15,"value":405},"(\n",{"type":10,"tag":116,"props":407,"children":409},{"class":118,"line":408},9,[410,415,421],{"type":10,"tag":116,"props":411,"children":412},{"style":134},[413],{"type":15,"value":414}," VkCommandBuffer ",{"type":10,"tag":116,"props":416,"children":418},{"style":417},"--shiki-default:#953800;--shiki-dark:#FFA657",[419],{"type":15,"value":420},"commandBuffer",{"type":10,"tag":116,"props":422,"children":423},{"style":134},[424],{"type":15,"value":425},",\n",{"type":10,"tag":116,"props":427,"children":429},{"class":118,"line":428},10,[430,434,439,444,449],{"type":10,"tag":116,"props":431,"children":432},{"style":123},[433],{"type":15,"value":155},{"type":10,"tag":116,"props":435,"children":436},{"style":134},[437],{"type":15,"value":438}," VkRenderingAttachmentLocationInfoKHR",{"type":10,"tag":116,"props":440,"children":441},{"style":123},[442],{"type":15,"value":443},"*",{"type":10,"tag":116,"props":445,"children":446},{"style":417},[447],{"type":15,"value":448}," pLocationInfo",{"type":10,"tag":116,"props":450,"children":451},{"style":134},[452],{"type":15,"value":453},");\n",{"type":10,"tag":11,"props":455,"children":456},{},[457],{"type":15,"value":458},"As with render pass objects, this information must be provided both when creating a pipeline and during rendering, and must match between the two in order to be valid.",{"type":10,"tag":11,"props":460,"children":461},{},[462,464,470,472,479,481,487,489,495,497,504],{"type":15,"value":463},"This information can be provided during pipeline creation by chaining ",{"type":10,"tag":112,"props":465,"children":467},{"className":466},[],[468],{"type":15,"value":469},"VkRenderingAttachmentLocationInfoKHR",{"type":15,"value":471}," to ",{"type":10,"tag":27,"props":473,"children":476},{"href":474,"rel":475},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkGraphicsPipelineCreateInfo.html",[31],[477],{"type":15,"value":478},"VkGraphicsPipelineCreateInfo",{"type":15,"value":480}," when the fragment output state subset is required.\nIf this structure is not provided for pipeline creation, it is equivalent to setting the value of each element of ",{"type":10,"tag":112,"props":482,"children":484},{"className":483},[],[485],{"type":15,"value":486},"pColorAttachmentLocations",{"type":15,"value":488}," to the value of its index within the array, and ",{"type":10,"tag":112,"props":490,"children":492},{"className":491},[],[493],{"type":15,"value":494},"colorAttachmentCount",{"type":15,"value":496}," equal to the value of ",{"type":10,"tag":27,"props":498,"children":501},{"href":499,"rel":500},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPipelineRenderingCreateInfoKHR.html",[31],[502],{"type":15,"value":503},"VkPipelineRenderingCreateInfoKHR::colorAttachmentCount",{"type":15,"value":505},".",{"type":10,"tag":11,"props":507,"children":508},{},[509,515,517,522],{"type":10,"tag":112,"props":510,"children":512},{"className":511},[],[513],{"type":15,"value":514},"vkCmdSetRenderingAttachmentLocationsKHR",{"type":15,"value":516}," must only be called within a dynamic render pass instance.\nIf this command is not called, the default state is that each element of ",{"type":10,"tag":112,"props":518,"children":520},{"className":519},[],[521],{"type":15,"value":486},{"type":15,"value":523}," is equal to the value of its index within the array.",{"type":10,"tag":11,"props":525,"children":526},{},[527,529,534,536,541],{"type":15,"value":528},"The index of each element of ",{"type":10,"tag":112,"props":530,"children":532},{"className":531},[],[533],{"type":15,"value":486},{"type":15,"value":535}," corresponds to the same index of a color attachment in a dynamic render pass, and the value of that element becomes the location that refers to it, providing a way to remap color attachment locations.\nThis does not allow an application to wholesale swap out color attachments, but if an application can specify all color attachments that would be used during dynamic rendering as a superset, fragment shaders written for render pass objects can be reused without modification when porting to this extension, simply by remapping the attachments.\nValues in ",{"type":10,"tag":112,"props":537,"children":539},{"className":538},[],[540],{"type":15,"value":486},{"type":15,"value":542}," must each be unique.",{"type":10,"tag":212,"props":544,"children":545},{},[546],{"type":10,"tag":11,"props":547,"children":548},{},[549],{"type":15,"value":550},"The color attachment remapping does not affect things like blend state or format mappings - these always correspond 1:1 with the render pass attachments.\nThis means when porting from render pass objects, care must be taken to ensure these are reordered correctly, where before the values mapped to the reordered elements in the subpass.",{"type":10,"tag":11,"props":552,"children":553},{},[554,556,561],{"type":15,"value":555},"When issuing a draw call, the location mapping must match between the currently bound graphics pipeline and the command buffer state set by ",{"type":10,"tag":112,"props":557,"children":559},{"className":558},[],[560],{"type":15,"value":514},{"type":15,"value":505},{"type":10,"tag":11,"props":563,"children":564},{},[565,570,572,579,581,588,590,595,597,602,604,611,613,618],{"type":10,"tag":112,"props":566,"children":568},{"className":567},[],[569],{"type":15,"value":469},{"type":15,"value":571}," can also be chained to ",{"type":10,"tag":27,"props":573,"children":576},{"href":574,"rel":575},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandBufferInheritanceInfo.html",[31],[577],{"type":15,"value":578},"VkCommandBufferInheritanceInfo",{"type":15,"value":580}," when using secondary command buffers, to specify the color attachment location mapping in the primary command buffer when ",{"type":10,"tag":27,"props":582,"children":585},{"href":583,"rel":584},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdExecuteCommands.html",[31],[586],{"type":15,"value":587},"vkCmdExecuteCommands",{"type":15,"value":589}," is called.\nIf ",{"type":10,"tag":112,"props":591,"children":593},{"className":592},[],[594],{"type":15,"value":469},{"type":15,"value":596}," is not provided in the inheritance info, it is equivalent to providing it with the value of each element of ",{"type":10,"tag":112,"props":598,"children":600},{"className":599},[],[601],{"type":15,"value":486},{"type":15,"value":603}," set to the value of its index within the array, with the color attachment count equal to that specified by ",{"type":10,"tag":27,"props":605,"children":608},{"href":606,"rel":607},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkCommandBufferInheritanceRenderingInfo.html",[31],[609],{"type":15,"value":610},"VkCommandBufferInheritanceRenderingInfo::colorAttachmentCount",{"type":15,"value":612},".\nThis information must match between the inheritance info and the state when ",{"type":10,"tag":27,"props":614,"children":616},{"href":583,"rel":615},[31],[617],{"type":15,"value":587},{"type":15,"value":619}," is called if there is a currently active render pass instance.",{"type":10,"tag":212,"props":621,"children":622},{},[623],{"type":10,"tag":11,"props":624,"children":625},{},[626],{"type":15,"value":627},"This functionality is provided primarily for porting existing content to the new API; new applications should maintain a consistent location for all attachments in their shaders during a render pass; this functionality can be considered immediately deprecated.",{"type":10,"tag":11,"props":629,"children":630},{},[631,633,639,641,646,648,655],{"type":15,"value":632},"While an attachment is mapped to ",{"type":10,"tag":112,"props":634,"children":636},{"className":635},[],[637],{"type":15,"value":638},"VK_ATTACHMENT_UNUSED",{"type":15,"value":640}," in command buffer state (either via ",{"type":10,"tag":112,"props":642,"children":644},{"className":643},[],[645],{"type":15,"value":514},{"type":15,"value":647}," or inheritance state), it must not be cleared by ",{"type":10,"tag":27,"props":649,"children":652},{"href":650,"rel":651},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdClearAttachments.html",[31],[653],{"type":15,"value":654},"vkCmdClearAttachments",{"type":15,"value":656},".\nSome implementations will update the render pass attachment bindings when remapping occurs, leaving unmapped attachments unavailable to be written to via the path that vkCmdClearAttachments would use.\nThis is in line with render pass objects, where applications would not be able to clear an attachment outside of the current subpass.",{"type":10,"tag":92,"props":658,"children":660},{"id":659},"_input_attachment_mapping",[661],{"type":15,"value":662},"Input Attachment Mapping",{"type":10,"tag":11,"props":664,"children":665},{},[666,668,674,676,682,684,689,691,695,697,702,704,709],{"type":15,"value":667},"There are two ways to map input attachments to other attachments during dynamic rendering; the simplest is to rely on the ",{"type":10,"tag":112,"props":669,"children":671},{"className":670},[],[672],{"type":15,"value":673},"InputAttachmentIndex",{"type":15,"value":675}," qualifier matching the location of the corresponding color attachment, or being omitted for a depth/stencil attachment.\nBy default, a color attachment specified at index ",{"type":10,"tag":677,"props":678,"children":679},"em",{},[680],{"type":15,"value":681},"i",{"type":15,"value":683}," in the API will be associated with an input attachment with ",{"type":10,"tag":112,"props":685,"children":687},{"className":686},[],[688],{"type":15,"value":673},{"type":15,"value":690}," equal to ",{"type":10,"tag":677,"props":692,"children":693},{},[694],{"type":15,"value":681},{"type":15,"value":696},".\nThis mapping is not affected by the mappings set by ",{"type":10,"tag":112,"props":698,"children":700},{"className":699},[],[701],{"type":15,"value":469},{"type":15,"value":703},".\nAny input attachment without an ",{"type":10,"tag":112,"props":705,"children":707},{"className":706},[],[708],{"type":15,"value":673},{"type":15,"value":710}," will be associated with the depth/stencil attachment.\nFor applications where writing new shaders is viable, this allows a simple mapping without API intervention.",{"type":10,"tag":11,"props":712,"children":713},{},[714,716,721],{"type":15,"value":715},"For applications porting existing content from render pass objects where modifying shaders is not straightforward, functionality similar to ",{"type":10,"tag":112,"props":717,"children":719},{"className":718},[],[720],{"type":15,"value":469},{"type":15,"value":722}," is provided to allow remapping the input attachments to different attachments:",{"type":10,"tag":104,"props":724,"children":726},{"className":106,"code":725,"language":108,"meta":109,"style":109},"typedef struct VkRenderingInputAttachmentIndexInfoKHR {\n VkStructureType sType;\n const void* pNext;\n const uint32_t colorAttachmentCount;\n const uint32_t* pColorAttachmentInputIndices;\n uint32_t* pDepthInputAttachmentIndex;\n uint32_t* pStencilInputAttachmentIndex;\n} VkRenderingInputAttachmentIndexInfoKHR;\n\nvoid vkCmdSetRenderingInputAttachmentIndicesKHR(\n VkCommandBuffer commandBuffer,\n const VkRenderingInputAttachmentIndexInfoKHR* pInputAttachmentIndexInfo);\n",[727],{"type":10,"tag":112,"props":728,"children":729},{"__ignoreMap":109},[730,746,753,768,783,799,812,824,832,839,855,872],{"type":10,"tag":116,"props":731,"children":732},{"class":118,"line":119},[733,737,741],{"type":10,"tag":116,"props":734,"children":735},{"style":123},[736],{"type":15,"value":126},{"type":10,"tag":116,"props":738,"children":739},{"style":123},[740],{"type":15,"value":131},{"type":10,"tag":116,"props":742,"children":743},{"style":134},[744],{"type":15,"value":745}," VkRenderingInputAttachmentIndexInfoKHR {\n",{"type":10,"tag":116,"props":747,"children":748},{"class":118,"line":140},[749],{"type":10,"tag":116,"props":750,"children":751},{"style":134},[752],{"type":15,"value":146},{"type":10,"tag":116,"props":754,"children":755},{"class":118,"line":149},[756,760,764],{"type":10,"tag":116,"props":757,"children":758},{"style":123},[759],{"type":15,"value":155},{"type":10,"tag":116,"props":761,"children":762},{"style":123},[763],{"type":15,"value":160},{"type":10,"tag":116,"props":765,"children":766},{"style":134},[767],{"type":15,"value":165},{"type":10,"tag":116,"props":769,"children":770},{"class":118,"line":168},[771,775,779],{"type":10,"tag":116,"props":772,"children":773},{"style":123},[774],{"type":15,"value":155},{"type":10,"tag":116,"props":776,"children":777},{"style":123},[778],{"type":15,"value":344},{"type":10,"tag":116,"props":780,"children":781},{"style":134},[782],{"type":15,"value":349},{"type":10,"tag":116,"props":784,"children":785},{"class":118,"line":177},[786,790,794],{"type":10,"tag":116,"props":787,"children":788},{"style":123},[789],{"type":15,"value":155},{"type":10,"tag":116,"props":791,"children":792},{"style":123},[793],{"type":15,"value":361},{"type":10,"tag":116,"props":795,"children":796},{"style":134},[797],{"type":15,"value":798}," pColorAttachmentInputIndices;\n",{"type":10,"tag":116,"props":800,"children":801},{"class":118,"line":369},[802,807],{"type":10,"tag":116,"props":803,"children":804},{"style":123},[805],{"type":15,"value":806}," uint32_t*",{"type":10,"tag":116,"props":808,"children":809},{"style":134},[810],{"type":15,"value":811}," pDepthInputAttachmentIndex;\n",{"type":10,"tag":116,"props":813,"children":814},{"class":118,"line":378},[815,819],{"type":10,"tag":116,"props":816,"children":817},{"style":123},[818],{"type":15,"value":806},{"type":10,"tag":116,"props":820,"children":821},{"style":134},[822],{"type":15,"value":823}," pStencilInputAttachmentIndex;\n",{"type":10,"tag":116,"props":825,"children":826},{"class":118,"line":388},[827],{"type":10,"tag":116,"props":828,"children":829},{"style":134},[830],{"type":15,"value":831},"} VkRenderingInputAttachmentIndexInfoKHR;\n",{"type":10,"tag":116,"props":833,"children":834},{"class":118,"line":408},[835],{"type":10,"tag":116,"props":836,"children":837},{"emptyLinePlaceholder":382},[838],{"type":15,"value":385},{"type":10,"tag":116,"props":840,"children":841},{"class":118,"line":428},[842,846,851],{"type":10,"tag":116,"props":843,"children":844},{"style":123},[845],{"type":15,"value":394},{"type":10,"tag":116,"props":847,"children":848},{"style":397},[849],{"type":15,"value":850}," vkCmdSetRenderingInputAttachmentIndicesKHR",{"type":10,"tag":116,"props":852,"children":853},{"style":134},[854],{"type":15,"value":405},{"type":10,"tag":116,"props":856,"children":858},{"class":118,"line":857},11,[859,864,868],{"type":10,"tag":116,"props":860,"children":861},{"style":134},[862],{"type":15,"value":863}," VkCommandBuffer ",{"type":10,"tag":116,"props":865,"children":866},{"style":417},[867],{"type":15,"value":420},{"type":10,"tag":116,"props":869,"children":870},{"style":134},[871],{"type":15,"value":425},{"type":10,"tag":116,"props":873,"children":875},{"class":118,"line":874},12,[876,880,885,889,894],{"type":10,"tag":116,"props":877,"children":878},{"style":123},[879],{"type":15,"value":155},{"type":10,"tag":116,"props":881,"children":882},{"style":134},[883],{"type":15,"value":884}," VkRenderingInputAttachmentIndexInfoKHR",{"type":10,"tag":116,"props":886,"children":887},{"style":123},[888],{"type":15,"value":443},{"type":10,"tag":116,"props":890,"children":891},{"style":417},[892],{"type":15,"value":893}," pInputAttachmentIndexInfo",{"type":10,"tag":116,"props":895,"children":896},{"style":134},[897],{"type":15,"value":453},{"type":10,"tag":11,"props":899,"children":900},{},[901,902,908,909,914,916,922,924,929,931,936,938,944,946,952,953,959],{"type":15,"value":463},{"type":10,"tag":112,"props":903,"children":905},{"className":904},[],[906],{"type":15,"value":907},"VkRenderingInputAttachmentIndexInfoKHR",{"type":15,"value":471},{"type":10,"tag":27,"props":910,"children":912},{"href":474,"rel":911},[31],[913],{"type":15,"value":478},{"type":15,"value":915}," when the fragment shader state subset is required.\nIf this structure is not provided for pipeline creation, it is equivalent to setting the value of each element of ",{"type":10,"tag":112,"props":917,"children":919},{"className":918},[],[920],{"type":15,"value":921},"pColorAttachmentInputIndices",{"type":15,"value":923}," to the value of its index within the array, ",{"type":10,"tag":112,"props":925,"children":927},{"className":926},[],[928],{"type":15,"value":494},{"type":15,"value":930}," to the value of ",{"type":10,"tag":27,"props":932,"children":934},{"href":499,"rel":933},[31],[935],{"type":15,"value":503},{"type":15,"value":937},", and ",{"type":10,"tag":112,"props":939,"children":941},{"className":940},[],[942],{"type":15,"value":943},"pDepthInputAttachmentIndex",{"type":15,"value":945}," and ",{"type":10,"tag":112,"props":947,"children":949},{"className":948},[],[950],{"type":15,"value":951},"pStencilInputAttachmentIndex",{"type":15,"value":471},{"type":10,"tag":112,"props":954,"children":956},{"className":955},[],[957],{"type":15,"value":958},"NULL",{"type":15,"value":505},{"type":10,"tag":11,"props":961,"children":962},{},[963,969,970,975,976,981,982,987,989,994],{"type":10,"tag":112,"props":964,"children":966},{"className":965},[],[967],{"type":15,"value":968},"vkCmdSetRenderingInputAttachmentIndicesKHR",{"type":15,"value":516},{"type":10,"tag":112,"props":971,"children":973},{"className":972},[],[974],{"type":15,"value":921},{"type":15,"value":488},{"type":10,"tag":112,"props":977,"children":979},{"className":978},[],[980],{"type":15,"value":943},{"type":15,"value":945},{"type":10,"tag":112,"props":983,"children":985},{"className":984},[],[986],{"type":15,"value":951},{"type":15,"value":988}," are set to ",{"type":10,"tag":112,"props":990,"children":992},{"className":991},[],[993],{"type":15,"value":958},{"type":15,"value":505},{"type":10,"tag":11,"props":996,"children":997},{},[998,999,1004,1006,1011,1013,1018],{"type":15,"value":528},{"type":10,"tag":112,"props":1000,"children":1002},{"className":1001},[],[1003],{"type":15,"value":921},{"type":15,"value":1005}," corresponds to the same index of a color attachment in a dynamic render pass, and the value of that element becomes the ",{"type":10,"tag":112,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":15,"value":673},{"type":15,"value":1012}," that refers to it, providing a way to remap input attachments to color attachments.\nValues in ",{"type":10,"tag":112,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":15,"value":921},{"type":15,"value":542},{"type":10,"tag":11,"props":1020,"children":1021},{},[1022,1024,1029,1031,1036,1037,1042,1044,1049],{"type":15,"value":1023},"If either of ",{"type":10,"tag":112,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":15,"value":943},{"type":15,"value":1030}," or ",{"type":10,"tag":112,"props":1032,"children":1034},{"className":1033},[],[1035],{"type":15,"value":951},{"type":15,"value":988},{"type":10,"tag":112,"props":1038,"children":1040},{"className":1039},[],[1041],{"type":15,"value":958},{"type":15,"value":1043}," it means that these are only accessible in the shader if the shader does not associate these input attachments with an ",{"type":10,"tag":112,"props":1045,"children":1047},{"className":1046},[],[1048],{"type":15,"value":673},{"type":15,"value":505},{"type":10,"tag":11,"props":1051,"children":1052},{},[1053,1055,1060,1062,1067,1069,1074,1076,1081],{"type":15,"value":1054},"If ",{"type":10,"tag":112,"props":1056,"children":1058},{"className":1057},[],[1059],{"type":15,"value":943},{"type":15,"value":1061},", ",{"type":10,"tag":112,"props":1063,"children":1065},{"className":1064},[],[1066],{"type":15,"value":951},{"type":15,"value":1068},", or any element of ",{"type":10,"tag":112,"props":1070,"children":1072},{"className":1071},[],[1073],{"type":15,"value":921},{"type":15,"value":1075}," is set to ",{"type":10,"tag":112,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":15,"value":638},{"type":15,"value":1082}," it indicates that the respective attachment is not associated with an input attachment index, and cannot be accessed as an input attachment in the shader.",{"type":10,"tag":11,"props":1084,"children":1085},{},[1086,1088,1093],{"type":15,"value":1087},"When issuing a draw call, the input attachment index mapping must match between the currently bound graphics pipeline and the command buffer state set by ",{"type":10,"tag":112,"props":1089,"children":1091},{"className":1090},[],[1092],{"type":15,"value":968},{"type":15,"value":505},{"type":10,"tag":11,"props":1095,"children":1096},{},[1097,1102,1103,1108,1110,1115,1116,1121,1122,1127,1129,1134,1136,1141,1142,1147,1148,1153,1155,1160,1161,1166],{"type":10,"tag":112,"props":1098,"children":1100},{"className":1099},[],[1101],{"type":15,"value":907},{"type":15,"value":571},{"type":10,"tag":27,"props":1104,"children":1106},{"href":574,"rel":1105},[31],[1107],{"type":15,"value":578},{"type":15,"value":1109}," when using secondary command buffers, to specify the input attachment index mapping in the primary command buffer when ",{"type":10,"tag":27,"props":1111,"children":1113},{"href":583,"rel":1112},[31],[1114],{"type":15,"value":587},{"type":15,"value":589},{"type":10,"tag":112,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":15,"value":907},{"type":15,"value":596},{"type":10,"tag":112,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":15,"value":921},{"type":15,"value":1128}," set to the value of its index within the array, ",{"type":10,"tag":112,"props":1130,"children":1132},{"className":1131},[],[1133],{"type":15,"value":494},{"type":15,"value":1135}," set to the value of ",{"type":10,"tag":27,"props":1137,"children":1139},{"href":606,"rel":1138},[31],[1140],{"type":15,"value":610},{"type":15,"value":937},{"type":10,"tag":112,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":15,"value":943},{"type":15,"value":945},{"type":10,"tag":112,"props":1149,"children":1151},{"className":1150},[],[1152],{"type":15,"value":951},{"type":15,"value":1154}," set to ",{"type":10,"tag":112,"props":1156,"children":1158},{"className":1157},[],[1159],{"type":15,"value":958},{"type":15,"value":612},{"type":10,"tag":27,"props":1162,"children":1164},{"href":583,"rel":1163},[31],[1165],{"type":15,"value":587},{"type":15,"value":619},{"type":10,"tag":212,"props":1168,"children":1169},{},[1170],{"type":10,"tag":11,"props":1171,"children":1172},{},[1173],{"type":15,"value":1174},"The remapping functionality is provided primarily for porting existing content to the new API; new applications should set their index attachment indices consistently for all attachments in their shaders during a render pass; this functionality can be considered immediately deprecated.",{"type":10,"tag":92,"props":1176,"children":1178},{"id":1177},"_read_only_input_attachments",[1179],{"type":15,"value":1180},"Read-only Input Attachments",{"type":10,"tag":11,"props":1182,"children":1183},{},[1184],{"type":15,"value":1185},"One quirk of render pass objects is that users can specify input attachments that are only used as input attachments.\nFor dynamic rendering, these cannot be specified by tagging them as another attachment type as enabled by the above structures.",{"type":10,"tag":11,"props":1187,"children":1188},{},[1189,1191,1196],{"type":15,"value":1190},"Rather than specifying them in the render pass, as they must be associated with a descriptor, implementations will unconditionally fetch values from the input attachment descriptor if the ",{"type":10,"tag":112,"props":1192,"children":1194},{"className":1193},[],[1195],{"type":15,"value":673},{"type":15,"value":1197}," is not mapped to another attachment.",{"type":10,"tag":212,"props":1199,"children":1200},{},[1201],{"type":10,"tag":11,"props":1202,"children":1203},{},[1204,1206,1213],{"type":15,"value":1205},"Some implementations may have to now provide a real descriptor when advertising this extension where they did not before - which may affect things like ",{"type":10,"tag":27,"props":1207,"children":1210},{"href":1208,"rel":1209},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_descriptor_buffer.html",[31],[1211],{"type":15,"value":1212},"VK_EXT_descriptor_buffer",{"type":15,"value":1214},", where the size of the descriptor is advertised.",{"type":10,"tag":92,"props":1216,"children":1218},{"id":1217},"_interactions_with_vk_ext_shader_object",[1219,1221],{"type":15,"value":1220},"Interactions with ",{"type":10,"tag":27,"props":1222,"children":1225},{"href":1223,"rel":1224},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_shader_object.html",[31],[1226],{"type":15,"value":1227},"VK_EXT_shader_object",{"type":10,"tag":11,"props":1229,"children":1230},{},[1231,1232,1237,1239,1244,1245,1250],{"type":15,"value":1054},{"type":10,"tag":27,"props":1233,"children":1235},{"href":1223,"rel":1234},[31],[1236],{"type":15,"value":1227},{"type":15,"value":1238}," is enabled, ",{"type":10,"tag":112,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":15,"value":514},{"type":15,"value":945},{"type":10,"tag":112,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":15,"value":968},{"type":15,"value":1251}," are the only way to set the remapping state; the respective structures do not need to be chained to shader object creation or match any static state.",{"type":10,"tag":92,"props":1253,"children":1255},{"id":1254},"_interactions_with_vk_ext_rasterization_order_attachment_access",[1256,1257],{"type":15,"value":1220},{"type":10,"tag":27,"props":1258,"children":1261},{"href":1259,"rel":1260},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_rasterization_order_attachment_access.html",[31],[1262],{"type":15,"value":1263},"VK_EXT_rasterization_order_attachment_access",{"type":10,"tag":11,"props":1265,"children":1266},{},[1267,1268,1273],{"type":15,"value":1054},{"type":10,"tag":27,"props":1269,"children":1271},{"href":1259,"rel":1270},[31],[1272],{"type":15,"value":1263},{"type":15,"value":1274}," is enabled, the pipeline depth/stencil state and color blend state bits can be used with dynamic rendering, with the same effect on input attachment reads as when used with render pass objects.\nSpecifically, this allows local reads from input attachments to read values from previous fragments at overlapping locations within the same render pass (even the same draw), without a barrier.\nThis interaction does not enable local reads between non-attachment resources without a barrier.",{"type":10,"tag":92,"props":1276,"children":1278},{"id":1277},"_glsl_changes",[1279],{"type":15,"value":1280},"GLSL Changes",{"type":10,"tag":11,"props":1282,"children":1283},{},[1284,1286,1292],{"type":15,"value":1285},"A small change is made to GLSL to allow the ",{"type":10,"tag":112,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":15,"value":1291},"input_attachment_index",{"type":15,"value":1293}," qualifier to be omitted when specifying a subpass input.",{"type":10,"tag":92,"props":1295,"children":1297},{"id":1296},"_hlsl_changes",[1298],{"type":15,"value":1299},"HLSL Changes",{"type":10,"tag":11,"props":1301,"children":1302},{},[1303,1305,1311,1313,1319],{"type":15,"value":1304},"HLSL’s SPIR-V translation currently requires subpass inputs to specify the ",{"type":10,"tag":112,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":15,"value":1310},"vk::input_attachment_index()",{"type":15,"value":1312}," attribute on ",{"type":10,"tag":112,"props":1314,"children":1316},{"className":1315},[],[1317],{"type":15,"value":1318},"SubpassInput",{"type":15,"value":1320}," variables, and this will be relaxed to allow it to be omitted.",{"type":10,"tag":17,"props":1322,"children":1324},{"id":1323},"_example_porting",[1325],{"type":15,"value":1326},"Example: Porting",{"type":10,"tag":11,"props":1328,"children":1329},{},[1330],{"type":15,"value":1331},"With a few lines of API code changes, it should be possible to trivially port most code using render pass objects to use dynamic rendering.\nThere are some exceptions - code which would use more color attachments than fit within the limit for a single subpass or dynamic rendering, switch depth/stencil attachments, or use non-framebuffer-space subpass dependencies cannot be expressed this way, and must be split into multiple dynamic render passes.\nAs an example, the following two pieces of code specify the same outcome:",{"type":10,"tag":92,"props":1333,"children":1335},{"id":1334},"_multiple_subpasses",[1336],{"type":15,"value":1337},"Multiple Subpasses",{"type":10,"tag":104,"props":1339,"children":1341},{"className":106,"code":1340,"language":108,"meta":109,"style":109},"// Write out the setup code.\n\nvkCmdBeginRenderPass2(...);\n\nvkCmdDraw(...);\n\nvkCmdNextSubpass2(...);\n\nvkCmdDraw(...);\n\nvkCmdEndRenderPass2(...);\n",[1342],{"type":10,"tag":112,"props":1343,"children":1344},{"__ignoreMap":109},[1345,1354,1361,1374,1381,1393,1400,1412,1419,1430,1437],{"type":10,"tag":116,"props":1346,"children":1347},{"class":118,"line":119},[1348],{"type":10,"tag":116,"props":1349,"children":1351},{"style":1350},"--shiki-default:#6E7781;--shiki-dark:#8B949E",[1352],{"type":15,"value":1353},"// Write out the setup code.\n",{"type":10,"tag":116,"props":1355,"children":1356},{"class":118,"line":140},[1357],{"type":10,"tag":116,"props":1358,"children":1359},{"emptyLinePlaceholder":382},[1360],{"type":15,"value":385},{"type":10,"tag":116,"props":1362,"children":1363},{"class":118,"line":149},[1364,1369],{"type":10,"tag":116,"props":1365,"children":1366},{"style":397},[1367],{"type":15,"value":1368},"vkCmdBeginRenderPass2",{"type":10,"tag":116,"props":1370,"children":1371},{"style":134},[1372],{"type":15,"value":1373},"(...);\n",{"type":10,"tag":116,"props":1375,"children":1376},{"class":118,"line":168},[1377],{"type":10,"tag":116,"props":1378,"children":1379},{"emptyLinePlaceholder":382},[1380],{"type":15,"value":385},{"type":10,"tag":116,"props":1382,"children":1383},{"class":118,"line":177},[1384,1389],{"type":10,"tag":116,"props":1385,"children":1386},{"style":397},[1387],{"type":15,"value":1388},"vkCmdDraw",{"type":10,"tag":116,"props":1390,"children":1391},{"style":134},[1392],{"type":15,"value":1373},{"type":10,"tag":116,"props":1394,"children":1395},{"class":118,"line":369},[1396],{"type":10,"tag":116,"props":1397,"children":1398},{"emptyLinePlaceholder":382},[1399],{"type":15,"value":385},{"type":10,"tag":116,"props":1401,"children":1402},{"class":118,"line":378},[1403,1408],{"type":10,"tag":116,"props":1404,"children":1405},{"style":397},[1406],{"type":15,"value":1407},"vkCmdNextSubpass2",{"type":10,"tag":116,"props":1409,"children":1410},{"style":134},[1411],{"type":15,"value":1373},{"type":10,"tag":116,"props":1413,"children":1414},{"class":118,"line":388},[1415],{"type":10,"tag":116,"props":1416,"children":1417},{"emptyLinePlaceholder":382},[1418],{"type":15,"value":385},{"type":10,"tag":116,"props":1420,"children":1421},{"class":118,"line":408},[1422,1426],{"type":10,"tag":116,"props":1423,"children":1424},{"style":397},[1425],{"type":15,"value":1388},{"type":10,"tag":116,"props":1427,"children":1428},{"style":134},[1429],{"type":15,"value":1373},{"type":10,"tag":116,"props":1431,"children":1432},{"class":118,"line":428},[1433],{"type":10,"tag":116,"props":1434,"children":1435},{"emptyLinePlaceholder":382},[1436],{"type":15,"value":385},{"type":10,"tag":116,"props":1438,"children":1439},{"class":118,"line":857},[1440,1445],{"type":10,"tag":116,"props":1441,"children":1442},{"style":397},[1443],{"type":15,"value":1444},"vkCmdEndRenderPass2",{"type":10,"tag":116,"props":1446,"children":1447},{"style":134},[1448],{"type":15,"value":1373},{"type":10,"tag":92,"props":1450,"children":1452},{"id":1451},"_dynamic_rendering_dependencies",[1453],{"type":15,"value":1454},"Dynamic Rendering Dependencies",{"type":10,"tag":104,"props":1456,"children":1458},{"className":106,"code":1457,"language":108,"meta":109,"style":109},"// Write the setup code\n\nvkCmdBeginRendering(...);\n\nvkCmdDraw(...);\n\nvkCmdPipelineBarrier(...);\n\nvkCmdDraw(...);\n\nvkCmdEndRendering(...);\n",[1459],{"type":10,"tag":112,"props":1460,"children":1461},{"__ignoreMap":109},[1462,1470,1477,1489,1496,1507,1514,1526,1533,1544,1551],{"type":10,"tag":116,"props":1463,"children":1464},{"class":118,"line":119},[1465],{"type":10,"tag":116,"props":1466,"children":1467},{"style":1350},[1468],{"type":15,"value":1469},"// Write the setup code\n",{"type":10,"tag":116,"props":1471,"children":1472},{"class":118,"line":140},[1473],{"type":10,"tag":116,"props":1474,"children":1475},{"emptyLinePlaceholder":382},[1476],{"type":15,"value":385},{"type":10,"tag":116,"props":1478,"children":1479},{"class":118,"line":149},[1480,1485],{"type":10,"tag":116,"props":1481,"children":1482},{"style":397},[1483],{"type":15,"value":1484},"vkCmdBeginRendering",{"type":10,"tag":116,"props":1486,"children":1487},{"style":134},[1488],{"type":15,"value":1373},{"type":10,"tag":116,"props":1490,"children":1491},{"class":118,"line":168},[1492],{"type":10,"tag":116,"props":1493,"children":1494},{"emptyLinePlaceholder":382},[1495],{"type":15,"value":385},{"type":10,"tag":116,"props":1497,"children":1498},{"class":118,"line":177},[1499,1503],{"type":10,"tag":116,"props":1500,"children":1501},{"style":397},[1502],{"type":15,"value":1388},{"type":10,"tag":116,"props":1504,"children":1505},{"style":134},[1506],{"type":15,"value":1373},{"type":10,"tag":116,"props":1508,"children":1509},{"class":118,"line":369},[1510],{"type":10,"tag":116,"props":1511,"children":1512},{"emptyLinePlaceholder":382},[1513],{"type":15,"value":385},{"type":10,"tag":116,"props":1515,"children":1516},{"class":118,"line":378},[1517,1522],{"type":10,"tag":116,"props":1518,"children":1519},{"style":397},[1520],{"type":15,"value":1521},"vkCmdPipelineBarrier",{"type":10,"tag":116,"props":1523,"children":1524},{"style":134},[1525],{"type":15,"value":1373},{"type":10,"tag":116,"props":1527,"children":1528},{"class":118,"line":388},[1529],{"type":10,"tag":116,"props":1530,"children":1531},{"emptyLinePlaceholder":382},[1532],{"type":15,"value":385},{"type":10,"tag":116,"props":1534,"children":1535},{"class":118,"line":408},[1536,1540],{"type":10,"tag":116,"props":1537,"children":1538},{"style":397},[1539],{"type":15,"value":1388},{"type":10,"tag":116,"props":1541,"children":1542},{"style":134},[1543],{"type":15,"value":1373},{"type":10,"tag":116,"props":1545,"children":1546},{"class":118,"line":428},[1547],{"type":10,"tag":116,"props":1548,"children":1549},{"emptyLinePlaceholder":382},[1550],{"type":15,"value":385},{"type":10,"tag":116,"props":1552,"children":1553},{"class":118,"line":857},[1554,1559],{"type":10,"tag":116,"props":1555,"children":1556},{"style":397},[1557],{"type":15,"value":1558},"vkCmdEndRendering",{"type":10,"tag":116,"props":1560,"children":1561},{"style":134},[1562],{"type":15,"value":1373},{"type":10,"tag":17,"props":1564,"children":1566},{"id":1565},"_issues",[1567],{"type":15,"value":1568},"Issues",{"type":10,"tag":92,"props":1570,"children":1572},{"id":1571},"_why_is_color_attachment_location_reordering_included",[1573],{"type":15,"value":1574},"Why is color attachment location reordering included?",{"type":10,"tag":11,"props":1576,"children":1577},{},[1578],{"type":15,"value":1579},"With multiple subpasses in a render pass, applications can reassociate the locations between different subpasses, and this is included to enable simple porting of shaders that do this to this extension.\nIt could be omitted but this would require pre-processing of shader code to replace the color indices to achieve the same effect, which is a big burden if an application is not already set up to do it.\nIt is a small concession for developers to make it significantly easier to port code, without adding much burden on implementers.",{"type":10,"tag":92,"props":1581,"children":1583},{"id":1582},"_why_are_some_of_the_functions_of_multiple_subpasses_not_exposed",[1584],{"type":15,"value":1585},"Why are some of the functions of multiple subpasses not exposed?",{"type":10,"tag":11,"props":1587,"children":1588},{},[1589],{"type":15,"value":1590},"These extra bits of functionality require implementations to jump through hoops that may require splitting render passes internally; this extension is deliberately limited to functionality that all vendors can support without resorting to that, as it would increase the complexity of the API massively, particularly given this cannot be pre-computed without a dedicated object.",{"type":10,"tag":92,"props":1592,"children":1594},{"id":1593},"_should_input_attachment_descriptors_be_required",[1595],{"type":15,"value":1596},"Should input attachment descriptors be required?",{"type":10,"tag":11,"props":1598,"children":1599},{},[1600],{"type":15,"value":1601},"Several vendors (including those considered tilers) need a separate descriptor to read these images, and not having them would increase driver complexity and may decrease performance - but we could revisit this.",{"type":10,"tag":11,"props":1603,"children":1604},{},[1605,1607,1613],{"type":15,"value":1606},"Note: ",{"type":10,"tag":112,"props":1608,"children":1610},{"className":1609},[],[1611],{"type":15,"value":1612},"TRANSIENT",{"type":15,"value":1614}," attachments still work with this extension, allowing a path to avoid the memory allocation, just as with render pass objects.",{"type":10,"tag":92,"props":1616,"children":1618},{"id":1617},"_should_this_extension_include_the_ability_for_fragment_shaders_to_reinterpret_the_format_of_a_colorinput_attachment_during_rendering",[1619],{"type":15,"value":1620},"Should this extension include the ability for fragment shaders to reinterpret the format of a color/input attachment during rendering?",{"type":10,"tag":11,"props":1622,"children":1623},{},[1624],{"type":15,"value":1625},"Proposed: Separate extension.",{"type":10,"tag":11,"props":1627,"children":1628},{},[1629],{"type":15,"value":1630},"To make this work, something as simple as a decoration on a color output or input attachment stating that the format is ignored and raw bits are written would suffice, but that might be beyond the scope of this extension, and may not be supportable by all implementers.\nThis would allow applications to port code using the OpenGL ES pixel local storage extensions to Vulkan, and would also allow more code using more attachments than are available to work by aliasing discarded attachments (though this might also necessitate explicit load/store commands).",{"type":10,"tag":92,"props":1632,"children":1634},{"id":1633},"_should_this_extension_advertise_local_reads_between_fragments_in_the_same_draw_call",[1635],{"type":15,"value":1636},"Should this extension advertise local reads between fragments in the same draw call?",{"type":10,"tag":11,"props":1638,"children":1639},{},[1640,1642,1648],{"type":15,"value":1641},"This is not efficient or easily implementable in all cases for many vendors.\nFor implementations that do support it, that feature is provided as an interaction with ",{"type":10,"tag":27,"props":1643,"children":1646},{"href":1644,"rel":1645},"https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_rasterization_order_attachment_access.adoc",[31],[1647],{"type":15,"value":1263},{"type":15,"value":505},{"type":10,"tag":92,"props":1650,"children":1652},{"id":1651},"_should_this_extension_allow_applications_to_access_local_data_from_resources_other_than_attachments",[1653],{"type":15,"value":1654},"Should this extension allow applications to access local data from resources other than attachments?",{"type":10,"tag":11,"props":1656,"children":1657},{},[1658],{"type":15,"value":1659},"Yes, this allows more flexibility for applications to implement functionality between fragments.\nThis should not be a significant implementation burden, but it could be removed if that assumption turns out to be false.",{"type":10,"tag":92,"props":1661,"children":1663},{"id":1662},"_should_read_only_input_attachments_be_specified_in_vkcmdbeginrendering_to_enable_pre_fetch_in_tilers",[1664,1666,1671],{"type":15,"value":1665},"Should read-only input attachments be specified in ",{"type":10,"tag":112,"props":1667,"children":1669},{"className":1668},[],[1670],{"type":15,"value":1484},{"type":15,"value":1672}," to enable pre-fetch in tilers?",{"type":10,"tag":11,"props":1674,"children":1675},{},[1676],{"type":15,"value":1677},"This would make the API more complex for what is likely minimal gain.\nApplications can emulate this themselves by putting such data into a placeholder attachment that is never written, if there is space for another attachment.\nIf there is not space for another attachment, the implementation would not be able to prefetch anyway.",{"type":10,"tag":92,"props":1679,"children":1681},{"id":1680},"_why_are_color_attachment_location_and_input_attachment_index_remappings_provided_both_statically_and_dynamically",[1682],{"type":15,"value":1683},"Why are color attachment location and input attachment index remappings provided both statically and dynamically?",{"type":10,"tag":11,"props":1685,"children":1686},{},[1687],{"type":15,"value":1688},"Requiring this state to match between the pipeline and command buffer is in line with how render pass objects worked.\nRender pass objects are provided both in a pipeline and when beginning a renderpass, and different vendors consume these mappings at different points.\nSome vendors modify generated shader code to support these mappings, while others change hardware state when the commands execute.\nTo accommodate both types of implementation without hurting performance when not using these mappings, this state is again required in both places.",{"type":10,"tag":1690,"props":1691,"children":1692},"style",{},[1693],{"type":15,"value":1694},"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":109,"searchDepth":140,"depth":140,"links":1696},[1697,1698,1699,1712,1716],{"id":19,"depth":140,"text":22},{"id":56,"depth":140,"text":59},{"id":87,"depth":140,"text":90,"children":1700},[1701,1702,1703,1704,1705,1706,1708,1710,1711],{"id":94,"depth":149,"text":97},{"id":186,"depth":149,"text":189},{"id":279,"depth":149,"text":282},{"id":659,"depth":149,"text":662},{"id":1177,"depth":149,"text":1180},{"id":1217,"depth":149,"text":1707},"Interactions with VK_EXT_shader_object",{"id":1254,"depth":149,"text":1709},"Interactions with VK_EXT_rasterization_order_attachment_access",{"id":1277,"depth":149,"text":1280},{"id":1296,"depth":149,"text":1299},{"id":1323,"depth":140,"text":1326,"children":1713},[1714,1715],{"id":1334,"depth":149,"text":1337},{"id":1451,"depth":149,"text":1454},{"id":1565,"depth":140,"text":1568,"children":1717},[1718,1719,1720,1721,1722,1723,1724,1726],{"id":1571,"depth":149,"text":1574},{"id":1582,"depth":149,"text":1585},{"id":1593,"depth":149,"text":1596},{"id":1617,"depth":149,"text":1620},{"id":1633,"depth":149,"text":1636},{"id":1651,"depth":149,"text":1654},{"id":1662,"depth":149,"text":1725},"Should read-only input attachments be specified in vkCmdBeginRendering to enable pre-fetch in tilers?",{"id":1680,"depth":149,"text":1683},"markdown",[1729,1734,1737,1740,1743,1746,1749,1752,1755,1758,1761,1764,1767,1770,1774,1778,1782,1786,1790,1794,1798,1802,1806,1810,1814,1818,1822,1826,1830,1834,1838,1842,1846,1850,1854,1858,1862,1866,1870,1874,1878,1882,1886,1890,1894,1898,1901,1905,1909,1913,1917,1920,1923,1926,1929,1932,1935,1938,1941],{"index":1730,"title":1731,"id":1732,"appendix":1733},0,"Preamble","preamble",false,{"index":119,"title":1735,"id":1736,"appendix":1733},"Introduction","introduction",{"index":140,"title":1738,"id":1739,"appendix":1733},"Fundamentals","fundamentals",{"index":149,"title":1741,"id":1742,"appendix":1733},"Initialization","initialization",{"index":168,"title":1744,"id":1745,"appendix":1733},"Devices and Queues","devsandqueues",{"index":177,"title":1747,"id":1748,"appendix":1733},"Command Buffers","commandbuffers",{"index":369,"title":1750,"id":1751,"appendix":1733},"Synchronization and Cache Control","synchronization",{"index":378,"title":1753,"id":1754,"appendix":1733},"Render Pass","renderpass",{"index":388,"title":1756,"id":1757,"appendix":1733},"Shaders","shaders",{"index":408,"title":1759,"id":1760,"appendix":1733},"Pipelines","pipelines",{"index":428,"title":1762,"id":1763,"appendix":1733},"Memory Allocation","memory",{"index":857,"title":1765,"id":1766,"appendix":1733},"Resource Creation","resources",{"index":874,"title":1768,"id":1769,"appendix":1733},"Samplers","samplers",{"index":1771,"title":1772,"id":1773,"appendix":1733},13,"Resource Descriptors","descriptorsets",{"index":1775,"title":1776,"id":1777,"appendix":1733},14,"Shader Interfaces","interfaces",{"index":1779,"title":1780,"id":1781,"appendix":1733},15,"Image Operations","textures",{"index":1783,"title":1784,"id":1785,"appendix":1733},16,"Fragment Density Map Operations","fragmentdensitymapops",{"index":1787,"title":1788,"id":1789,"appendix":1733},17,"Queries","queries",{"index":1791,"title":1792,"id":1793,"appendix":1733},18,"Clear Commands","clears",{"index":1795,"title":1796,"id":1797,"appendix":1733},19,"Copy Commands","copies",{"index":1799,"title":1800,"id":1801,"appendix":1733},20,"Drawing Commands","drawing",{"index":1803,"title":1804,"id":1805,"appendix":1733},21,"Fixed-Function Vertex Processing","fxvertex",{"index":1807,"title":1808,"id":1809,"appendix":1733},22,"Tessellation","tessellation",{"index":1811,"title":1812,"id":1813,"appendix":1733},23,"Geometry Shading","geometry",{"index":1815,"title":1816,"id":1817,"appendix":1733},24,"Mesh Shading","mesh",{"index":1819,"title":1820,"id":1821,"appendix":1733},25,"Cluster Culling Shading","cluster-culling",{"index":1823,"title":1824,"id":1825,"appendix":1733},26,"Fixed-Function Vertex Post-Processing","vertexpostproc",{"index":1827,"title":1828,"id":1829,"appendix":1733},27,"Rasterization","primsrast",{"index":1831,"title":1832,"id":1833,"appendix":1733},28,"Fragment Operations","fragops",{"index":1835,"title":1836,"id":1837,"appendix":1733},29,"The Framebuffer","framebuffer",{"index":1839,"title":1840,"id":1841,"appendix":1733},30,"Dispatching Commands","dispatch",{"index":1843,"title":1844,"id":1845,"appendix":1733},31,"Device-Generated Commands","device-generated-commands",{"index":1847,"title":1848,"id":1849,"appendix":1733},32,"Sparse Resources","sparsememory",{"index":1851,"title":1852,"id":1853,"appendix":1733},33,"Window System Integration (WSI)","wsi",{"index":1855,"title":1856,"id":1857,"appendix":1733},34,"Deferred Host Operations","deferred-host-operations",{"index":1859,"title":1860,"id":1861,"appendix":1733},35,"Private Data","private-data",{"index":1863,"title":1864,"id":1865,"appendix":1733},36,"Acceleration Structures","acceleration-structure",{"index":1867,"title":1868,"id":1869,"appendix":1733},37,"Micromap","micromap",{"index":1871,"title":1872,"id":1873,"appendix":1733},38,"Ray Traversal","ray-traversal",{"index":1875,"title":1876,"id":1877,"appendix":1733},39,"Ray Tracing","ray-tracing",{"index":1879,"title":1880,"id":1881,"appendix":1733},40,"Memory Decompression","memory-decompression",{"index":1883,"title":1884,"id":1885,"appendix":1733},41,"Video Coding","video-coding",{"index":1887,"title":1888,"id":1889,"appendix":1733},42,"Optical Flow","opticalflow",{"index":1891,"title":1892,"id":1893,"appendix":1733},43,"Execution Graphs","executiongraphs",{"index":1895,"title":1896,"id":1897,"appendix":1733},44,"Extending Vulkan","extendingvulkan",{"index":1899,"title":97,"id":1900,"appendix":1733},45,"features",{"index":1902,"title":1903,"id":1904,"appendix":1733},46,"Limits","limits",{"index":1906,"title":1907,"id":1908,"appendix":1733},47,"Formats","formats",{"index":1910,"title":1911,"id":1912,"appendix":1733},48,"Additional Capabilities","capabilities",{"index":1914,"title":1915,"id":1916,"appendix":1733},49,"Debugging","debugging",{"index":1730,"title":1918,"id":1919,"appendix":382},"Vulkan Environment for SPIR-V","spirvenv",{"index":119,"title":1921,"id":1922,"appendix":382},"Memory Model","memory-model",{"index":140,"title":1924,"id":1925,"appendix":382},"Compressed Image Formats","compressed_image_formats",{"index":149,"title":1927,"id":1928,"appendix":382},"Core Revisions (Informative)","versions",{"index":168,"title":1930,"id":1931,"appendix":382},"Layers & Extensions (Informative)","extensions",{"index":177,"title":1933,"id":1934,"appendix":382},"API Boilerplate","boilerplate",{"index":369,"title":1936,"id":1937,"appendix":382},"Invariance","invariance",{"index":378,"title":1939,"id":1940,"appendix":382},"Lexicon","lexicon",{"index":388,"title":1942,"id":1943,"appendix":382},"Credits (Informative)","credits",[1945,1953,1957,1962,1966,1971,1974,1977,1980,1984,1988,1991,1994,1997,1999,2001,2004,2007,2011,2013,2017,2019,2022,2024,2027,2035,2039,2044,2048,2053,2055,2059,2065,2071,2077,2079,2082,2088,2091,2095,2101,2105,2109,2114,2118,2121,2124,2130,2133,2136,2140,2144,2148,2151,2153,2156,2161,2167,2170,2174,2177,2183,2186,2190,2193,2197,2200,2204,2207,2212,2216,2219,2224,2227,2230,2233,2237,2242,2247,2251,2255,2259,2263,2267,2271,2275,2278,2281,2285,2288,2291,2294,2298,2303,2307,2310,2314,2319,2323,2328,2331,2334,2339,2344,2348,2351,2355,2360,2363,2368,2373,2376,2379,2383,2387,2391,2396,2400,2403,2408,2412,2415,2419,2423,2427,2430,2432,2436,2439,2442,2445,2448,2451,2454,2457,2460,2463,2467,2470,2473,2476,2479,2482,2485,2488,2492,2496,2500,2503,2507,2510,2513,2516,2518,2522,2527,2531,2535,2537,2541,2544,2551,2555,2559,2563,2569,2572,2576,2580,2583,2586,2590,2595,2601,2605,2607,2612,2615,2620,2624,2629,2633,2637,2639,2642,2645,2647,2652,2655,2658,2663,2667,2671,2676,2680,2684,2686,2688,2691,2693,2696,2698,2702,2706,2708,2712,2715,2719,2722,2724,2727,2731,2733,2737,2740,2743,2746,2750,2753,2756,2758,2761,2763,2766,2770,2773,2775,2777,2779,2781,2785,2787,2790,2795,2799,2802,2804,2807,2809,2813,2816,2819,2822,2826,2829,2834,2838,2841,2845,2848,2851,2855,2859,2861,2866,2869,2873,2876,2879,2882,2884,2887,2891,2894,2898,2901,2905,2909,2912,2915,2918,2921,2925,2927,2930,2932,2937,2938,2942,2945,2948,2951,2954,2956,2960,2963,2966,2969,2973,2975,2977,2981,2983,2986,2990,2994,2996,3000,3003,3006,3009,3012,3016,3021,3026,3030,3036,3040,3043,3047,3051,3054,3058,3062,3065,3069,3072,3077,3081,3083,3089,3092,3095,3098,3102,3105,3109,3113,3117,3119,3122,3124,3127,3129,3131,3134,3137,3140,3143,3146,3149,3151,3155,3159,3163,3167,3170,3173,3177,3180,3184,3186,3190,3194,3197,3200,3203,3206,3209,3212,3215,3218,3221,3224,3227,3230,3233,3236,3240,3243,3247,3251,3254,3257,3260,3263,3266,3269,3273,3276,3279,3285,3289,3293,3297],{"number":1946,"type":1947,"author":1948,"provisional":382,"depends":1949,"platform":1950,"contact":1951,"extension":1952,"proposal":382},135,"device","AMD","(((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3)+VK_KHR_pipeline_library+VK_KHR_spirv_1_4","provisional","Tobias Hector @tobski","VK_AMDX_shader_enqueue",{"number":1954,"type":1947,"author":1948,"provisional":1733,"contact":1955,"extension":1956,"proposal":382},477,"Stu Smith","VK_AMD_anti_lag",{"number":1958,"type":1947,"author":1948,"provisional":1733,"specialuse":1959,"contact":1960,"extension":1961,"proposal":1733},180,"devtools","Daniel Rakos @drakos-amd","VK_AMD_buffer_marker",{"number":1963,"type":1947,"author":1948,"provisional":1733,"depends":1964,"contact":1951,"extension":1965,"proposal":1733},230,"VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","VK_AMD_device_coherent_memory",{"number":1967,"type":1947,"author":1948,"provisional":1733,"depends":1968,"contact":1969,"extension":1970,"proposal":1733},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":1855,"type":1947,"author":1948,"promotedto":1972,"provisional":1733,"contact":1960,"extension":1973,"proposal":1733},"VK_KHR_draw_indirect_count","VK_AMD_draw_indirect_count",{"number":1823,"type":1947,"author":1948,"provisional":1733,"contact":1975,"extension":1976,"proposal":1733},"Dominik Witczak @dominikwitczakamd","VK_AMD_gcn_shader",{"number":1867,"type":1947,"author":1948,"deprecatedby":1978,"provisional":1733,"contact":1975,"extension":1979,"proposal":1733},"VK_KHR_shader_float16_int8","VK_AMD_gpu_shader_half_float",{"number":1981,"type":1947,"author":1948,"deprecatedby":1978,"provisional":1733,"contact":1982,"extension":1983,"proposal":1733},133,"Qun Lin @linqun","VK_AMD_gpu_shader_int16",{"number":1985,"type":1947,"author":1948,"provisional":1733,"contact":1986,"extension":1987,"proposal":1733},190,"Martin Dinkov @mdinkov","VK_AMD_memory_overallocation_behavior",{"number":1989,"type":1947,"author":1948,"provisional":1733,"contact":1969,"extension":1990,"proposal":1733},137,"VK_AMD_mixed_attachment_samples",{"number":1863,"type":1947,"author":1948,"obsoletedby":1992,"provisional":1733,"contact":1969,"extension":1993,"proposal":1733},"VK_KHR_maintenance1","VK_AMD_negative_viewport_height",{"number":1995,"type":1947,"author":1948,"provisional":1733,"contact":1969,"extension":1996,"proposal":1733},184,"VK_AMD_pipeline_compiler_control",{"number":1795,"type":1947,"author":1948,"provisional":1733,"contact":1960,"extension":1998,"proposal":1733},"VK_AMD_rasterization_order",{"number":1871,"type":1947,"author":1948,"provisional":1733,"contact":1975,"extension":2000,"proposal":1733},"VK_AMD_shader_ballot",{"number":2002,"type":1947,"author":1948,"provisional":1733,"depends":1964,"contact":1986,"extension":2003,"proposal":1733},186,"VK_AMD_shader_core_properties",{"number":2005,"type":1947,"author":1948,"provisional":1733,"depends":2003,"contact":1969,"extension":2006,"proposal":1733},228,"VK_AMD_shader_core_properties2",{"number":2008,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":1951,"extension":2010,"proposal":382},322,"EXT","VK_AMD_shader_early_and_late_fragment_tests",{"number":1807,"type":1947,"author":1948,"provisional":1733,"contact":1982,"extension":2012,"proposal":1733},"VK_AMD_shader_explicit_vertex_parameter",{"number":2014,"type":1947,"author":1948,"provisional":1733,"contact":2015,"extension":2016,"proposal":1733},138,"Aaron Hagan @AaronHaganAMD","VK_AMD_shader_fragment_mask",{"number":1906,"type":1947,"author":1948,"provisional":1733,"contact":1975,"extension":2018,"proposal":1733},"VK_AMD_shader_image_load_store_lod",{"number":1891,"type":1947,"author":1948,"provisional":1733,"specialuse":1959,"contact":2020,"extension":2021,"proposal":1733},"Jaakko Konttinen @jaakkoamd","VK_AMD_shader_info",{"number":1803,"type":1947,"author":1948,"provisional":1733,"contact":1982,"extension":2023,"proposal":1733},"VK_AMD_shader_trinary_minmax",{"number":1887,"type":1947,"author":1948,"provisional":1733,"depends":1964,"contact":2025,"extension":2026,"proposal":1733},"Rex Xu @amdrexu","VK_AMD_texture_gather_bias_lod",{"number":2028,"type":1947,"author":2029,"provisional":1733,"depends":2030,"platform":2031,"specialuse":2032,"contact":2033,"extension":2034,"proposal":382},469,"ANDROID","VK_ANDROID_external_memory_android_hardware_buffer","android","glemulation","Chris Forbes @chrisforbes","VK_ANDROID_external_format_resolve",{"number":2036,"type":1947,"author":2029,"provisional":1733,"depends":2037,"platform":2031,"contact":2038,"extension":2030,"proposal":1733},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":2040,"type":1947,"author":2041,"promotedto":1263,"provisional":1733,"depends":1964,"contact":2042,"extension":2043,"proposal":1733},343,"ARM","Jan-Harald Fredriksen @janharaldfredriksen-arm","VK_ARM_rasterization_order_attachment_access",{"number":2045,"type":1947,"author":2041,"provisional":1733,"depends":2046,"contact":2042,"extension":2047,"proposal":382},425,"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_ARM_render_pass_striped",{"number":2049,"type":1947,"author":2041,"provisional":1733,"depends":2050,"contact":2051,"extension":2052,"proposal":1733},418,"VK_ARM_shader_core_builtins","Kevin Petit @kpet","VK_ARM_scheduling_controls",{"number":2054,"type":1947,"author":2041,"provisional":1733,"depends":1964,"contact":2051,"extension":2050,"proposal":1733},498,{"number":2056,"type":1947,"author":2041,"provisional":1733,"depends":2057,"contact":2042,"extension":2058,"proposal":1733},416,"VK_VERSION_1_1","VK_ARM_shader_core_properties",{"number":2060,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2063,"extension":2064,"proposal":1733},341,"VK_VERSION_1_3","vulkansc","Joshua Ashton @Joshua-Ashton","VK_EXT_4444_formats",{"number":2066,"type":2067,"author":2009,"provisional":1733,"depends":2068,"contact":2069,"extension":2070,"proposal":1733},286,"instance","VK_EXT_direct_mode_display","Drew DeVault sir@cmpwn.com","VK_EXT_acquire_drm_display",{"number":2072,"type":2067,"author":2073,"provisional":1733,"depends":2068,"platform":2074,"contact":2075,"extension":2076,"proposal":1733},90,"NV","xlib_xrandr","James Jones @cubanismo","VK_EXT_acquire_xlib_display",{"extension":2078,"proposal":1733},"VK_EXT_application_parameters",{"number":2080,"type":1947,"author":2041,"provisional":1733,"depends":1964,"contact":2042,"extension":2081,"proposal":1733},68,"VK_EXT_astc_decode_mode",{"number":2083,"type":1947,"author":2009,"provisional":1733,"depends":2084,"ratified":2085,"contact":2086,"extension":2087,"proposal":382},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":2089,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":2063,"extension":2090,"proposal":382},340,"VK_EXT_attachment_feedback_loop_layout",{"number":2092,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2094,"proposal":1733},149,"Jeff Bolz @jeffbolznv","VK_EXT_blend_operation_advanced",{"number":2096,"type":1947,"author":2009,"provisional":1733,"depends":2097,"specialuse":2098,"contact":2099,"extension":2100,"proposal":1733},412,"VK_EXT_custom_border_color","glemulation,d3demulation","Piers Daniell @pdaniell-nv","VK_EXT_border_color_swizzle",{"number":2102,"type":1947,"author":2073,"deprecatedby":2103,"provisional":1733,"depends":1964,"contact":2093,"extension":2104,"proposal":1733},245,"VK_KHR_buffer_device_address","VK_EXT_buffer_device_address",{"number":2106,"type":1947,"author":2009,"promotedto":2107,"provisional":1733,"depends":1964,"contact":1960,"extension":2108,"proposal":382},185,"VK_KHR_calibrated_timestamps","VK_EXT_calibrated_timestamps",{"number":2110,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2111,"contact":2112,"extension":2113,"proposal":1733},382,"vulkan,vulkansc","Sharif Elcott @selcott","VK_EXT_color_write_enable",{"number":2115,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":2116,"extension":2117,"proposal":1733},82,"Vikram Kushwaha @vkushwaha","VK_EXT_conditional_rendering",{"number":2119,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2085,"contact":2099,"extension":2120,"proposal":1733},102,"VK_EXT_conservative_rasterization",{"number":2122,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2111,"specialuse":2098,"contact":2123,"extension":2097,"proposal":1733},288,"Liam Middlebrook @liam-middlebrook",{"number":1811,"type":1947,"author":2125,"promotedto":2126,"provisional":1733,"depends":2127,"specialuse":1916,"contact":2128,"extension":2129,"proposal":1733},"Baldur Karlsson","VK_EXT_debug_utils","VK_EXT_debug_report","Baldur Karlsson @baldurk","VK_EXT_debug_marker",{"number":874,"type":2067,"author":2131,"deprecatedby":2126,"provisional":1733,"specialuse":1916,"contact":2132,"extension":2127,"proposal":1733},"GOOGLE","Courtney Goeltzenleuchter @courtney-g",{"number":2134,"type":2067,"author":2009,"provisional":1733,"specialuse":1916,"contact":2135,"extension":2126,"proposal":1733},129,"Mark Young @marky-lunarg",{"number":2137,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":2138,"contact":2063,"extension":2139,"proposal":382},284,"d3demulation","VK_EXT_depth_bias_control",{"number":2141,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2142,"extension":2143,"proposal":1733},422,"Graeme Leese @gnl21","VK_EXT_depth_clamp_zero_one",{"number":2145,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":2032,"contact":2146,"extension":2147,"proposal":1733},356,"Shahbaz Youssefi @syoussefi","VK_EXT_depth_clip_control",{"number":2149,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2111,"specialuse":2138,"contact":2099,"extension":2150,"proposal":1733},103,"VK_EXT_depth_clip_enable",{"number":1775,"type":1947,"author":2073,"provisional":1733,"ratified":2111,"contact":2099,"extension":2152,"proposal":1733},"VK_EXT_depth_range_unrestricted",{"number":2154,"type":1947,"author":2009,"provisional":1733,"depends":2155,"contact":1951,"extension":1212,"proposal":382},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",{"number":2157,"type":1947,"author":2073,"promotedto":2158,"provisional":1733,"depends":2159,"contact":2093,"extension":2160,"proposal":1733},162,"VK_VERSION_1_2","(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance3),VK_VERSION_1_1","VK_EXT_descriptor_indexing",{"number":2162,"type":1947,"author":2009,"provisional":1733,"depends":2163,"specialuse":2164,"contact":2165,"extension":2166,"proposal":1733},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":2168,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2165,"extension":2169,"proposal":382},342,"VK_EXT_device_fault",{"number":2171,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":1959,"contact":2172,"extension":2173,"proposal":1733},285,"Yiwei Zhang @zhangyiwei","VK_EXT_device_memory_report",{"number":2175,"type":2067,"author":2073,"provisional":1733,"depends":2176,"contact":2075,"extension":2068,"proposal":1733},89,"VK_KHR_display",{"number":2178,"type":2067,"author":2009,"provisional":1733,"depends":2179,"platform":2180,"contact":2181,"extension":2182,"proposal":1733},347,"VK_KHR_surface","directfb","Nicolas Caramelli @caramelli","VK_EXT_directfb_surface",{"number":2184,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2111,"contact":2099,"extension":2185,"proposal":1733},100,"VK_EXT_discard_rectangles",{"number":2187,"type":1947,"author":2073,"provisional":1733,"depends":2188,"ratified":2085,"contact":2075,"extension":2189,"proposal":1733},92,"VK_EXT_display_surface_counter+VK_KHR_swapchain","VK_EXT_display_control",{"number":2191,"type":2067,"author":2073,"provisional":1733,"depends":2176,"ratified":2085,"contact":2075,"extension":2192,"proposal":1733},91,"VK_EXT_display_surface_counter",{"number":2194,"type":1947,"author":2009,"provisional":1733,"depends":2195,"ratified":2085,"contact":2099,"extension":2196,"proposal":382},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":2198,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2099,"extension":2199,"proposal":1733},268,"VK_EXT_extended_dynamic_state",{"number":2201,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2202,"extension":2203,"proposal":1733},378,"Vikram Kushwaha @vkushwaha-nv","VK_EXT_extended_dynamic_state2",{"number":2205,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2085,"contact":2099,"extension":2206,"proposal":382},456,"VK_EXT_extended_dynamic_state3",{"number":2208,"type":1947,"author":2009,"provisional":1733,"depends":2209,"ratified":2085,"contact":2210,"extension":2211,"proposal":382},454,"VK_KHR_external_memory,VK_VERSION_1_1","Lina Versace @versalinyaa","VK_EXT_external_memory_acquire_unmodified",{"number":2213,"type":1947,"author":2009,"provisional":1733,"depends":2214,"ratified":2111,"contact":2210,"extension":2215,"proposal":1733},126,"VK_KHR_external_memory_fd","VK_EXT_external_memory_dma_buf",{"number":2217,"type":1947,"author":2009,"provisional":1733,"depends":2209,"ratified":2111,"contact":1960,"extension":2218,"proposal":1733},179,"VK_EXT_external_memory_host",{"number":2220,"type":1947,"author":2221,"provisional":1733,"ratified":2085,"contact":2222,"extension":2223,"proposal":1733},171,"QCOM","Matthew Netsch @mnetsch","VK_EXT_filter_cubic",{"number":2225,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2222,"extension":2226,"proposal":1733},219,"VK_EXT_fragment_density_map",{"number":2228,"type":1947,"author":2009,"provisional":1733,"depends":2226,"contact":2222,"extension":2229,"proposal":1733},333,"VK_EXT_fragment_density_map2",{"number":2231,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2099,"extension":2232,"proposal":1733},252,"VK_EXT_fragment_shader_interlock",{"number":2234,"type":1947,"author":2009,"provisional":1733,"ratified":2085,"contact":2235,"extension":2236,"proposal":382},376,"James Fitzpatrick @jamesfitzpatrick","VK_EXT_frame_boundary",{"number":2238,"type":1947,"author":2009,"provisional":1733,"depends":2239,"platform":2240,"ratified":2085,"contact":2075,"extension":2241,"proposal":1733},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":2243,"type":1947,"author":2009,"promotedto":2244,"provisional":1733,"contact":2245,"extension":2246,"proposal":1733},175,"VK_KHR_global_priority","Andres Rodriguez @lostgoat","VK_EXT_global_priority",{"number":2248,"type":1947,"author":2009,"promotedto":2244,"provisional":1733,"depends":2249,"contact":2172,"extension":2250,"proposal":1733},389,"VK_EXT_global_priority+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_global_priority_query",{"number":2252,"type":1947,"author":1948,"provisional":1733,"depends":2253,"contact":1951,"extension":2254,"proposal":382},321,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_pipeline_library","VK_EXT_graphics_pipeline_library",{"number":2256,"type":1947,"author":2131,"provisional":1733,"depends":2257,"ratified":2111,"contact":2132,"extension":2258,"proposal":1733},106,"VK_KHR_swapchain","VK_EXT_hdr_metadata",{"number":2260,"type":2067,"author":2009,"provisional":1733,"depends":2179,"contact":2261,"extension":2262,"proposal":1733},257,"Lisa Wu @chengtianww","VK_EXT_headless_surface",{"number":2264,"type":1947,"author":2009,"provisional":1733,"depends":2265,"ratified":2085,"contact":2146,"extension":2266,"proposal":382},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":2268,"type":1947,"author":2009,"promotedto":2158,"provisional":1733,"depends":1964,"contact":2269,"extension":2270,"proposal":1733},262,"Bas Nieuwenhuizen @BNieuwenhuizen","VK_EXT_host_query_reset",{"number":2272,"type":1947,"author":2009,"provisional":1733,"depends":2273,"specialuse":2032,"contact":2086,"extension":2274,"proposal":1733},394,"(VK_KHR_maintenance1+VK_KHR_get_physical_device_properties2),VK_VERSION_1_1","VK_EXT_image_2d_view_of_3d",{"number":2276,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2042,"extension":2277,"proposal":382},339,"VK_EXT_image_compression_control",{"number":2279,"type":1947,"author":2009,"provisional":1733,"depends":2277,"contact":2042,"extension":2280,"proposal":1733},438,"VK_EXT_image_compression_control_swapchain",{"number":2282,"type":1947,"author":2009,"provisional":1733,"depends":2283,"ratified":2085,"contact":2210,"extension":2284,"proposal":1733},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":2286,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2142,"extension":2287,"proposal":1733},336,"VK_EXT_image_robustness",{"number":2289,"type":1947,"author":2009,"provisional":1733,"depends":2273,"specialuse":2138,"contact":2086,"extension":2290,"proposal":382},419,"VK_EXT_image_sliced_view_of_3d",{"number":2292,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2063,"extension":2293,"proposal":1733},392,"VK_EXT_image_view_min_lod",{"number":2295,"type":1947,"author":2009,"promotedto":2296,"provisional":1733,"depends":1964,"contact":2099,"extension":2297,"proposal":1733},266,"VK_KHR_index_type_uint8","VK_EXT_index_type_uint8",{"number":2299,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":2300,"contact":2301,"extension":2302,"proposal":1733},139,"(VK_KHR_get_physical_device_properties2+VK_KHR_maintenance1),VK_VERSION_1_1","Daniel Rakos @aqnuep","VK_EXT_inline_uniform_block",{"number":2304,"type":2067,"author":2009,"provisional":1733,"ratified":2085,"contact":2305,"extension":2306,"proposal":382},497,"Christophe Riccio @christophe","VK_EXT_layer_settings",{"number":2308,"type":1947,"author":2009,"provisional":1733,"depends":1964,"specialuse":2032,"contact":2146,"extension":2309,"proposal":382},466,"VK_EXT_legacy_dithering",{"number":2311,"type":1947,"author":2009,"provisional":1733,"depends":2312,"ratified":2085,"specialuse":2032,"contact":2086,"extension":2313,"proposal":382},496,"VK_EXT_vertex_input_dynamic_state","VK_EXT_legacy_vertex_attributes",{"number":2315,"type":1947,"author":2009,"promotedto":2316,"provisional":1733,"depends":1964,"specialuse":2317,"contact":2093,"extension":2318,"proposal":1733},260,"VK_KHR_line_rasterization","cadsupport","VK_EXT_line_rasterization",{"number":2320,"type":1947,"author":2009,"promotedto":2321,"provisional":1733,"ratified":2085,"contact":2146,"extension":2322,"proposal":1733},401,"VK_KHR_load_store_op_none","VK_EXT_load_store_op_none",{"number":2324,"type":1947,"author":2009,"provisional":1733,"depends":2325,"ratified":2085,"contact":2326,"extension":2327,"proposal":382},273,"VK_KHR_map_memory2","Faith Ekstrand @gfxstrand","VK_EXT_map_memory_placed",{"number":2329,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2330,"proposal":1733},238,"VK_EXT_memory_budget",{"number":2332,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2333,"proposal":1733},239,"VK_EXT_memory_priority",{"number":2335,"type":1947,"author":2009,"provisional":1733,"depends":2336,"contact":2337,"extension":2338,"proposal":382},329,"VK_KHR_spirv_1_4","Christoph Kubisch @pixeljetstream","VK_EXT_mesh_shader",{"number":2340,"type":1947,"author":2009,"provisional":1733,"platform":2341,"contact":2342,"extension":2343,"proposal":382},312,"metal","Bill Hollings @billhollings","VK_EXT_metal_objects",{"number":2345,"type":2067,"author":2009,"provisional":1733,"depends":2179,"platform":2341,"contact":2346,"extension":2347,"proposal":1733},218,"Dzmitry Malyshau @kvark","VK_EXT_metal_surface",{"number":2349,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2086,"extension":2350,"proposal":1733},393,"VK_EXT_multi_draw",{"number":2352,"type":1947,"author":2009,"provisional":1733,"depends":2353,"contact":2146,"extension":2354,"proposal":382},377,"(VK_KHR_create_renderpass2+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2","VK_EXT_multisampled_render_to_single_sampled",{"number":2356,"type":1947,"author":2009,"provisional":1733,"depends":2357,"specialuse":2138,"contact":2358,"extension":2359,"proposal":382},495,"VK_KHR_maintenance3","Joshua Ashton @Joshua-Ashton,Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_mutable_descriptor_type",{"number":2361,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":2099,"extension":2362,"proposal":1733},452,"VK_EXT_nested_command_buffer",{"number":2364,"type":1947,"author":2009,"provisional":1733,"depends":1964,"specialuse":2365,"contact":2366,"extension":2367,"proposal":382},423,"d3demulation,glemulation","Georg Lehmann @DadSchoorse","VK_EXT_non_seamless_cube_map",{"number":2369,"type":1947,"author":2009,"provisional":1733,"depends":2370,"ratified":2085,"contact":2371,"extension":2372,"proposal":382},397,"VK_KHR_acceleration_structure+(VK_KHR_synchronization2,VK_VERSION_1_3)","Christoph Kubisch @pixeljetstream, Eric Werness","VK_EXT_opacity_micromap",{"number":2374,"type":1947,"author":2009,"provisional":1733,"depends":2333,"contact":2099,"extension":2375,"proposal":1733},413,"VK_EXT_pageable_device_local_memory",{"number":2377,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2111,"contact":1969,"extension":2378,"proposal":1733},213,"VK_EXT_pci_bus_info",{"number":2380,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2381,"extension":2382,"proposal":1733},354,"Simon Ser @emersion","VK_EXT_physical_device_drm",{"number":2384,"type":1947,"author":1948,"promotedto":2061,"provisional":1733,"depends":1964,"contact":2385,"extension":2386,"proposal":1733},298,"Gregory Grebe @grgrebe_amd","VK_EXT_pipeline_creation_cache_control",{"number":2388,"type":1947,"author":2131,"promotedto":2061,"provisional":1733,"specialuse":1959,"contact":2389,"extension":2390,"proposal":1733},193,"Jean-Francois Roy @jfroy","VK_EXT_pipeline_creation_feedback",{"number":2392,"type":1947,"author":2009,"provisional":1733,"depends":2393,"contact":2394,"extension":2395,"proposal":382},499,"VK_KHR_ray_tracing_pipeline+VK_KHR_pipeline_library","Hans-Kristian Arntzen @HansKristian-Work","VK_EXT_pipeline_library_group_handles",{"number":2397,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2398,"extension":2399,"proposal":1733},373,"Mukund Keshava @mkeshavanv","VK_EXT_pipeline_properties",{"number":2401,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2146,"extension":2402,"proposal":382},467,"VK_EXT_pipeline_protected_access",{"number":2404,"type":1947,"author":2405,"provisional":1733,"depends":1964,"contact":2406,"extension":2407,"proposal":1733},69,"IMG","Jarred Davies","VK_EXT_pipeline_robustness",{"number":2409,"type":1947,"author":2073,"provisional":1733,"ratified":2085,"contact":2410,"extension":2411,"proposal":1733},156,"Daniel Koch @dgkoch","VK_EXT_post_depth_coverage",{"number":2413,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":2032,"contact":2146,"extension":2414,"proposal":1733},357,"VK_EXT_primitive_topology_list_restart",{"number":2416,"type":1947,"author":2009,"provisional":1733,"depends":2417,"specialuse":2032,"contact":2146,"extension":2418,"proposal":382},383,"VK_EXT_transform_feedback","VK_EXT_primitives_generated_query",{"number":2420,"type":1947,"author":2073,"promotedto":2061,"provisional":1733,"depends":1964,"contact":2421,"extension":2422,"proposal":1733},296,"Matthew Rusch @mattruschnv","VK_EXT_private_data",{"number":2424,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":2032,"contact":2425,"extension":2426,"proposal":1733},255,"Jesse Hall @jessehall","VK_EXT_provoking_vertex",{"number":2428,"type":1947,"author":2009,"provisional":1733,"depends":2209,"ratified":2111,"contact":2210,"extension":2429,"proposal":1733},127,"VK_EXT_queue_family_foreign",{"number":2431,"type":1947,"author":2041,"provisional":1733,"depends":1964,"contact":2042,"extension":1263,"proposal":382},464,{"number":2433,"type":1947,"author":2009,"provisional":1733,"depends":2434,"contact":2042,"extension":2435,"proposal":1733},345,"VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1","VK_EXT_rgba10x6_formats",{"number":2437,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2111,"contact":2123,"extension":2438,"proposal":1733},287,"VK_EXT_robustness2",{"number":2440,"type":1947,"author":1948,"provisional":1733,"depends":1964,"ratified":2111,"contact":1960,"extension":2441,"proposal":1733},144,"VK_EXT_sample_locations",{"number":2443,"type":1947,"author":2073,"promotedto":2158,"provisional":1733,"depends":1964,"contact":2093,"extension":2444,"proposal":1733},131,"VK_EXT_sampler_filter_minmax",{"number":2446,"type":1947,"author":2009,"promotedto":2158,"provisional":1733,"depends":1964,"contact":1951,"extension":2447,"proposal":1733},222,"VK_EXT_scalar_block_layout",{"number":2449,"type":1947,"author":2009,"promotedto":2158,"provisional":1733,"contact":1960,"extension":2450,"proposal":1733},247,"VK_EXT_separate_stencil_usage",{"number":2452,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2111,"contact":2202,"extension":2453,"proposal":1733},261,"VK_EXT_shader_atomic_float",{"number":2455,"type":1947,"author":2009,"provisional":1733,"depends":2453,"ratified":2085,"contact":2326,"extension":2456,"proposal":1733},274,"VK_EXT_shader_atomic_float2",{"number":2458,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2093,"extension":2459,"proposal":1733},277,"VK_EXT_shader_demote_to_helper_invocation",{"number":2461,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":1951,"extension":2462,"proposal":1733},235,"VK_EXT_shader_image_atomic_int64",{"number":2464,"type":1947,"author":2009,"provisional":1733,"depends":2465,"contact":2394,"extension":2466,"proposal":382},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":2468,"type":1947,"author":2009,"provisional":1733,"depends":2195,"ratified":2085,"contact":2469,"extension":1227,"proposal":382},483,"Daniel Story @daniel-story",{"number":2471,"type":1947,"author":2009,"provisional":1733,"ratified":2085,"contact":2051,"extension":2472,"proposal":382},565,"VK_EXT_shader_replicated_composites",{"number":2474,"type":1947,"author":2009,"provisional":1733,"ratified":2111,"contact":1975,"extension":2475,"proposal":1733},141,"VK_EXT_shader_stencil_export",{"number":2477,"type":1947,"author":2073,"deprecatedby":2158,"provisional":1733,"contact":2410,"extension":2478,"proposal":1733},65,"VK_EXT_shader_subgroup_ballot",{"number":2480,"type":1947,"author":2073,"deprecatedby":2057,"provisional":1733,"contact":2410,"extension":2481,"proposal":1733},66,"VK_EXT_shader_subgroup_vote",{"number":2483,"type":1947,"author":2009,"provisional":1733,"depends":2061,"ratified":2085,"contact":2042,"extension":2484,"proposal":382},396,"VK_EXT_shader_tile_image",{"number":2486,"type":1947,"author":2073,"promotedto":2158,"provisional":1733,"contact":2410,"extension":2487,"proposal":1733},163,"VK_EXT_shader_viewport_index_layer",{"number":2489,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":2057,"ratified":2062,"contact":2490,"extension":2491,"proposal":1733},226,"Neil Henning @sheredom","VK_EXT_subgroup_size_control",{"number":2493,"type":1947,"author":2009,"provisional":1733,"depends":1964,"contact":2494,"extension":2495,"proposal":382},459,"Ting Wei @catweiting","VK_EXT_subpass_merge_feedback",{"number":2497,"type":2067,"author":2009,"provisional":1733,"depends":2498,"contact":2146,"extension":2499,"proposal":382},275,"VK_KHR_surface+VK_KHR_get_surface_capabilities2","VK_EXT_surface_maintenance1",{"number":2501,"type":2067,"author":2131,"provisional":1733,"depends":2179,"contact":2132,"extension":2502,"proposal":1733},105,"VK_EXT_swapchain_colorspace",{"number":2504,"type":1947,"author":2009,"provisional":1733,"depends":2505,"contact":2146,"extension":2506,"proposal":382},276,"VK_KHR_swapchain+VK_EXT_surface_maintenance1+(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)","VK_EXT_swapchain_maintenance1",{"number":2508,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2093,"extension":2509,"proposal":1733},282,"VK_EXT_texel_buffer_alignment",{"number":2511,"type":1947,"author":2041,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2062,"contact":2042,"extension":2512,"proposal":1733},67,"VK_EXT_texture_compression_astc_hdr",{"number":2514,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"contact":1951,"extension":2515,"proposal":1733},246,"VK_EXT_tooling_info",{"number":1835,"type":1947,"author":2073,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":2517,"contact":2099,"extension":2417,"proposal":1733},"glemulation,d3demulation,devtools",{"number":2519,"type":1947,"author":2131,"provisional":1733,"contact":2520,"extension":2521,"proposal":1733},161,"Cort Stratton @cdwfs","VK_EXT_validation_cache",{"number":2523,"type":2067,"author":2524,"deprecatedby":2306,"provisional":1733,"specialuse":1916,"contact":2525,"extension":2526,"proposal":1733},248,"LUNARG","Karl Schultz @karl-lunarg","VK_EXT_validation_features",{"number":2528,"type":2067,"author":2131,"deprecatedby":2306,"provisional":1733,"specialuse":1916,"contact":2529,"extension":2530,"proposal":1733},62,"Tobin Ehlis @tobine","VK_EXT_validation_flags",{"number":2532,"type":1947,"author":2073,"promotedto":2533,"provisional":1733,"depends":1964,"contact":2116,"extension":2534,"proposal":1733},191,"VK_KHR_vertex_attribute_divisor","VK_EXT_vertex_attribute_divisor",{"number":2536,"type":1947,"author":2009,"provisional":1733,"depends":1964,"ratified":2085,"contact":2099,"extension":2312,"proposal":1733},353,{"number":2538,"type":1947,"author":2009,"promotedto":2061,"provisional":1733,"depends":2434,"ratified":2062,"contact":2539,"extension":2540,"proposal":1733},331,"Tony Zlatinski @tzlatinski","VK_EXT_ycbcr_2plane_444_formats",{"number":2542,"type":1947,"author":2009,"provisional":1733,"depends":2434,"ratified":2111,"contact":2099,"extension":2543,"proposal":1733},253,"VK_EXT_ycbcr_image_arrays",{"number":2545,"type":1947,"author":2546,"provisional":1733,"depends":2547,"platform":2548,"contact":2549,"extension":2550,"proposal":1733},367,"FUCHSIA","VK_FUCHSIA_external_memory+(VK_KHR_sampler_ycbcr_conversion,VK_VERSION_1_1)","fuchsia","John Rosasco @rosasco","VK_FUCHSIA_buffer_collection",{"number":2552,"type":1947,"author":2546,"provisional":1733,"depends":2553,"platform":2548,"contact":2549,"extension":2554,"proposal":1733},365,"(VK_KHR_external_memory_capabilities+VK_KHR_external_memory),VK_VERSION_1_1","VK_FUCHSIA_external_memory",{"number":2556,"type":1947,"author":2546,"provisional":1733,"depends":2557,"platform":2548,"contact":2549,"extension":2558,"proposal":1733},366,"VK_KHR_external_semaphore_capabilities+VK_KHR_external_semaphore","VK_FUCHSIA_external_semaphore",{"number":2560,"type":2067,"author":2546,"provisional":1733,"depends":2179,"platform":2548,"contact":2561,"extension":2562,"proposal":1733},215,"Craig Stout @cdotstout","VK_FUCHSIA_imagepipe_surface",{"number":2564,"type":1947,"author":2565,"provisional":1733,"depends":2566,"platform":2567,"contact":2389,"extension":2568,"proposal":1733},192,"GGP","VK_KHR_swapchain+VK_GGP_stream_descriptor_surface","ggp","VK_GGP_frame_token",{"number":2570,"type":2067,"author":2565,"provisional":1733,"depends":2179,"platform":2567,"contact":2389,"extension":2571,"proposal":1733},50,"VK_GGP_stream_descriptor_surface",{"number":2573,"type":1947,"author":2131,"provisional":1733,"contact":2574,"extension":2575,"proposal":1733},225,"Hai Nguyen @chaoticbob","VK_GOOGLE_decorate_string",{"number":2577,"type":1947,"author":2131,"provisional":1733,"depends":2257,"contact":2578,"extension":2579,"proposal":1733},93,"Ian Elliott @ianelliottus","VK_GOOGLE_display_timing",{"number":2581,"type":1947,"author":2131,"provisional":1733,"contact":2574,"extension":2582,"proposal":1733},224,"VK_GOOGLE_hlsl_functionality1",{"number":2584,"type":2067,"author":2131,"provisional":1733,"depends":2179,"specialuse":2032,"contact":2146,"extension":2585,"proposal":382},434,"VK_GOOGLE_surfaceless_query",{"number":2587,"type":1947,"author":2131,"provisional":1733,"contact":2588,"extension":2589,"proposal":1733},290,"Kaye Mason @chaleur","VK_GOOGLE_user_type",{"number":2591,"type":1947,"author":2592,"provisional":1733,"depends":1964,"contact":2593,"extension":2594,"proposal":382},405,"HUAWEI","Yuchang Wang @richard_Wang2","VK_HUAWEI_cluster_culling_shader",{"number":2596,"type":1947,"author":2597,"provisional":1733,"depends":2598,"contact":2599,"extension":2600,"proposal":382},371,"Huawei","VK_KHR_ray_tracing_pipeline+(VK_KHR_synchronization2,VK_VERSION_1_3)","Pan Gao @PanGao-h","VK_HUAWEI_invocation_mask",{"number":2602,"type":1947,"author":2592,"provisional":1733,"depends":2603,"contact":2599,"extension":2604,"proposal":1733},370,"((VK_KHR_create_renderpass2,VK_VERSION_1_2)+VK_KHR_synchronization2),VK_VERSION_1_3","VK_HUAWEI_subpass_shading",{"number":1783,"type":1947,"author":2405,"provisional":1733,"contact":1951,"extension":2606,"proposal":1733},"VK_IMG_filter_cubic",{"number":2608,"type":1947,"author":2405,"deprecatedby":2609,"provisional":1733,"contact":2610,"extension":2611,"proposal":1733},55,null,"Stuart Smith","VK_IMG_format_pvrtc",{"number":2613,"type":1947,"author":2405,"provisional":1733,"depends":1964,"specialuse":2032,"contact":2235,"extension":2614,"proposal":1733},111,"VK_IMG_relaxed_line_rasterization",{"number":2616,"type":1947,"author":2617,"provisional":1733,"specialuse":1959,"contact":2618,"extension":2619,"proposal":1733},211,"INTEL","Lionel Landwerlin @llandwerlin","VK_INTEL_performance_query",{"number":2621,"type":1947,"author":2617,"provisional":1733,"depends":1964,"contact":2622,"extension":2623,"proposal":1733},210,"Ian Romanick @ianromanick","VK_INTEL_shader_integer_functions2",{"number":2625,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2627,"ratified":2085,"contact":2042,"extension":2628,"proposal":1733},84,"KHR","(VK_KHR_get_physical_device_properties2+VK_KHR_storage_buffer_storage_class),VK_VERSION_1_1","VK_KHR_16bit_storage",{"number":2630,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2627,"ratified":2085,"contact":2631,"extension":2632,"proposal":1733},178,"Alexander Galazin @alegal-arm","VK_KHR_8bit_storage",{"number":2634,"type":1947,"author":2626,"provisional":1733,"depends":2635,"ratified":2085,"contact":2410,"extension":2636,"proposal":1733},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":408,"type":2067,"author":2626,"provisional":1733,"depends":2179,"platform":2031,"ratified":2085,"contact":2038,"extension":2638,"proposal":1733},"VK_KHR_android_surface",{"number":2640,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":1951,"extension":2641,"proposal":1733},158,"VK_KHR_bind_memory2",{"number":2643,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2644,"ratified":2085,"contact":2093,"extension":2103,"proposal":1733},258,"(VK_KHR_get_physical_device_properties2+VK_KHR_device_group),VK_VERSION_1_1",{"number":2646,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":2301,"extension":2107,"proposal":1733},544,{"number":2648,"type":1947,"author":2626,"provisional":1733,"depends":2649,"ratified":2085,"contact":2650,"extension":2651,"proposal":382},512,"VK_KHR_get_physical_device_properties2","Jean-Noe Morissette @MagicPoncho","VK_KHR_compute_shader_derivatives",{"number":2653,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"contact":2051,"extension":2654,"proposal":382},507,"VK_KHR_cooperative_matrix",{"number":2656,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2111,"contact":2222,"extension":2657,"proposal":1733},338,"VK_KHR_copy_commands2",{"number":2659,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2660,"ratified":2085,"contact":2661,"extension":2662,"proposal":1733},110,"(VK_KHR_multiview+VK_KHR_maintenance2),VK_VERSION_1_1","Tobias Hector @tobias","VK_KHR_create_renderpass2",{"number":2664,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2665,"ratified":2085,"contact":2075,"extension":2666,"proposal":1733},128,"VK_KHR_get_memory_requirements2,VK_VERSION_1_1","VK_KHR_dedicated_allocation",{"number":2668,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2669,"extension":2670,"proposal":1733},269,"Josh Barczak @jbarczak","VK_KHR_deferred_host_operations",{"number":2672,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2673,"ratified":2085,"contact":2674,"extension":2675,"proposal":1733},200,"VK_KHR_create_renderpass2,VK_VERSION_1_2","Jan-Harald Fredriksen @janharald","VK_KHR_depth_stencil_resolve",{"number":2677,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2678,"extension":2679,"proposal":1733},86,"Markus Tavenrath @mtavenrath","VK_KHR_descriptor_update_template",{"number":2681,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2682,"ratified":2085,"contact":2093,"extension":2683,"proposal":1733},61,"VK_KHR_device_group_creation","VK_KHR_device_group",{"number":2685,"type":2067,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2093,"extension":2682,"proposal":1733},71,{"number":149,"type":2067,"author":2626,"provisional":1733,"depends":2179,"ratified":2111,"contact":2687,"extension":2176,"proposal":1733},"James Jones @cubanismo,Norbert Nopper @FslNopper",{"number":168,"type":1947,"author":2626,"provisional":1733,"depends":2689,"ratified":2111,"contact":2075,"extension":2690,"proposal":1733},"VK_KHR_swapchain+VK_KHR_display","VK_KHR_display_swapchain",{"number":2692,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"ratified":2085,"contact":2099,"extension":1972,"proposal":1733},170,{"number":2694,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":1960,"extension":2695,"proposal":1733},197,"VK_KHR_driver_properties",{"number":1899,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":2697,"ratified":2085,"contact":1951,"extension":34,"proposal":382},"((VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_KHR_depth_stencil_resolve),VK_VERSION_1_2",{"number":2699,"type":1947,"author":1948,"provisional":1733,"depends":2700,"ratified":2085,"contact":1951,"extension":2701,"proposal":382},233,"VK_KHR_dynamic_rendering,VK_VERSION_1_3","VK_KHR_dynamic_rendering_local_read",{"number":2703,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2704,"ratified":2085,"contact":2038,"extension":2705,"proposal":1733},114,"VK_KHR_external_fence_capabilities","VK_KHR_external_fence",{"number":2707,"type":2067,"author":2626,"promotedto":2057,"provisional":1733,"depends":1964,"ratified":2085,"contact":2038,"extension":2704,"proposal":1733},113,{"number":2709,"type":1947,"author":2626,"provisional":1733,"depends":2710,"ratified":2111,"contact":2038,"extension":2711,"proposal":1733},116,"VK_KHR_external_fence,VK_VERSION_1_1","VK_KHR_external_fence_fd",{"number":2713,"type":1947,"author":2626,"provisional":1733,"depends":2705,"platform":2240,"ratified":2085,"contact":2038,"extension":2714,"proposal":1733},115,"VK_KHR_external_fence_win32",{"number":2716,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2717,"ratified":2085,"contact":2075,"extension":2718,"proposal":1733},73,"VK_KHR_external_memory_capabilities,VK_VERSION_1_1","VK_KHR_external_memory",{"number":2720,"type":2067,"author":2626,"promotedto":2057,"provisional":1733,"depends":1964,"ratified":2085,"contact":2075,"extension":2721,"proposal":1733},72,"VK_KHR_external_memory_capabilities",{"number":2723,"type":1947,"author":2626,"provisional":1733,"depends":2209,"ratified":2111,"contact":2075,"extension":2214,"proposal":1733},75,{"number":2725,"type":1947,"author":2626,"provisional":1733,"depends":2209,"platform":2240,"ratified":2085,"contact":2075,"extension":2726,"proposal":1733},74,"VK_KHR_external_memory_win32",{"number":2728,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2729,"ratified":2085,"contact":2075,"extension":2730,"proposal":1733},78,"VK_KHR_external_semaphore_capabilities","VK_KHR_external_semaphore",{"number":2732,"type":2067,"author":2626,"promotedto":2057,"provisional":1733,"depends":1964,"ratified":2085,"contact":2075,"extension":2729,"proposal":1733},77,{"number":2734,"type":1947,"author":2626,"provisional":1733,"depends":2735,"ratified":2111,"contact":2075,"extension":2736,"proposal":1733},80,"VK_KHR_external_semaphore,VK_VERSION_1_1","VK_KHR_external_semaphore_fd",{"number":2738,"type":1947,"author":2626,"provisional":1733,"depends":2730,"platform":2240,"ratified":2085,"contact":2075,"extension":2739,"proposal":1733},79,"VK_KHR_external_semaphore_win32",{"number":2741,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2085,"contact":2618,"extension":2742,"proposal":1733},361,"VK_KHR_format_feature_flags2",{"number":2744,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"contact":1955,"extension":2745,"proposal":382},323,"VK_KHR_fragment_shader_barycentric",{"number":2747,"type":1947,"author":2626,"provisional":1733,"depends":2748,"ratified":2111,"contact":1951,"extension":2749,"proposal":382},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":2751,"type":2067,"author":2626,"provisional":1733,"depends":2176,"ratified":2111,"contact":2075,"extension":2752,"proposal":1733},122,"VK_KHR_get_display_properties2",{"number":2754,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2326,"extension":2755,"proposal":1733},147,"VK_KHR_get_memory_requirements2",{"number":2757,"type":2067,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2093,"extension":2649,"proposal":1733},60,{"number":2759,"type":2067,"author":2626,"provisional":1733,"depends":2179,"ratified":2111,"contact":2075,"extension":2760,"proposal":1733},120,"VK_KHR_get_surface_capabilities2",{"number":2762,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":1951,"extension":2244,"proposal":1733},189,{"number":2764,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"ratified":2085,"contact":2326,"extension":2765,"proposal":1733},148,"VK_KHR_image_format_list",{"number":2767,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2768,"ratified":2085,"contact":2661,"extension":2769,"proposal":1733},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":2771,"type":1947,"author":2626,"provisional":1733,"depends":2257,"ratified":2111,"contact":2578,"extension":2772,"proposal":1733},85,"VK_KHR_incremental_present",{"number":2774,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":2099,"extension":2296,"proposal":1733},534,{"number":2776,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":2099,"extension":2316,"proposal":1733},535,{"number":2778,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2146,"extension":2321,"proposal":382},527,{"number":2780,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2099,"extension":1992,"proposal":1733},70,{"number":2782,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2783,"extension":2784,"proposal":1733},118,"Michael Worcester @michaelworcester","VK_KHR_maintenance2",{"number":2786,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2357,"proposal":1733},169,{"number":2788,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":2057,"ratified":2085,"contact":2099,"extension":2789,"proposal":1733},414,"VK_KHR_maintenance4",{"number":2791,"type":1947,"author":2626,"provisional":1733,"depends":2792,"ratified":2085,"contact":2793,"extension":2794,"proposal":382},471,"(VK_VERSION_1_1+VK_KHR_dynamic_rendering),VK_VERSION_1_3","Stu Smith @stu-s","VK_KHR_maintenance5",{"number":2796,"type":1947,"author":2626,"provisional":1733,"depends":2057,"ratified":2085,"contact":2797,"extension":2798,"proposal":382},546,"Jon Leech @oddhack","VK_KHR_maintenance6",{"number":2800,"type":1947,"author":2626,"provisional":1733,"depends":2057,"ratified":2085,"contact":2086,"extension":2801,"proposal":382},563,"VK_KHR_maintenance7",{"number":2803,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2326,"extension":2325,"proposal":382},272,{"number":2805,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2806,"proposal":1733},54,"VK_KHR_multiview",{"extension":2808,"proposal":1733},"VK_KHR_object_refresh",{"number":2810,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"specialuse":1959,"contact":2811,"extension":2812,"proposal":1733},117,"Alon Or-bach @alonorbach","VK_KHR_performance_query",{"number":2814,"type":1947,"author":2626,"provisional":1733,"depends":2794,"ratified":2085,"contact":2793,"extension":2815,"proposal":382},484,"VK_KHR_pipeline_binary",{"number":2817,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"specialuse":1959,"contact":2326,"extension":2818,"proposal":1733},270,"VK_KHR_pipeline_executable_properties",{"number":2820,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2337,"extension":2821,"proposal":1733},291,"VK_KHR_pipeline_library",{"number":2823,"type":2067,"author":2626,"provisional":1733,"ratified":2085,"contact":2824,"extension":2825,"proposal":1733},395,"Charles Giessen @charles-lunarg","VK_KHR_portability_enumeration",{"number":2827,"type":1947,"author":2626,"provisional":382,"depends":1964,"platform":1950,"ratified":2085,"contact":2342,"extension":2828,"proposal":1733},164,"VK_KHR_portability_subset",{"number":2830,"type":1947,"author":2626,"provisional":1733,"depends":2831,"ratified":2085,"contact":2832,"extension":2833,"proposal":1733},295,"VK_KHR_swapchain+VK_KHR_get_physical_device_properties2,VK_VERSION_1_1","Keith Packard @keithp","VK_KHR_present_id",{"number":2835,"type":1947,"author":2626,"provisional":1733,"depends":2836,"ratified":2085,"contact":2832,"extension":2837,"proposal":1733},249,"VK_KHR_swapchain+VK_KHR_present_id","VK_KHR_present_wait",{"number":2839,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2840,"proposal":1733},81,"VK_KHR_push_descriptor",{"number":2842,"type":1947,"author":2626,"provisional":1733,"depends":2843,"ratified":2085,"contact":2410,"extension":2844,"proposal":1733},349,"VK_KHR_spirv_1_4+VK_KHR_acceleration_structure","VK_KHR_ray_query",{"number":2846,"type":1947,"author":2626,"provisional":1733,"depends":2636,"ratified":2085,"contact":2410,"extension":2847,"proposal":1733},387,"VK_KHR_ray_tracing_maintenance1",{"number":2849,"type":1947,"author":2626,"provisional":1733,"depends":2843,"ratified":2085,"contact":2410,"extension":2850,"proposal":1733},348,"VK_KHR_ray_tracing_pipeline",{"number":2852,"type":1947,"author":2626,"provisional":1733,"depends":2636,"ratified":2085,"contact":2853,"extension":2854,"proposal":382},482,"Eric Werness","VK_KHR_ray_tracing_position_fetch",{"number":2856,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2857,"extension":2858,"proposal":1733},145,"John Kessenich @johnkslang","VK_KHR_relaxed_block_layout",{"number":1779,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"ratified":2085,"contact":1951,"extension":2860,"proposal":1733},"VK_KHR_sampler_mirror_clamp_to_edge",{"number":2862,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2863,"ratified":2085,"contact":2864,"extension":2865,"proposal":1733},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":2867,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2748,"ratified":2085,"contact":2099,"extension":2868,"proposal":1733},242,"VK_KHR_separate_depth_stencil_layouts",{"number":2870,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2871,"extension":2872,"proposal":1733},181,"Aaron Hagan @ahagan","VK_KHR_shader_atomic_int64",{"number":2874,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":2871,"extension":2875,"proposal":1733},182,"VK_KHR_shader_clock",{"number":2877,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2410,"extension":2878,"proposal":1733},64,"VK_KHR_shader_draw_parameters",{"number":2880,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"contact":2051,"extension":2881,"proposal":382},545,"VK_KHR_shader_expect_assume",{"number":2883,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2631,"extension":1978,"proposal":1733},83,{"number":2885,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2631,"extension":2886,"proposal":1733},198,"VK_KHR_shader_float_controls",{"number":2888,"type":1947,"author":2626,"provisional":1733,"depends":2889,"ratified":2085,"contact":2142,"extension":2890,"proposal":382},529,"VK_VERSION_1_1+VK_KHR_shader_float_controls","VK_KHR_shader_float_controls2",{"number":2892,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2085,"contact":2051,"extension":2893,"proposal":382},281,"VK_KHR_shader_integer_dot_product",{"number":2895,"type":1947,"author":2626,"provisional":1733,"depends":2057,"ratified":2085,"contact":2896,"extension":2897,"proposal":382},435,"Alan Baker @alan-baker","VK_KHR_shader_maximal_reconvergence",{"number":2899,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"ratified":2085,"contact":2128,"extension":2900,"proposal":1733},294,"VK_KHR_shader_non_semantic_info",{"number":2902,"type":1947,"author":2626,"provisional":1733,"depends":2903,"ratified":2085,"contact":1951,"extension":2904,"proposal":382},236,"VK_VERSION_1_1+VK_KHR_vulkan_memory_model+VK_KHR_shader_maximal_reconvergence","VK_KHR_shader_quad_control",{"number":2906,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2907,"extension":2908,"proposal":382},559,"Nathan Gauër @Keenuts","VK_KHR_shader_relaxed_extended_instruction",{"number":2910,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2057,"ratified":2085,"contact":2490,"extension":2911,"proposal":1733},176,"VK_KHR_shader_subgroup_extended_types",{"number":2913,"type":1947,"author":2626,"provisional":1733,"ratified":2085,"contact":2051,"extension":2914,"proposal":382},417,"VK_KHR_shader_subgroup_rotate",{"number":2916,"type":1947,"author":2626,"provisional":1733,"depends":2057,"ratified":2085,"contact":2896,"extension":2917,"proposal":1733},324,"VK_KHR_shader_subgroup_uniform_control_flow",{"number":2919,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2111,"contact":2038,"extension":2920,"proposal":1733},216,"VK_KHR_shader_terminate_invocation",{"number":2922,"type":1947,"author":2626,"provisional":1733,"depends":2923,"ratified":2111,"contact":2811,"extension":2924,"proposal":1733},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":2926,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":2889,"ratified":2085,"contact":2038,"extension":2336,"proposal":1733},237,{"number":2928,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"ratified":2085,"contact":2631,"extension":2929,"proposal":1733},132,"VK_KHR_storage_buffer_storage_class",{"number":119,"type":2067,"author":2626,"provisional":1733,"ratified":2111,"contact":2931,"extension":2179,"proposal":1733},"James Jones @cubanismo,Ian Elliott @ianelliottus",{"number":2933,"type":2067,"author":2626,"provisional":1733,"depends":2934,"ratified":2085,"contact":2935,"extension":2936,"proposal":1733},240,"VK_VERSION_1_1+VK_KHR_get_surface_capabilities2","Sandeep Shinde @sashinde","VK_KHR_surface_protected_capabilities",{"number":140,"type":1947,"author":2626,"provisional":1733,"depends":2179,"ratified":2111,"contact":2931,"extension":2257,"proposal":1733},{"number":2939,"type":1947,"author":2626,"provisional":1733,"depends":2940,"ratified":2111,"contact":1960,"extension":2941,"proposal":1733},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":2943,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2111,"contact":1951,"extension":2944,"proposal":1733},315,"VK_KHR_synchronization2",{"number":2946,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2326,"extension":2947,"proposal":1733},208,"VK_KHR_timeline_semaphore",{"number":2949,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2142,"extension":2950,"proposal":1733},254,"VK_KHR_uniform_buffer_standard_layout",{"number":2952,"type":1947,"author":2626,"promotedto":2057,"provisional":1733,"depends":2627,"ratified":2085,"contact":2038,"extension":2953,"proposal":1733},121,"VK_KHR_variable_pointers",{"number":2955,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2111,"contact":2146,"extension":2533,"proposal":382},526,{"number":2957,"type":1947,"author":2626,"provisional":1733,"depends":2958,"ratified":2085,"contact":2301,"extension":2959,"proposal":382},513,"VK_KHR_video_decode_queue","VK_KHR_video_decode_av1",{"number":1883,"type":1947,"author":2626,"provisional":1733,"depends":2958,"ratified":2085,"contact":2961,"extension":2962,"proposal":382},"peter.fang@amd.com","VK_KHR_video_decode_h264",{"number":2964,"type":1947,"author":2626,"provisional":1733,"depends":2958,"ratified":2085,"contact":2961,"extension":2965,"proposal":382},188,"VK_KHR_video_decode_h265",{"number":1819,"type":1947,"author":2626,"provisional":1733,"depends":2967,"ratified":2085,"contact":2968,"extension":2958,"proposal":382},"VK_KHR_video_queue+(VK_KHR_synchronization2,VK_VERSION_1_3)","jake.beju@amd.com",{"number":1875,"type":1947,"author":2626,"provisional":1733,"depends":2970,"ratified":2085,"contact":2971,"extension":2972,"proposal":382},"VK_KHR_video_encode_queue","Ahmed Abdelkhalek @aabdelkh","VK_KHR_video_encode_h264",{"number":1879,"type":1947,"author":2626,"provisional":1733,"depends":2970,"ratified":2085,"contact":2971,"extension":2974,"proposal":382},"VK_KHR_video_encode_h265",{"number":2976,"type":1947,"author":2626,"provisional":1733,"depends":2967,"ratified":2085,"contact":2971,"extension":2970,"proposal":382},300,{"number":2978,"type":1947,"author":2626,"provisional":1733,"depends":2979,"ratified":2085,"contact":2301,"extension":2980,"proposal":382},516,"VK_KHR_video_queue","VK_KHR_video_maintenance1",{"number":1815,"type":1947,"author":2626,"provisional":1733,"depends":2982,"ratified":2085,"contact":2539,"extension":2979,"proposal":382},"(VK_VERSION_1_1+VK_KHR_synchronization2),VK_VERSION_1_3",{"number":2984,"type":1947,"author":2626,"promotedto":2158,"provisional":1733,"depends":1964,"ratified":2085,"contact":2093,"extension":2985,"proposal":1733},212,"VK_KHR_vulkan_memory_model",{"number":378,"type":2067,"author":2626,"provisional":1733,"depends":2179,"platform":2987,"ratified":2085,"contact":2988,"extension":2989,"proposal":1733},"wayland","Jesse Hall @critsec,Ian Elliott @ianelliottus","VK_KHR_wayland_surface",{"number":2991,"type":1947,"author":2626,"provisional":1733,"depends":2726,"platform":2240,"ratified":2085,"contact":2992,"extension":2993,"proposal":1733},76,"Carsten Rohde @crohde","VK_KHR_win32_keyed_mutex",{"number":428,"type":2067,"author":2626,"provisional":1733,"depends":2179,"platform":2240,"ratified":2085,"contact":2988,"extension":2995,"proposal":1733},"VK_KHR_win32_surface",{"number":2997,"type":1947,"author":2626,"provisional":1733,"depends":1964,"ratified":2085,"contact":2998,"extension":2999,"proposal":1733},337,"Caio Marcelo de Oliveira Filho @cmarcelo","VK_KHR_workgroup_memory_explicit_layout",{"number":369,"type":2067,"author":2626,"provisional":1733,"depends":2179,"platform":3001,"ratified":2085,"contact":2988,"extension":3002,"proposal":1733},"xcb","VK_KHR_xcb_surface",{"number":177,"type":2067,"author":2626,"provisional":1733,"depends":2179,"platform":3004,"ratified":2085,"contact":2988,"extension":3005,"proposal":1733},"xlib","VK_KHR_xlib_surface",{"number":3007,"type":1947,"author":2626,"promotedto":2061,"provisional":1733,"depends":1964,"ratified":2085,"contact":2896,"extension":3008,"proposal":1733},326,"VK_KHR_zero_initialize_workgroup_memory",{"number":3010,"type":2067,"author":2524,"provisional":1733,"contact":2824,"extension":3011,"proposal":382},460,"VK_LUNARG_direct_driver_loading",{"number":3013,"type":1947,"author":3014,"provisional":1733,"depends":1964,"specialuse":2138,"contact":2394,"extension":3015,"proposal":1733},576,"MESA","VK_MESA_image_alignment_control",{"number":3017,"type":1947,"author":3018,"provisional":1733,"depends":1964,"contact":3019,"extension":3020,"proposal":382},531,"MSFT","Jesse Natalie @jenatali","VK_MSFT_layered_driver",{"number":3022,"type":2067,"author":3023,"deprecatedby":2347,"provisional":1733,"depends":2179,"platform":3024,"contact":2342,"extension":3025,"proposal":1733},123,"MVK","ios","VK_MVK_ios_surface",{"number":3027,"type":2067,"author":3023,"deprecatedby":2347,"provisional":1733,"depends":2179,"platform":3028,"contact":2342,"extension":3029,"proposal":1733},124,"macos","VK_MVK_macos_surface",{"number":3031,"type":2067,"author":3032,"provisional":1733,"depends":2179,"platform":3033,"contact":3034,"extension":3035,"proposal":1733},63,"NN","vi","Mathias Heyer gitlab:@mheyer","VK_NN_vi_surface",{"number":1839,"type":1947,"author":3037,"provisional":1733,"contact":3038,"extension":3039,"proposal":1733},"NVX","Eric Werness @ewerness-nv,Liam Middlebrook @liam-middlebrook","VK_NVX_binary_import",{"number":1843,"type":1947,"author":3037,"provisional":1733,"contact":3041,"extension":3042,"proposal":1733},"Eric Werness @ewerness-nv","VK_NVX_image_view_handle",{"number":3044,"type":1947,"author":3037,"provisional":1733,"depends":3045,"contact":2093,"extension":3046,"proposal":1733},98,"VK_KHR_multiview,VK_VERSION_1_1","VK_NVX_multiview_per_view_attributes",{"number":3048,"type":1947,"author":2073,"provisional":1733,"depends":2068,"platform":2240,"contact":3049,"extension":3050,"proposal":1733},346,"Jeff Juliano @jjuliano","VK_NV_acquire_winrt_display",{"number":3052,"type":1947,"author":2073,"provisional":1733,"contact":3041,"extension":3053,"proposal":1733},88,"VK_NV_clip_space_w_scaling",{"number":3055,"type":1947,"author":2073,"provisional":1733,"contact":3056,"extension":3057,"proposal":1733},560,"Lujin Wang @lujinwangnv","VK_NV_command_buffer_inheritance",{"number":3059,"type":1947,"author":2073,"promotedto":2651,"provisional":1733,"depends":1964,"contact":3060,"extension":3061,"proposal":1733},202,"Pat Brown @nvpbrown","VK_NV_compute_shader_derivatives",{"number":3063,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":2093,"extension":3064,"proposal":1733},250,"VK_NV_cooperative_matrix",{"number":3066,"type":1947,"author":2073,"provisional":1733,"depends":3067,"contact":2202,"extension":3068,"proposal":1733},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":3070,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":2410,"extension":3071,"proposal":1733},51,"VK_NV_corner_sampled_image",{"number":3073,"type":1947,"author":2073,"provisional":1733,"depends":3074,"contact":3075,"extension":3076,"proposal":1733},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":3078,"type":1947,"author":2073,"provisional":382,"contact":3079,"extension":3080,"proposal":1733},308,"Tristan Lorach @tlorach","VK_NV_cuda_kernel_launch",{"number":1827,"type":1947,"author":2073,"deprecatedby":2666,"provisional":1733,"contact":2093,"extension":3082,"proposal":1733},"VK_NV_dedicated_allocation",{"number":3084,"type":1947,"author":3085,"provisional":1733,"depends":3086,"contact":3087,"extension":3088,"proposal":1733},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":3090,"type":1947,"author":2073,"provisional":1733,"depends":2057,"contact":2099,"extension":3091,"proposal":1733},547,"VK_NV_descriptor_pool_overallocation",{"number":3093,"type":1947,"author":3085,"provisional":1733,"depends":1964,"contact":3087,"extension":3094,"proposal":1733},207,"VK_NV_device_diagnostic_checkpoints",{"number":3096,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3075,"extension":3097,"proposal":1733},301,"VK_NV_device_diagnostics_config",{"number":3099,"type":1947,"author":2073,"provisional":1733,"depends":3100,"contact":2337,"extension":3101,"proposal":1733},278,"(VK_VERSION_1_1+VK_KHR_buffer_device_address),VK_VERSION_1_2","VK_NV_device_generated_commands",{"number":3103,"type":1947,"author":2073,"provisional":1733,"depends":3101,"contact":2202,"extension":3104,"proposal":1733},429,"VK_NV_device_generated_commands_compute",{"number":3106,"type":1947,"author":2073,"provisional":382,"depends":2372,"platform":1950,"contact":3107,"extension":3108,"proposal":1733},398,"Christoph Kubisch @pixeljetstream, Eric Werness @ewerness-nv","VK_NV_displacement_micromap",{"number":3110,"type":1947,"author":2073,"provisional":1733,"contact":3111,"extension":3112,"proposal":1733},493,"Russell Chou @russellcnv","VK_NV_extended_sparse_address_space",{"number":3114,"type":1947,"author":2073,"deprecatedby":2718,"provisional":1733,"depends":3115,"contact":2075,"extension":3116,"proposal":1733},57,"VK_NV_external_memory_capabilities","VK_NV_external_memory",{"number":3118,"type":2067,"author":2073,"deprecatedby":2721,"provisional":1733,"contact":2075,"extension":3115,"proposal":1733},56,{"number":3120,"type":1947,"author":2073,"provisional":1733,"depends":2209,"contact":2992,"extension":3121,"proposal":1733},372,"VK_NV_external_memory_rdma",{"extension":3123,"proposal":1733},"VK_NV_external_memory_sci_buf",{"number":3125,"type":1947,"author":2073,"deprecatedby":2726,"provisional":1733,"depends":3116,"platform":2240,"contact":2075,"extension":3126,"proposal":1733},58,"VK_NV_external_memory_win32",{"extension":3128,"proposal":1733},"VK_NV_external_sci_sync",{"extension":3130,"proposal":1733},"VK_NV_external_sci_sync2",{"number":3132,"type":1947,"author":2073,"provisional":1733,"contact":2093,"extension":3133,"proposal":1733},154,"VK_NV_fill_rectangle",{"number":3135,"type":1947,"author":2073,"provisional":1733,"contact":2093,"extension":3136,"proposal":1733},150,"VK_NV_fragment_coverage_to_color",{"number":3138,"type":1947,"author":2073,"promotedto":2745,"provisional":1733,"depends":1964,"contact":3060,"extension":3139,"proposal":1733},204,"VK_NV_fragment_shader_barycentric",{"number":3141,"type":1947,"author":2073,"provisional":1733,"depends":2749,"contact":3060,"extension":3142,"proposal":1733},327,"VK_NV_fragment_shading_rate_enums",{"number":3144,"type":1947,"author":2073,"provisional":1733,"contact":2093,"extension":3145,"proposal":1733},153,"VK_NV_framebuffer_mixed_samples",{"number":3147,"type":1947,"author":2073,"provisional":1733,"contact":2410,"extension":3148,"proposal":1733},96,"VK_NV_geometry_shader_passthrough",{"number":1771,"type":1947,"author":2073,"deprecatedby":2609,"provisional":1733,"contact":2099,"extension":3150,"proposal":1733},"VK_NV_glsl_shader",{"number":3152,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3153,"extension":3154,"proposal":1733},279,"David Zhao Akeley @akeley98","VK_NV_inherited_viewport_scissor",{"number":3156,"type":1947,"author":3085,"provisional":1733,"depends":1964,"contact":3157,"extension":3158,"proposal":1733},431,"sourav parmar @souravpNV","VK_NV_linear_color_attachment",{"number":3160,"type":1947,"author":2073,"provisional":1733,"contact":3161,"extension":3162,"proposal":1733},311,"Charles Hansen @cshansen","VK_NV_low_latency",{"number":3164,"type":1947,"author":2073,"provisional":1733,"depends":3165,"contact":3161,"extension":3166,"proposal":1733},506,"VK_VERSION_1_2,VK_KHR_timeline_semaphore","VK_NV_low_latency2",{"number":3168,"type":1947,"author":2073,"provisional":1733,"depends":3067,"contact":2202,"extension":3169,"proposal":1733},428,"VK_NV_memory_decompression",{"number":3171,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":2337,"extension":3172,"proposal":1733},203,"VK_NV_mesh_shader",{"number":3174,"type":1947,"author":2073,"provisional":1733,"depends":3175,"contact":2992,"extension":3176,"proposal":1733},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":3178,"type":1947,"author":2073,"provisional":1733,"depends":2798,"contact":2099,"extension":3179,"proposal":1733},517,"VK_NV_per_stage_descriptor_set",{"number":3181,"type":1947,"author":2073,"provisional":1733,"depends":2239,"contact":3182,"extension":3183,"proposal":1733},293,"Liya Li @liyli","VK_NV_present_barrier",{"extension":3185,"proposal":1733},"VK_NV_private_vendor_info",{"number":3187,"type":1947,"author":2073,"provisional":1733,"contact":3188,"extension":3189,"proposal":1733},556,"Rodrigo Locatti @rlocatti","VK_NV_raw_access_chains",{"number":3191,"type":1947,"author":2073,"deprecatedby":2850,"provisional":1733,"depends":3192,"contact":3041,"extension":3193,"proposal":1733},166,"(VK_KHR_get_physical_device_properties2+VK_KHR_get_memory_requirements2),VK_VERSION_1_1","VK_NV_ray_tracing",{"number":3195,"type":1947,"author":2073,"provisional":1733,"depends":2850,"contact":3041,"extension":3196,"proposal":1733},491,"VK_NV_ray_tracing_invocation_reorder",{"number":3198,"type":1947,"author":2073,"provisional":1733,"depends":2850,"contact":2853,"extension":3199,"proposal":1733},328,"VK_NV_ray_tracing_motion_blur",{"number":3201,"type":1947,"author":2073,"provisional":1733,"contact":2202,"extension":3202,"proposal":382},569,"VK_NV_ray_tracing_validation",{"number":3204,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3075,"extension":3205,"proposal":1733},167,"VK_NV_representative_fragment_test",{"number":3207,"type":1947,"author":2073,"provisional":1733,"contact":2099,"extension":3208,"proposal":1733},95,"VK_NV_sample_mask_override_coverage",{"number":3210,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3060,"extension":3211,"proposal":1733},206,"VK_NV_scissor_exclusive",{"number":3213,"type":1947,"author":2073,"provisional":1733,"contact":2093,"extension":3214,"proposal":1733},564,"VK_NV_shader_atomic_float16_vector",{"number":3216,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3060,"extension":3217,"proposal":1733},205,"VK_NV_shader_image_footprint",{"number":3219,"type":1947,"author":2073,"provisional":1733,"depends":2057,"contact":2410,"extension":3220,"proposal":1733},155,"VK_NV_shader_sm_builtins",{"number":3222,"type":1947,"author":2073,"provisional":1733,"depends":2057,"contact":2093,"extension":3223,"proposal":1733},199,"VK_NV_shader_subgroup_partitioned",{"number":3225,"type":1947,"author":2073,"provisional":1733,"depends":1964,"contact":3060,"extension":3226,"proposal":1733},165,"VK_NV_shading_rate_image",{"number":3228,"type":1947,"author":2073,"provisional":1733,"contact":2410,"extension":3229,"proposal":1733},97,"VK_NV_viewport_array2",{"number":3231,"type":1947,"author":2073,"provisional":1733,"contact":2099,"extension":3232,"proposal":1733},99,"VK_NV_viewport_swizzle",{"number":3234,"type":1947,"author":2073,"promotedto":2993,"provisional":1733,"depends":3126,"platform":2240,"contact":2992,"extension":3235,"proposal":1733},59,"VK_NV_win32_keyed_mutex",{"number":3237,"type":1947,"author":2221,"provisional":1733,"depends":3238,"contact":2222,"extension":3239,"proposal":1733},522,"(VK_EXT_filter_cubic)+(VK_VERSION_1_2,VK_EXT_sampler_filter_minmax)","VK_QCOM_filter_cubic_clamp",{"number":3241,"type":1947,"author":2221,"provisional":1733,"depends":2223,"contact":2222,"extension":3242,"proposal":1733},520,"VK_QCOM_filter_cubic_weights",{"number":3244,"type":1947,"author":2221,"provisional":1733,"depends":3245,"contact":2222,"extension":3246,"proposal":1733},426,"(VK_KHR_get_physical_device_properties2,VK_VERSION_1_1)+VK_EXT_fragment_density_map","VK_QCOM_fragment_density_map_offset",{"number":3248,"type":1947,"author":2221,"provisional":1733,"depends":3249,"contact":2222,"extension":3250,"proposal":382},441,"VK_KHR_format_feature_flags2,VK_VERSION_1_3","VK_QCOM_image_processing",{"number":3252,"type":1947,"author":2221,"provisional":1733,"depends":3250,"contact":2222,"extension":3253,"proposal":1733},519,"VK_QCOM_image_processing2",{"number":3255,"type":1947,"author":2221,"provisional":1733,"contact":2222,"extension":3256,"proposal":1733},511,"VK_QCOM_multiview_per_view_render_areas",{"number":3258,"type":1947,"author":2221,"provisional":1733,"depends":1964,"contact":2222,"extension":3259,"proposal":1733},489,"VK_QCOM_multiview_per_view_viewports",{"number":3261,"type":1947,"author":2221,"provisional":1733,"contact":2222,"extension":3262,"proposal":1733},172,"VK_QCOM_render_pass_shader_resolve",{"number":3264,"type":1947,"author":2221,"provisional":1733,"contact":2222,"extension":3265,"proposal":1733},302,"VK_QCOM_render_pass_store_ops",{"number":3267,"type":1947,"author":2221,"provisional":1733,"contact":2222,"extension":3268,"proposal":1733},283,"VK_QCOM_render_pass_transform",{"number":3270,"type":1947,"author":2221,"provisional":1733,"depends":3271,"contact":2222,"extension":3272,"proposal":1733},334,"VK_KHR_copy_commands2,VK_VERSION_1_3","VK_QCOM_rotated_copy_commands",{"number":3274,"type":1947,"author":2221,"provisional":1733,"depends":1964,"contact":2222,"extension":3275,"proposal":382},485,"VK_QCOM_tile_properties",{"number":3277,"type":1947,"author":2221,"provisional":1733,"contact":2222,"extension":3278,"proposal":1733},521,"VK_QCOM_ycbcr_degamma",{"number":3280,"type":1947,"author":3281,"provisional":1733,"depends":2037,"platform":3282,"contact":3283,"extension":3284,"proposal":1733},530,"QNX","screen","Mike Gorchak @mgorchak-blackberry, Aaron Ruby @aruby-blackberry","VK_QNX_external_memory_screen_buffer",{"number":3286,"type":2067,"author":3281,"provisional":1733,"depends":2179,"platform":3282,"contact":3287,"extension":3288,"proposal":1733},379,"Mike Gorchak @mgorchak-blackberry","VK_QNX_screen_surface",{"number":3290,"type":1947,"author":3291,"provisional":1733,"depends":1964,"contact":2165,"extension":3292,"proposal":1733},486,"SEC","VK_SEC_amigo_profiling",{"number":3294,"type":1947,"author":3295,"provisional":1733,"depends":1964,"specialuse":2138,"contact":2394,"extension":3296,"proposal":1733},421,"VALVE","VK_VALVE_descriptor_set_host_mapping",{"number":3298,"type":1947,"author":3295,"promotedto":2359,"provisional":1733,"depends":2357,"specialuse":2138,"contact":2358,"extension":3299,"proposal":1733},352,"VK_VALVE_mutable_descriptor_type",1725732665021]