From effef8d4c4012f415c8cf869f9999232862009e2 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 4 Apr 2026 14:09:39 +1100 Subject: Fix CmdWriteTimpstamps bit forward, re-add 'no-unused*' compiler warnings --- src/timestamp_pool.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timestamp_pool.hh') diff --git a/src/timestamp_pool.hh b/src/timestamp_pool.hh index aad2e3e..038e9a4 100644 --- a/src/timestamp_pool.hh +++ b/src/timestamp_pool.hh @@ -124,7 +124,7 @@ class TimestampPool final { public: // Performs the Vulkan that sets up this command buffer for submission. - void write_command(const VkPipelineStageFlagBits2& bit) const; + void write_command(const VkPipelineStageFlagBits2 bit) const; public: // Attempts to get the time - optional if it's not available yet. -- cgit v1.2.3