diff options
Diffstat (limited to 'src/device_context.hh')
| -rw-r--r-- | src/device_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_context.hh b/src/device_context.hh index ed2991b..df1b58d 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -53,7 +53,7 @@ class DeviceContext final : public Context { const bool was_low_latency_requested); void notify_present(const VkSwapchainKHR& swapchain, - const QueueContext::submissions_ptr_t& submissions); + std::unique_ptr<QueueContext::Submissions> submissions); }; }; // namespace low_latency |
