aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/command_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/command_buffer.cc')
-rw-r--r--src/vulkan/command_buffer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vulkan/command_buffer.cc b/src/vulkan/command_buffer.cc
index 2843667..765ef94 100644
--- a/src/vulkan/command_buffer.cc
+++ b/src/vulkan/command_buffer.cc
@@ -108,7 +108,6 @@ Result CommandBuffer::SubmitAndReset(uint32_t timeout_ms) {
void CommandBuffer::Reset() {
if (guarded_) {
- device_->GetPtrs()->vkEndCommandBuffer(command_);
device_->GetPtrs()->vkResetCommandBuffer(command_, 0);
guarded_ = false;
}