stb_compress_bc4_block function

  1. @Native<Void Function(Pointer<ma_uint8>, Pointer<ma_uint8>)>(ffi.Pointer<ffi.UnsignedChar>, ffi.Pointer<ffi.UnsignedChar>)>()
void stb_compress_bc4_block(
  1. Pointer<ma_uint8> dest,
  2. Pointer<ma_uint8> src_r_one_byte_per_pixel
)

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Pointer<ffi.UnsignedChar>,
    ffi.Pointer<ffi.UnsignedChar>,
  )
>()
external void stb_compress_bc4_block(
  ffi.Pointer<ffi.UnsignedChar> dest,
  ffi.Pointer<ffi.UnsignedChar> src_r_one_byte_per_pixel,
);