stbvox_get_quad_count function

  1. @Native<Int Function(Pointer<stbvox_mesh_maker>, Int)>(ffi.Pointer<stbvox_mesh_maker>, ffi.Int)>()
int stbvox_get_quad_count(
  1. Pointer<stbvox_mesh_maker> mm,
  2. 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);