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 df1b58d..f94b84f 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -49,7 +49,7 @@ class DeviceContext final : public Context { // Updates the settings associated with that swapchain. If no swapchain // target is provided all swapchains are set to this value. void update_params(const std::optional<VkSwapchainKHR> target, - const std::chrono::milliseconds& present_delay, + const std::chrono::microseconds& present_delay, const bool was_low_latency_requested); void notify_present(const VkSwapchainKHR& swapchain, |
