set_camera_model_matrix function

  1. @Native<Void Function(Pointer<Void>, Pointer<Float>)>(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Float>)>()
void set_camera_model_matrix(
  1. Pointer<Void> viewer,
  2. Pointer<Float> matrix
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Float>)>()
external void set_camera_model_matrix(
  ffi.Pointer<ffi.Void> viewer,
  ffi.Pointer<ffi.Float> matrix,
);