package graphv_gles2_native

  1. Overview
  2. Docs

Module Graphv_gles2_native.ImageSource

Sourcetype image
Sourceval dummy : image
Sourceval from_color : t -> data:Color.t array -> width:int -> height:int -> flags:ImageFlags.t -> image option
Sourceval from_buffer : t -> data:data -> width:int -> height:int -> flags:ImageFlags.t -> image option
Sourceval update_image : t -> image:image -> data:data -> bool
Sourceval size : t -> image -> int * int