Skip to content

v1.160

Latest
Compare
Choose a tag to compare
@dzhdanNV dzhdanNV released this 09 Jan 04:36

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 to Get[Buffer/Texture]MemoryDesc2
  • returned back Get[Buffer/Texture]MemoryDesc functions accepting an object instead of its desc

DETAILS:

  • Core: Get[Buffer/Texture]MemoryDesc renamed to Get[Buffer/Texture]MemoryDesc2
  • Core: returned back Get[Buffer/Texture]MemoryDesc functions accepting an object instead of its desc
  • Core: added isGetMemoryDesc2Supported to DeviceDesc
  • RayTracing: GetAccelerationStructureMemoryDesc renamed to GetAccelerationStructureMemoryDesc2
  • RayTracing: added GetAccelerationStructureMemoryDesc
  • Helper/Streamer/Validation: switched to GetMemoryDesc under the hood to maximize compatibility