mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
vulkan: fix wireframe validation error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user