Module Utils.Shader

type t = {
prog : int;
frag : int;
vert : int;
locs : (string, int) Stdlib.Hashtbl.t;
}