-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from ThreeOfTwelve/vulkan-update-v1.2.182
Update Vulkan to v1.2.182
- Loading branch information
Showing
42 changed files
with
4,471 additions
and
192 deletions.
There are no files selected for viewing
Submodule VulkanMemoryAllocator
updated
98 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: VulkanMemoryAllocator | ||
version: "0.5.1" | ||
version: "0.6" | ||
synopsis: Bindings to the VulkanMemoryAllocator library | ||
category: Graphics | ||
maintainer: Joe Hermaszewski <[email protected]> | ||
|
@@ -20,7 +20,7 @@ library: | |
src/lib.cpp | ||
dependencies: | ||
- base <5 | ||
- vulkan >= 3.6 && < 3.11 | ||
- vulkan >= 3.6 && < 3.12 | ||
- bytestring | ||
- transformers | ||
- vector | ||
|
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
Submodule Vulkan-Docs
updated
35 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: vulkan | ||
version: "3.10.4" | ||
version: "3.11" | ||
synopsis: Bindings to the Vulkan graphics API. | ||
category: Graphics | ||
maintainer: Joe Hermaszewski <[email protected]> | ||
|
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.