aboutsummaryrefslogtreecommitdiff
path: root/src/vulkan/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/pipeline.h')
-rw-r--r--src/vulkan/pipeline.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vulkan/pipeline.h b/src/vulkan/pipeline.h
index 3b71f2a..070b121 100644
--- a/src/vulkan/pipeline.h
+++ b/src/vulkan/pipeline.h
@@ -62,11 +62,6 @@ class Pipeline {
entry_points_[stage] = entry;
}
- // End recording command buffer if it is in recording state. This
- // method also submits commands in the command buffer and reset
- // the command buffer.
- Result ProcessCommands();
-
CommandBuffer* GetCommandBuffer() const { return command_.get(); }
Device* GetDevice() const { return device_; }