This commit is contained in:
ZY4N
2025-03-23 21:11:22 +01:00
parent 510398423a
commit c609d49f0d
49 changed files with 1412 additions and 924 deletions

View File

@@ -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();