-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
28 changed files
with
306 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.