Uh... Linting!
This commit is contained in:
@@ -256,7 +256,8 @@ void VulkanCommandProcessor::BeginFrame() {
|
|||||||
|
|
||||||
// TODO(benvanik): bigger batches.
|
// TODO(benvanik): bigger batches.
|
||||||
// TODO(DrChat): Decouple setup buffer from current batch.
|
// TODO(DrChat): Decouple setup buffer from current batch.
|
||||||
// Begin a new batch, and allocate and begin a command buffer and setup buffer.
|
// Begin a new batch, and allocate and begin a command buffer and setup
|
||||||
|
// buffer.
|
||||||
current_batch_fence_ = command_buffer_pool_->BeginBatch();
|
current_batch_fence_ = command_buffer_pool_->BeginBatch();
|
||||||
current_command_buffer_ = command_buffer_pool_->AcquireEntry();
|
current_command_buffer_ = command_buffer_pool_->AcquireEntry();
|
||||||
current_setup_buffer_ = command_buffer_pool_->AcquireEntry();
|
current_setup_buffer_ = command_buffer_pool_->AcquireEntry();
|
||||||
|
|||||||
Reference in New Issue
Block a user