stb_compress_bc5_block function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<ffi.UnsignedChar>,
)
>()
external void stb_compress_bc5_block(
ffi.Pointer<ffi.UnsignedChar> dest,
ffi.Pointer<ffi.UnsignedChar> src_rg_two_byte_per_pixel,
);