diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:09:39 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:09:39 +1100 |
| commit | effef8d4c4012f415c8cf869f9999232862009e2 (patch) | |
| tree | 7f41b9c3ee74f2cd1cfeee80e366802c84ce36a5 /src/timestamp_pool.hh | |
| parent | e5fb27bf76ea5f6e6bfd008ed3e976576306592b (diff) | |
Fix CmdWriteTimpstamps bit forward, re-add 'no-unused*' compiler warnings
Diffstat (limited to 'src/timestamp_pool.hh')
| -rw-r--r-- | src/timestamp_pool.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
