Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hacked buffer memory alignment for the iOS/tvOS simulator
When running in the iOS/tvOS simulator, constant buffer offsets must be aligned to 256 bytes. `vkGetBufferMemoryRequirements` is reporting the wrong alignement in this case. see: KhronosGroup/MoltenVK#1250
- Loading branch information