vulkan: fix wireframe validation error

This commit is contained in:
niki
2022-08-01 16:07:37 +02:00
parent 224b9e84f0
commit 98ebdd7871
4 changed files with 13 additions and 12 deletions
+1
View File
@@ -43,6 +43,7 @@ public:
static VkCullModeFlags getCullMode(CullMode);
static VkImageType getImageType(TextureType);
static VkImageViewType getImageViewType(TextureType);
static VkPolygonMode getPolygonMode(bool wireframe);
static void cmdTransitionImageLayout(
VkCommandBuffer, VkImage, VkImageLayout oldLayout, VkImageLayout newLayout,