msf_gif_begin function

int msf_gif_begin(
  1. StructPointer<MsfGifStateD> handle,
  2. int width,
  3. int height
)

See RaylibMsfGifFlatModule.msf_gif_begin.

Implementation

int msf_gif_begin(
  StructPointer<MsfGifStateD> handle,
  int width,
  int height,
) => _module.msf_gif_begin(handle, width, height);