mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Uh... Linting!
This commit is contained in:
parent
366eeeaa60
commit
c5487371f9
|
|
@ -256,7 +256,8 @@ void VulkanCommandProcessor::BeginFrame() {
|
|||
|
||||
// TODO(benvanik): bigger batches.
|
||||
// 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_command_buffer_ = command_buffer_pool_->AcquireEntry();
|
||||
current_setup_buffer_ = command_buffer_pool_->AcquireEntry();
|
||||
|
|
|
|||
Loading…
Reference in a new issue