diff options
Diffstat (limited to 'src/timestamp_pool.hh')
| -rw-r--r-- | src/timestamp_pool.hh | 4 |
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. |
