diff options
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. |
