package graphv_gles2_native_impl

  1. Overview
  2. Docs
type t = {
  1. prog : int;
  2. frag : int;
  3. vert : int;
  4. locs : (string, int) Stdlib.Hashtbl.t;
}