vulkan: Fix 3D texture creation #35
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "TheSpydog/Refresh:3dtextures"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The image type getting passed to imageCreateInfo was always VK_IMAGE_TYPE_2D, even for 3D textures. This fixes that bug, allowing Vulkan to successfully create 3D textures.