...
This commit is contained in:
@@ -120,9 +120,9 @@ std::optional<mesh_batch_renderer::id_type> mesh_batch_renderer::add(
|
||||
|
||||
ztu::logger::debug(
|
||||
"shaders: % % %",
|
||||
base_shader->program_id,
|
||||
point_shader->program_id,
|
||||
lit_shader->program_id
|
||||
base_shader->id,
|
||||
point_shader->id,
|
||||
lit_shader->id
|
||||
);
|
||||
|
||||
batch_index = m_batches.size();
|
||||
|
||||
Reference in New Issue
Block a user