stbvox_get_input_description function

  1. @Native<Pointer<stbvox_input_description> Function(Pointer<stbvox_mesh_maker> mm)>(ffi.Pointer<stbvox_mesh_maker>)>()
Pointer<stbvox_input_description> stbvox_get_input_description(
  1. Pointer<stbvox_mesh_maker> mm
)

Selects which mesh the mesher will output to (see previous function) if the input doesn't specify a per-voxel selector. (I doubt this is useful, but it's here just in case.)

Implementation

@ffi.Native<
  ffi.Pointer<stbvox_input_description> Function(ffi.Pointer<stbvox_mesh_maker>)
>()
external ffi.Pointer<stbvox_input_description> stbvox_get_input_description(
  ffi.Pointer<stbvox_mesh_maker> mm,
);