-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Metal] Fixed feature set validation for texture view swizzle in Meta…
…l backend. Function to create a MTLTexture view with component swizzling is available in macOS 10.15 and iOS 13.0, but it requires GPU family Metal3, which is only available in macOS 13.0 and iOS 16.0 or later. Also report loaded images in Testbed when verbose mode is enabled.
- Loading branch information
1 parent
a335b63
commit 8f600dc
Showing
3 changed files
with
51 additions
and
21 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