HIGHLIGHTS:
- VK: removed hard dependency on
VK_KHR_maintenance4
(fixed compatibility with MoltenVK) - VK: initialization polishing
- updated docs
BREAKING CHANGES:
Get[Buffer/Texture]MemoryDesc
renamed toGet[Buffer/Texture]MemoryDesc2
- returned back
Get[Buffer/Texture]MemoryDesc
functions accepting an object instead of its desc
DETAILS:
- Core:
Get[Buffer/Texture]MemoryDesc
renamed toGet[Buffer/Texture]MemoryDesc2
- Core: returned back
Get[Buffer/Texture]MemoryDesc
functions accepting an object instead of its desc - Core: added
isGetMemoryDesc2Supported
toDeviceDesc
- RayTracing:
GetAccelerationStructureMemoryDesc
renamed toGetAccelerationStructureMemoryDesc2
- RayTracing: added
GetAccelerationStructureMemoryDesc
- Helper/Streamer/Validation: switched to
GetMemoryDesc
under the hood to maximize compatibility