stb_compress_bc4_block function
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,
);