package graphv_gles2_native_impl

  1. Overview
  2. Docs

Module Graphv_gles2_native_impl.UtilsSource

Sourcemodule Gl = Stubs
Sourceval debug : bool
Sourceval check_error : string -> unit
Sourceval dump_gl_error : 'a -> 'b -> ('a -> 'c) -> ('b -> 'c -> 'd, out_channel, unit) format -> 'd
Sourceval dump_shader_error : Gl.shader -> string -> unit
Sourceval dump_program_error : Gl.program -> string -> unit
Sourceval gen_buffers : unit -> int
Sourcemodule Shader : sig ... end
Sourceval create_shader : string -> string -> Shader.t option
Sourceval create_shaders : unit -> Shader.t option
Sourceval delete_shader : Shader.t -> unit