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

@@ -257,7 +257,7 @@ void viewer::dynamic_shader_program_loading::load_directory(
ztu::logger::debug(
"Linked (vertex: % geometry: % fragment: %) -> %",
vertex.id, geometry.id, fragment.id,
program_handle.program_id
program_handle.id
);