From 89f4c0f59a90b1a4447d171bd09235126561af91 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 00:05:03 +1100 Subject: Small Handle refactor --- src/timestamp_pool.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/timestamp_pool.hh') 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. -- cgit v1.2.3