From 82515f9d90ac149984013f0d64c1cab37b349b29 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:33:34 +1000 Subject: chore clang format + tidy --- src/render/render.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/render/render.h') diff --git a/src/render/render.h b/src/render/render.h index f0e9a64..313b14c 100644 --- a/src/render/render.h +++ b/src/render/render.h @@ -69,7 +69,6 @@ texture_handle texture_data_upload(texture_data data, bool free_on_upload); material pbr_material_load(char* albedo_path, char* normal_path, bool metal_roughness_combined, char* metallic_path, char* roughness_map, char* ao_map); - /** * @brief Creates buffers and returns a struct that holds handles to our resources * @@ -79,7 +78,7 @@ material pbr_material_load(char* albedo_path, char* normal_path, bool metal_roug * @return mesh */ mesh mesh_create(geometry_data* geometry, bool free_on_upload); -void mesh_delete(mesh* mesh); // TODO +void mesh_delete(mesh* mesh); // TODO void draw_mesh(mesh* mesh, mat4* model, camera* cam); -- cgit v1.2.3-70-g09d2