You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change log for March 20, 2026 Vulkan 1.4.347 spec update:
Github Issues
* Clarify the ordering of shader group handles written out for
vkGetRayTracingShaderGroupHandlesKHR and
vkGetRayTracingCaptureReplayShaderGroupHandlesKHR (public issue 1859).
Internal Issues
* Add consistency script check that a structure extending
VkPhysicalDeviceFeatures2 must also extend VkDeviceCreateInfo (internal
issue 1359).
* Rework descriptor and interface chapters to place descriptor heaps first
in reading order (internal issue 4011).
* Clean up discussion of format compatibility for VkImageViewCreateInfo
(internal issue 4507).
* Clarify that deprecated parameters are not used, but must be valid in
the <<legacy, Legacy appendix> introduction, and change the XML
`deprecated` tag value from 'ignored' to 'unused' accordingly (internal
issue 4725).
* Move non-sampling instructions from the <<textures, Sampling>> to the
<<images, Images>> chapter (internal MR 7650).
* Fix VkGraphicsPipelineCreateInfo to prevent forcing viewMask, since
there is no viewMask for fragment output (internal MR 8031).
* Update the <<legacy, Legacy appendix> introduction descriptions to
correspond to how such functionality is described in the generated
specification (internal MR 8102).
* Fix vkCmdBuildClusterAccelerationStructureIndirectNV VU for
dstAddressesArray and add a new related VU (internal MR 8104).
* Fix weight image sampling language for VK_QCOM_image_processing in the
<<textures-input, Sampling Operations>> and
<<textures-weightimage-sampler, Weight Sampler Parameters>> sections
(internal MR 8109).
* Require the attachmentFragmentShadingRate feature to be enabled to
create FSR images in VkImageViewCreateInfo (internal MR 8124).
* Describe VkShaderCreateInfoEXT::nextStage correctly as an application
choice, not an implementation option, by using `can` instead of `must`
(internal MR 8129).
New Extensions
* VK_KHR_device_fault
* VK_KHR_shader_abort
* VK_KHR_shader_constant_data
0 commit comments