aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/scop.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/scop.h b/inc/scop.h
index 8ae9864..d6cf415 100644
--- a/inc/scop.h
+++ b/inc/scop.h
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/05/09 10:41:44 by charles #+# #+# */
-/* Updated: 2020/05/09 11:41:48 by charles ### ########.fr */
+/* Updated: 2020/05/10 21:18:15 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -23,7 +23,9 @@
typedef struct
{
float *vertices;
- unsigned int indices;
+ unsigned int *indices;
+ size_t vertices_len;
+ size_t indices_len;
} t_object;
/*