vulkan: Fix 3D texture creation #35

Merged
cosmonaut merged 1 commits from TheSpydog/Refresh:3dtextures into main 2023-01-24 00:13:26 +00:00

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.

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.
TheSpydog added 1 commit 2023-01-22 21:25:25 +00:00
continuous-integration/drone/pr Build is passing Details
d41088da89
vulkan: fix 3D texture creation
cosmonaut merged commit e3ab5fadf8 into main 2023-01-24 00:13:26 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MoonsideGames/Refresh#35
There is no content yet.