From 75f3941579c756655fc7d4d29e7b92b6eae436b7 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 3 Oct 2022 07:21:44 +0200 Subject: Indexed Rendering --- src/Binder.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Binder.hpp') diff --git a/src/Binder.hpp b/src/Binder.hpp index 721ec77..9108a65 100644 --- a/src/Binder.hpp +++ b/src/Binder.hpp @@ -32,6 +32,7 @@ private: static uint32_t unbind_vao(); static void store_in_attribute_list(uint32_t attribute, size_t size, float* data, size_t data_size); + static void store_indices(uint32_t* indices, size_t indices_size); }; } \ No newline at end of file -- cgit 1.4.1