aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/frame_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/frame_buffer.h')
-rw-r--r--src/vulkan/frame_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/frame_buffer.h b/src/vulkan/frame_buffer.h
index 0999982..ed32d52 100644
--- a/src/vulkan/frame_buffer.h
+++ b/src/vulkan/frame_buffer.h
@@ -56,7 +56,7 @@ class FrameBuffer {
// Only record the command for copying the image that backs this
// framebuffer to the host accessible buffer. The actual submission
// of the command must be done later.
- Result CopyColorImagesToHost(CommandBuffer* command);
+ void CopyColorImagesToHost(CommandBuffer* command);
void CopyImagesToBuffers();