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 d5abc55..202726b 100644
--- a/src/vulkan/frame_buffer.h
+++ b/src/vulkan/frame_buffer.h
@@ -37,7 +37,7 @@ class FrameBuffer {
uint32_t height);
~FrameBuffer();
- Result Initialize(VkRenderPass render_pass, const Format& depth_format);
+ Result Initialize(VkRenderPass render_pass, const Format* depth_format);
void ChangeFrameToDrawLayout(CommandBuffer* command);
void ChangeFrameToProbeLayout(CommandBuffer* command);