aboutsummaryrefslogtreecommitdiff
path: root/src/timestamp_pool.hh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-31 00:05:03 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2026-03-31 00:05:03 +1100
commit89f4c0f59a90b1a4447d171bd09235126561af91 (patch)
tree4a7cfe1949ce71ee9ddaf7881efc12533287a554 /src/timestamp_pool.hh
parent18b77323841ba3853e6663757fd47ac3bb007eac (diff)
Small Handle refactor
Diffstat (limited to 'src/timestamp_pool.hh')
-rw-r--r--src/timestamp_pool.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timestamp_pool.hh b/src/timestamp_pool.hh
index bf3335d..aad2e3e 100644
--- a/src/timestamp_pool.hh
+++ b/src/timestamp_pool.hh
@@ -123,8 +123,8 @@ class TimestampPool final {
~Handle();
public:
- void setup_command_buffers(const Handle& tail,
- const QueueContext& queue_context) const;
+ // Performs the Vulkan that sets up this command buffer for submission.
+ void write_command(const VkPipelineStageFlagBits2& bit) const;
public:
// Attempts to get the time - optional if it's not available yet.