stbvox_get_quad_count function
- @Native<Int Function(Pointer<
stbvox_mesh_maker> , Int)>(ffi.Pointer<stbvox_mesh_maker>, ffi.Int)>()
- Pointer<
stbvox_mesh_maker> mm, - int mesh
Once you're done creating a mesh into a given buffer, consider the following functions:
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<stbvox_mesh_maker>, ffi.Int)>()
external int stbvox_get_quad_count(ffi.Pointer<stbvox_mesh_maker> mm, int mesh);