stb_compress_dxt_block function
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
ffi.Int,
)
>()
external void stb_compress_dxt_block(
ffi.Pointer<ffi.UnsignedChar> dest,
ffi.Pointer<ffi.UnsignedChar> src_rgba_four_bytes_per_pixel,
int alpha,
int mode,
);