aboutsummaryrefslogtreecommitdiff
path: root/host/vulkan/VkCommonOperations.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/vulkan/VkCommonOperations.h')
-rw-r--r--host/vulkan/VkCommonOperations.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/vulkan/VkCommonOperations.h b/host/vulkan/VkCommonOperations.h
index 9007ffb4..04035882 100644
--- a/host/vulkan/VkCommonOperations.h
+++ b/host/vulkan/VkCommonOperations.h
@@ -463,8 +463,7 @@ std::unique_ptr<VkImageCreateInfo> generateColorBufferVkImageCreateInfo(VkFormat
bool createVkColorBuffer(uint32_t width, uint32_t height, GLenum format,
FrameworkFormat frameworkFormat, uint32_t colorBufferHandle,
- bool vulkanOnly, uint32_t memoryProperty,
- VkImageLayout initLayout = VK_IMAGE_LAYOUT_UNDEFINED);
+ bool vulkanOnly, uint32_t memoryProperty);
bool teardownVkColorBuffer(uint32_t colorBufferHandle);