summary refs log tree commit diff
path: root/src/Binder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Binder.hpp')
-rw-r--r--src/Binder.hpp1
1 files changed, 1 insertions, 0 deletions
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