Up
–
graphv_gles2_native_impl
»
Graphv_gles2_native_impl
»
Utils
» Shader
Module
Utils.Shader
type
t
=
{
prog : int;
frag : int;
vert : int;
locs :
(string, int)
Stdlib.Hashtbl.t
;
}