Merge: roberto -> main
This commit is contained in:
@@ -7,7 +7,6 @@ typedef void * mesh_t;
|
||||
typedef float * quat_t;
|
||||
typedef float * mat4_t;
|
||||
|
||||
typedef float narray_float_t[];
|
||||
typedef unsigned char narray_u8_t[];
|
||||
|
||||
enum
|
||||
@@ -23,7 +22,7 @@ int is_open_window(window_t window);
|
||||
|
||||
void close_window(window_t window);
|
||||
|
||||
mesh_t create_mesh(narray_float_t mesh);
|
||||
mesh_t create_mesh( float * d, float * n);
|
||||
|
||||
void destroy_mesh(mesh_t p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user