Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hgiMetal] Fixed texture resource storage mode
Restored the earlier behavior of allocating textures with MTLResourceStorageModePrivate. This is the preferred mode for best performance and compatibility across different Metal implementations. This regression had been introduced inadvertently as part of enabling imaging for Apple embedded systems. Fixes PixarAnimationStudios#3470 (Internal change: 2352441)
- Loading branch information