KhronosGroup / Vulkan-Docs

The Vulkan API Specification and related tools
Other
2.77k stars 465 forks source link

Missing note that VK_EXT_load_store_op_none was partially promoted to Vulkan 1.3 #2357

Closed spnda closed 4 months ago

spnda commented 5 months ago

The Appendix D does not list VK_EXT_load_store_op_none as being (partially) promoted, but Vulkan 1.3 added support for VK_ATTACHMENT_STORE_OP_NONE (just not VK_ATTACHMENT_LOAD_OP_NONE_EXT). Also, the extension document does not mention that it was (partially) promoted.

oddhack commented 4 months ago

It was promoted as part of VK_KHR_dynamic_rendering, not from the EXT.