method canvas : Dom_html.canvasElement Js.t Js.readonly_propmethod drawingBufferWidth : sizei Js.readonly_propmethod drawingBufferHeight : sizei Js.readonly_prop
method getContextAttributes : contextAttributes Js.t Js.meth
method activeTexture : textureUnit -> unit Js.methmethod blendColor : clampf -> clampf -> clampf -> clampf -> unit Js.methmethod blendEquation : blendMode -> unit Js.methmethod blendEquationSeparate : blendMode -> blendMode -> unit Js.methmethod blendFunc : blendingFactor -> blendingFactor -> unit Js.methmethod blendFuncSeparate : blendingFactor -> blendingFactor -> blendingFactor -> blendingFactor -> unit Js.methmethod clearColor : clampf -> clampf -> clampf -> clampf -> unit Js.methmethod clearDepth : clampf -> unit Js.methmethod clearStencil : int -> unit Js.methmethod colorMask : bool Js.t -> bool Js.t -> bool Js.t -> bool Js.t -> unit Js.methmethod cullFace : cullFaceMode -> unit Js.methmethod depthFunc : depthFunction -> unit Js.methmethod depthMask : bool Js.t -> unit Js.methmethod depthRange : clampf -> clampf -> unit Js.methmethod disable : enableCap -> unit Js.methmethod enable : enableCap -> unit Js.methmethod frontFace : frontFaceDir -> unit Js.methmethod getParameter : a. 'a parameter -> 'a Js.methmethod getError : errorCode Js.methmethod hint : hintTarget -> hintMode -> unit Js.methmethod isEnabled : enableCap -> bool Js.t Js.methmethod lineWidth : float -> unit Js.methmethod pixelStorei : a. 'a pixelStoreParam -> 'a -> unit Js.methmethod polygonOffset : float -> float -> unit Js.methmethod sampleCoverage : clampf -> bool Js.t -> unit Js.methmethod stencilFunc : depthFunction -> int -> uint -> unit Js.methmethod stencilFuncSeparate : cullFaceMode -> depthFunction -> int -> uint -> unit Js.methmethod stencilMask : uint -> unit Js.methmethod stencilMaskSeparate : cullFaceMode -> uint -> unit Js.methmethod stencilOp : stencilOp -> stencilOp -> stencilOp -> unit Js.methmethod stencilOpSeparate : cullFaceMode -> stencilOp -> stencilOp -> stencilOp -> unit Js.meth
method scissor : int -> int -> sizei -> sizei -> unit Js.methmethod viewport : int -> int -> sizei -> sizei -> unit Js.meth
method bindBuffer : bufferTarget -> buffer Js.t -> unit Js.methmethod bindBuffer_ : bufferTarget -> buffer Js.t Js.opt -> unit Js.methmethod bufferData_create : bufferTarget -> sizeiptr -> bufferUsage -> unit Js.methmethod bufferData : bufferTarget -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> bufferUsage -> unit Js.methmethod bufferData_raw : bufferTarget -> Typed_array.arrayBuffer Js.t -> bufferUsage -> unit Js.methmethod bufferSubData : bufferTarget -> intptr -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.methmethod bufferSubData_raw : bufferTarget -> intptr -> Typed_array.arrayBuffer Js.t -> unit Js.methmethod createBuffer : buffer Js.t Js.methmethod deleteBuffer : buffer Js.t -> unit Js.methmethod getBufferParameter : a. bufferTarget -> 'a bufferParameter -> 'a Js.methmethod isBuffer : buffer Js.t -> bool Js.t Js.meth
method bindFramebuffer : fbTarget -> framebuffer Js.t -> unit Js.methmethod bindFramebuffer_ : fbTarget -> framebuffer Js.t Js.opt -> unit Js.methmethod checkFramebufferStatus : fbTarget -> framebufferStatus Js.methmethod createFramebuffer : framebuffer Js.t Js.methmethod deleteFramebuffer : framebuffer Js.t -> unit Js.methmethod framebufferRenderbuffer : fbTarget -> attachmentPoint -> rbTarget -> renderbuffer Js.t -> unit Js.methmethod framebufferTexture2D : fbTarget -> attachmentPoint -> texTarget -> texture Js.t -> int -> unit Js.methmethod getFramebufferAttachmentParameter : a. fbTarget -> attachmentPoint -> 'a attachParam -> 'a Js.methmethod isFramebuffer : framebuffer Js.t -> bool Js.t Js.meth
method bindRenderbuffer : rbTarget -> renderbuffer Js.t -> unit Js.methmethod bindRenderbuffer_ : rbTarget -> renderbuffer Js.t Js.opt -> unit Js.methmethod createRenderbuffer : renderbuffer Js.t Js.methmethod deleteRenderbuffer : renderbuffer Js.t -> unit Js.methmethod getRenderbufferParameter : a. rbTarget -> 'a renderbufferParam -> 'a Js.methmethod isRenderbuffer : renderbuffer Js.t -> bool Js.t Js.methmethod renderbufferStorage : rbTarget -> format -> sizei -> sizei -> unit Js.meth
method bindTexture : texTarget -> texture Js.t -> unit Js.methmethod bindTexture_ : texTarget -> texture Js.t Js.opt -> unit Js.methmethod compressedTexImage2D : texTarget -> int -> pixelFormat -> sizei -> sizei -> int -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.methmethod compressedTexSubImage2D : texTarget -> int -> int -> int -> sizei -> sizei -> pixelFormat -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.methmethod copyTexImage2D : texTarget -> int -> pixelFormat -> int -> int -> sizei -> sizei -> int -> unit Js.methmethod copyTexSubImage2D : texTarget -> int -> int -> int -> int -> int -> sizei -> sizei -> unit Js.methmethod createTexture : texture Js.t Js.methmethod deleteTexture : texture Js.t -> unit Js.methmethod generateMipmap : texTarget -> unit Js.methmethod getTexParameter : texTarget -> 'a texParam -> 'a Js.methmethod isTexture : texture Js.t -> bool Js.t Js.methmethod texImage2D_new : texTarget -> int -> pixelFormat -> sizei -> sizei -> int -> pixelFormat -> pixelType -> void Js.opt -> unit Js.methmethod texImage2D_fromView : texTarget -> int -> pixelFormat -> sizei -> sizei -> int -> pixelFormat -> pixelType -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.methmethod texImage2D_fromImageData : texTarget -> int -> pixelFormat -> pixelFormat -> pixelType -> Dom_html.imageData Js.t -> unit Js.methmethod texImage2D_fromImage : texTarget -> int -> pixelFormat -> pixelFormat -> pixelType -> Dom_html.imageElement Js.t -> unit Js.methmethod texImage2D_fromCanvas : texTarget -> int -> pixelFormat -> pixelFormat -> pixelType -> Dom_html.canvasElement Js.t -> unit Js.methmethod texImage2D_fromVideo : texTarget -> int -> pixelFormat -> pixelFormat -> pixelType -> Dom_html.videoElement Js.t -> unit Js.methmethod texParameteri : texTarget -> 'a texParam -> 'a -> unit Js.methmethod texSubImage2D_fromView : texTarget -> int -> int -> int -> sizei -> sizei -> pixelFormat -> pixelType -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.methmethod texSubImage2D_fromImageData : texTarget -> int -> int -> int -> pixelFormat -> pixelType -> Dom_html.imageData Js.t -> unit Js.methmethod texSubImage2D_fromImage : texTarget -> int -> int -> int -> pixelFormat -> pixelType -> Dom_html.imageElement Js.t -> unit Js.methmethod texSubImage2D_fromCanvas : texTarget -> int -> int -> int -> pixelFormat -> pixelType -> Dom_html.canvasElement Js.t -> unit Js.methmethod texSubImage2D_fromVideo : texTarget -> int -> int -> int -> pixelFormat -> pixelType -> Dom_html.videoElement Js.t -> unit Js.meth
method attachShader : program Js.t -> shader Js.t -> unit Js.methmethod bindAttribLocation : program Js.t -> uint -> Js.js_string Js.t -> unit Js.methmethod compileShader : shader Js.t -> unit Js.methmethod createProgram : program Js.t Js.methmethod createShader : shaderType -> shader Js.t Js.methmethod deleteProgram : program Js.t -> unit Js.methmethod deleteShader : shader Js.t -> unit Js.methmethod detachShader : program Js.t -> shader Js.t -> unit Js.methmethod getAttachedShaders : program Js.t -> shader Js.t Js.js_array Js.t Js.methmethod getProgramParameter : a. program Js.t -> 'a programParam -> 'a Js.methmethod getProgramInfoLog : program Js.t -> Js.js_string Js.t Js.methmethod getShaderParameter : a. shader Js.t -> 'a shaderParam -> 'a Js.methmethod getShaderPrecisionFormat : shaderType -> shaderPrecisionType -> shaderPrecisionFormat Js.t Js.methmethod getShaderInfoLog : shader Js.t -> Js.js_string Js.t Js.methmethod getShaderSource : shader Js.t -> Js.js_string Js.t Js.methmethod isProgram : program Js.t -> bool Js.t Js.methmethod isShader : shader Js.t -> bool Js.t Js.methmethod linkProgram : program Js.t -> unit Js.methmethod shaderSource : shader Js.t -> Js.js_string Js.t -> unit Js.methmethod useProgram : program Js.t -> unit Js.methmethod validateProgram : program Js.t -> unit Js.meth
method disableVertexAttribArray : uint -> unit Js.methmethod enableVertexAttribArray : uint -> unit Js.methmethod getActiveAttrib : program Js.t -> uint -> activeInfo Js.t Js.methmethod getActiveUniform : program Js.t -> uint -> activeInfo Js.t Js.methmethod getAttribLocation : program Js.t -> Js.js_string Js.t -> int Js.methmethod getUniform : a b. program Js.t -> 'a uniformLocation Js.t -> 'b Js.methmethod getUniformLocation : a. program Js.t -> Js.js_string Js.t -> 'a uniformLocation Js.t Js.methmethod getVertexAttrib : a. uint -> 'a vertexAttribParam -> 'a Js.methmethod getVertexAttribOffset : uint -> vertexAttribPointerParam -> sizeiptr Js.methmethod uniform1f : float uniformLocation Js.t -> float -> unit Js.methmethod uniform1fv_typed : float uniformLocation Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniform1fv : float uniformLocation Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniform1i : int uniformLocation Js.t -> int -> unit Js.methmethod uniform1iv_typed : int uniformLocation Js.t -> Typed_array.int32Array Js.t -> unit Js.methmethod uniform1iv : int uniformLocation Js.t -> int Js.js_array Js.t -> unit Js.methmethod uniform2f : [ `vec2 ] uniformLocation Js.t -> float -> float -> unit Js.methmethod uniform2fv_typed : [ `vec2 ] uniformLocation Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniform2fv : [ `vec2 ] uniformLocation Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniform2i : [ `ivec2 ] uniformLocation Js.t -> int -> int -> unit Js.methmethod uniform2iv : [ `ivec2 ] uniformLocation Js.t -> int Js.js_array Js.t -> unit Js.methmethod uniform2iv_typed : [ `ivec2 ] uniformLocation Js.t -> Typed_array.int32Array Js.t -> unit Js.methmethod uniform3f : [ `vec3 ] uniformLocation Js.t -> float -> float -> float -> unit Js.methmethod uniform3fv_typed : [ `vec3 ] uniformLocation Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniform3fv : [ `vec3 ] uniformLocation Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniform3i : [ `ivec3 ] uniformLocation Js.t -> int -> int -> int -> unit Js.methmethod uniform3iv : [ `ivec3 ] uniformLocation Js.t -> int Js.js_array Js.t -> unit Js.methmethod uniform3iv_typed : [ `ivec3 ] uniformLocation Js.t -> Typed_array.int32Array Js.t -> unit Js.methmethod uniform4f : [ `vec4 ] uniformLocation Js.t -> float -> float -> float -> float -> unit Js.methmethod uniform4fv_typed : [ `vec4 ] uniformLocation Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniform4fv : [ `vec4 ] uniformLocation Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniform4i : [ `ivec4 ] uniformLocation Js.t -> int -> int -> int -> int -> unit Js.methmethod uniform4iv : [ `ivec4 ] uniformLocation Js.t -> int Js.js_array Js.t -> unit Js.methmethod uniform4iv_typed : [ `ivec4 ] uniformLocation Js.t -> Typed_array.int32Array Js.t -> unit Js.methmethod uniformMatrix2fv : [ `mat2 ] uniformLocation Js.t -> bool Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniformMatrix2fv_typed : [ `mat2 ] uniformLocation Js.t -> bool Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniformMatrix3fv : [ `mat3 ] uniformLocation Js.t -> bool Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniformMatrix3fv_typed : [ `mat3 ] uniformLocation Js.t -> bool Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod uniformMatrix4fv : [ `mat4 ] uniformLocation Js.t -> bool Js.t -> float Js.js_array Js.t -> unit Js.methmethod uniformMatrix4fv_typed : [ `mat4 ] uniformLocation Js.t -> bool Js.t -> Typed_array.float32Array Js.t -> unit Js.methmethod vertexAttrib1f : uint -> float -> unit Js.methmethod vertexAttrib1fv : uint -> float Js.js_array Js.t -> unit Js.methmethod vertexAttrib1fv_typed : uint -> Typed_array.float32Array Js.t -> unit Js.methmethod vertexAttrib2f : uint -> float -> float -> unit Js.methmethod vertexAttrib2fv : uint -> float Js.js_array Js.t -> unit Js.methmethod vertexAttrib2fv_typed : uint -> Typed_array.float32Array Js.t -> unit Js.methmethod vertexAttrib3f : uint -> float -> float -> float -> unit Js.methmethod vertexAttrib3fv : uint -> float Js.js_array Js.t -> unit Js.methmethod vertexAttrib3fv_typed : uint -> Typed_array.float32Array Js.t -> unit Js.methmethod vertexAttrib4f : uint -> float -> float -> float -> float -> unit Js.methmethod vertexAttrib4fv : uint -> float Js.js_array Js.t -> unit Js.methmethod vertexAttrib4fv_typed : uint -> Typed_array.float32Array Js.t -> unit Js.methmethod vertexAttribPointer : uint -> int -> dataType -> bool Js.t -> sizei -> intptr -> unit Js.meth
method clear : clearBufferMask -> unit Js.methmethod drawArrays : beginMode -> int -> sizei -> unit Js.methmethod drawElements : beginMode -> sizei -> dataType -> intptr -> unit Js.methmethod finish : unit Js.methmethod flush : unit Js.meth
method readPixels : int -> int -> sizei -> sizei -> pixelFormat -> pixelType -> Js_of_ocaml__.Typed_array.#arrayBufferView Js.t -> unit Js.meth
method isContextLost : bool Js.t Js.meth
method getSupportedExtensions : Js.js_string Js.t Js.js_array Js.t Js.methmethod getExtension : a. Js.js_string Js.t -> 'a Js.t Js.opt Js.meth
method _DEPTH_BUFFER_BIT_ : clearBufferMask Js.readonly_propmethod _STENCIL_BUFFER_BIT_ : clearBufferMask Js.readonly_propmethod _COLOR_BUFFER_BIT_ : clearBufferMask Js.readonly_propmethod _POINTS : beginMode Js.readonly_propmethod _LINES : beginMode Js.readonly_propmethod _LINE_LOOP_ : beginMode Js.readonly_propmethod _LINE_STRIP_ : beginMode Js.readonly_propmethod _TRIANGLES : beginMode Js.readonly_propmethod _TRIANGLE_STRIP_ : beginMode Js.readonly_propmethod _TRIANGLE_FAN_ : beginMode Js.readonly_propmethod _ZERO : blendingFactor Js.readonly_propmethod _ONE : blendingFactor Js.readonly_propmethod _SRC_COLOR_ : blendingFactor Js.readonly_propmethod _ONE_MINUS_SRC_COLOR_ : blendingFactor Js.readonly_propmethod _SRC_ALPHA_ : blendingFactor Js.readonly_propmethod _ONE_MINUS_SRC_ALPHA_ : blendingFactor Js.readonly_propmethod _DST_ALPHA_ : blendingFactor Js.readonly_propmethod _ONE_MINUS_DST_ALPHA_ : blendingFactor Js.readonly_propmethod _DST_COLOR_ : blendingFactor Js.readonly_propmethod _ONE_MINUS_DST_COLOR_ : blendingFactor Js.readonly_propmethod _SRC_ALPHA_SATURATE_ : blendingFactor Js.readonly_propmethod _FUNC_ADD_ : blendMode Js.readonly_propmethod _FUNC_SUBTRACT_ : blendMode Js.readonly_propmethod _FUNC_REVERSE_SUBTRACT_ : blendMode Js.readonly_propmethod _CONSTANT_COLOR_ : blendMode Js.readonly_propmethod _ONE_MINUS_CONSTANT_COLOR_ : blendMode Js.readonly_propmethod _CONSTANT_ALPHA_ : blendMode Js.readonly_propmethod _ONE_MINUS_CONSTANT_ALPHA_ : blendMode Js.readonly_propmethod _ARRAY_BUFFER_ : bufferTarget Js.readonly_propmethod _ELEMENT_ARRAY_BUFFER_ : bufferTarget Js.readonly_propmethod _STREAM_DRAW_ : bufferUsage Js.readonly_propmethod _STATIC_DRAW_ : bufferUsage Js.readonly_propmethod _DYNAMIC_DRAW_ : bufferUsage Js.readonly_propmethod _FRONT : cullFaceMode Js.readonly_propmethod _BACK : cullFaceMode Js.readonly_propmethod _FRONT_AND_BACK_ : cullFaceMode Js.readonly_propmethod _CULL_FACE_ : enableCap Js.readonly_propmethod _BLEND : enableCap Js.readonly_propmethod _DITHER : enableCap Js.readonly_propmethod _STENCIL_TEST_ : enableCap Js.readonly_propmethod _DEPTH_TEST_ : enableCap Js.readonly_propmethod _SCISSOR_TEST_ : enableCap Js.readonly_propmethod _POLYGON_OFFSET_FILL_ : enableCap Js.readonly_propmethod _SAMPLE_ALPHA_TO_COVERAGE_ : enableCap Js.readonly_propmethod _SAMPLE_COVERAGE_ : enableCap Js.readonly_propmethod _NO_ERROR_ : errorCode Js.readonly_propmethod _INVALID_ENUM_ : errorCode Js.readonly_propmethod _INVALID_VALUE_ : errorCode Js.readonly_propmethod _INVALID_OPERATION_ : errorCode Js.readonly_propmethod _OUT_OF_MEMORY_ : errorCode Js.readonly_propmethod _CONTEXT_LOST_WEBGL_ : errorCode Js.readonly_propmethod _INVALID_FRAMEBUFFER_OPERATION_ : errorCode Js.readonly_propmethod _CW : frontFaceDir Js.readonly_propmethod _CCW : frontFaceDir Js.readonly_propmethod _DONT_CARE_ : hintMode Js.readonly_propmethod _FASTEST : hintMode Js.readonly_propmethod _NICEST : hintMode Js.readonly_propmethod _GENERATE_MIPMAP_HINT_ : hintTarget Js.readonly_propmethod _BLEND_EQUATION_ : blendMode parameter Js.readonly_propmethod _BLEND_EQUATION_RGB_ : blendMode parameter Js.readonly_propmethod _BLEND_EQUATION_ALPHA_ : blendMode parameter Js.readonly_propmethod _BLEND_DST_RGB_ : blendingFactor parameter Js.readonly_propmethod _BLEND_SRC_RGB_ : blendingFactor parameter Js.readonly_propmethod _BLEND_DST_ALPHA_ : blendingFactor parameter Js.readonly_propmethod _BLEND_SRC_ALPHA_ : blendingFactor parameter Js.readonly_propmethod _BLEND_COLOR_ : Typed_array.float32Array Js.t parameter Js.readonly_propmethod _ARRAY_BUFFER_BINDING_ : buffer Js.t Js.opt parameter Js.readonly_propmethod _ELEMENT_ARRAY_BUFFER_BINDING_ : buffer Js.t Js.opt parameter Js.readonly_propmethod _CULL_FACE_PARAM : bool Js.t parameter Js.readonly_propmethod _BLEND_PARAM : bool Js.t parameter Js.readonly_propmethod _DITHER_PARAM : bool Js.t parameter Js.readonly_propmethod _STENCIL_TEST_PARAM : bool Js.t parameter Js.readonly_propmethod _DEPTH_TEST_PARAM : bool Js.t parameter Js.readonly_propmethod _SCISSOR_TEST_PARAM : bool Js.t parameter Js.readonly_propmethod _POLYGON_OFFSET_FILL_PARAM : bool Js.t parameter Js.readonly_propmethod _LINE_WIDTH_ : float parameter Js.readonly_propmethod _ALIASED_POINT_SIZE_RANGE_ : Typed_array.float32Array Js.t parameter Js.readonly_propmethod _ALIASED_LINE_WIDTH_RANGE_ : Typed_array.float32Array Js.t parameter Js.readonly_propmethod _CULL_FACE_MODE_ : cullFaceMode parameter Js.readonly_propmethod _FRONT_FACE_ : frontFaceDir parameter Js.readonly_propmethod _DEPTH_RANGE_ : Typed_array.float32Array Js.t parameter Js.readonly_propmethod _DEPTH_WRITEMASK_ : bool Js.t parameter Js.readonly_propmethod _DEPTH_CLEAR_VALUE_ : float parameter Js.readonly_propmethod _DEPTH_FUNC_ : depthFunction parameter Js.readonly_propmethod _STENCIL_CLEAR_VALUE_ : int parameter Js.readonly_propmethod _STENCIL_FUNC_ : int parameter Js.readonly_propmethod _STENCIL_FAIL_ : int parameter Js.readonly_propmethod _STENCIL_PASS_DEPTH_FAIL_ : int parameter Js.readonly_propmethod _STENCIL_PASS_DEPTH_PASS_ : int parameter Js.readonly_propmethod _STENCIL_REF_ : int parameter Js.readonly_propmethod _STENCIL_VALUE_MASK_ : int parameter Js.readonly_propmethod _STENCIL_WRITEMASK_ : int parameter Js.readonly_propmethod _STENCIL_BACK_FUNC_ : int parameter Js.readonly_propmethod _STENCIL_BACK_FAIL_ : int parameter Js.readonly_propmethod _STENCIL_BACK_PASS_DEPTH_FAIL_ : int parameter Js.readonly_propmethod _STENCIL_BACK_PASS_DEPTH_PASS_ : int parameter Js.readonly_propmethod _STENCIL_BACK_REF_ : int parameter Js.readonly_propmethod _STENCIL_BACK_VALUE_MASK_ : int parameter Js.readonly_propmethod _STENCIL_BACK_WRITEMASK_ : int parameter Js.readonly_propmethod _VIEWPORT : Typed_array.int32Array Js.t parameter Js.readonly_propmethod _SCISSOR_BOX_ : Typed_array.int32Array Js.t parameter Js.readonly_propmethod _COLOR_CLEAR_VALUE_ : Typed_array.float32Array Js.t parameter Js.readonly_propmethod _COLOR_WRITEMASK_ : bool Js.t Js.js_array Js.t parameter Js.readonly_propmethod _UNPACK_ALIGNMENT_PARAM : int parameter Js.readonly_propmethod _PACK_ALIGNMENT_ : int parameter Js.readonly_propmethod _MAX_TEXTURE_SIZE_ : int parameter Js.readonly_propmethod _MAX_VIEWPORT_DIMS_ : Typed_array.int32Array Js.t parameter Js.readonly_propmethod _SUBPIXEL_BITS_ : int parameter Js.readonly_propmethod _RED_BITS_ : int parameter Js.readonly_propmethod _GREEN_BITS_ : int parameter Js.readonly_propmethod _BLUE_BITS_ : int parameter Js.readonly_propmethod _ALPHA_BITS_ : int parameter Js.readonly_propmethod _DEPTH_BITS_ : int parameter Js.readonly_propmethod _STENCIL_BITS_ : int parameter Js.readonly_propmethod _POLYGON_OFFSET_UNITS_ : float parameter Js.readonly_propmethod _POLYGON_OFFSET_FACTOR_ : float parameter Js.readonly_propmethod _TEXTURE_BINDING_2D_ : texture Js.t Js.opt parameter Js.readonly_propmethod _TEXTURE_BINDING_CUBE_MAP_ : texture Js.t Js.opt parameter Js.readonly_propmethod _SAMPLE_BUFFERS_ : int parameter Js.readonly_propmethod _SAMPLES_ : int parameter Js.readonly_propmethod _SAMPLE_COVERAGE_VALUE_ : float parameter Js.readonly_propmethod _SAMPLE_COVERAGE_INVERT_ : bool Js.t parameter Js.readonly_propmethod _NUM_COMPRESSED_TEXTURE_FORMATS_ : int parameter Js.readonly_propmethod _COMPRESSED_TEXTURE_FORMATS_ : Typed_array.uint32Array Js.t parameter Js.readonly_propmethod _GENERATE_MIPMAP_HINT_PARAM_ : hintMode parameter Js.readonly_propmethod _BUFFER_SIZE_ : int bufferParameter Js.readonly_propmethod _BUFFER_USAGE_ : bufferUsage bufferParameter Js.readonly_propmethod _BYTE : dataType Js.readonly_propmethod _UNSIGNED_BYTE_DT : dataType Js.readonly_propmethod _SHORT : dataType Js.readonly_propmethod _UNSIGNED_SHORT_ : dataType Js.readonly_propmethod _INT : dataType Js.readonly_propmethod _UNSIGNED_INT_ : dataType Js.readonly_propmethod _FLOAT : dataType Js.readonly_propmethod _UNSIGNED_BYTE_ : pixelType Js.readonly_propmethod _UNSIGNED_SHORT_4_4_4_4_ : pixelType Js.readonly_propmethod _UNSIGNED_SHORT_5_5_5_1_ : pixelType Js.readonly_propmethod _UNSIGNED_SHORT_5_6_5_ : pixelType Js.readonly_propmethod _ALPHA : pixelFormat Js.readonly_propmethod _RGB : pixelFormat Js.readonly_propmethod _RGBA : pixelFormat Js.readonly_propmethod _LUMINANCE : pixelFormat Js.readonly_propmethod _LUMINANCE_ALPHA_ : pixelFormat Js.readonly_propmethod _STENCIL_INDEX_ : pixelFormat Js.readonly_propmethod _DEPTH_STENCIL_ : pixelFormat Js.readonly_propmethod _DEPTH_COMPONENT_ : pixelFormat Js.readonly_propmethod _FRAGMENT_SHADER_ : shaderType Js.readonly_propmethod _VERTEX_SHADER_ : shaderType Js.readonly_propmethod _MAX_VERTEX_ATTRIBS_ : int parameter Js.readonly_propmethod _MAX_VERTEX_UNIFORM_VECTORS_ : int parameter Js.readonly_propmethod _MAX_VARYING_VECTORS_ : int parameter Js.readonly_propmethod _MAX_COMBINED_TEXTURE_IMAGE_UNITS_ : int parameter Js.readonly_propmethod _MAX_VERTEX_TEXTURE_IMAGE_UNITS_ : int parameter Js.readonly_propmethod _MAX_TEXTURE_IMAGE_UNITS_ : int parameter Js.readonly_propmethod _MAX_FRAGMENT_UNIFORM_VECTORS_ : int parameter Js.readonly_propmethod _SHADER_TYPE_ : shaderType shaderParam Js.readonly_propmethod _DELETE_STATUS_ : bool Js.t shaderParam Js.readonly_propmethod _COMPILE_STATUS_ : bool Js.t shaderParam Js.readonly_propmethod _DELETE_STATUS_PROG : bool Js.t programParam Js.readonly_propmethod _LINK_STATUS_ : bool Js.t programParam Js.readonly_propmethod _VALIDATE_STATUS_ : bool Js.t programParam Js.readonly_propmethod _ATTACHED_SHADERS_ : int programParam Js.readonly_propmethod _ACTIVE_UNIFORMS_ : int programParam Js.readonly_propmethod _ACTIVE_ATTRIBUTES_ : int programParam Js.readonly_propmethod _SHADING_LANGUAGE_VERSION_ : Js.js_string Js.t parameter Js.readonly_propmethod _CURRENT_PROGRAM_ : program Js.t Js.opt parameter Js.readonly_propmethod _VENDOR : Js.js_string Js.t parameter Js.readonly_propmethod _RENDERER : Js.js_string Js.t parameter Js.readonly_propmethod _VERSION : Js.js_string Js.t parameter Js.readonly_propmethod _MAX_CUBE_MAP_TEXTURE_SIZE_ : int parameter Js.readonly_propmethod _ACTIVE_TEXTURE_ : textureUnit parameter Js.readonly_propmethod _FRAMEBUFFER_BINDING_ : framebuffer Js.t Js.opt parameter Js.readonly_propmethod _RENDERBUFFER_BINDING_ : renderbuffer Js.t Js.opt parameter Js.readonly_propmethod _MAX_RENDERBUFFER_SIZE : int parameter Js.readonly_propmethod _NEVER : depthFunction Js.readonly_propmethod _LESS : depthFunction Js.readonly_propmethod _EQUAL : depthFunction Js.readonly_propmethod _LEQUAL : depthFunction Js.readonly_propmethod _GREATER : depthFunction Js.readonly_propmethod _NOTEQUAL : depthFunction Js.readonly_propmethod _GEQUAL : depthFunction Js.readonly_propmethod _ALWAYS : depthFunction Js.readonly_propmethod _KEEP : stencilOp Js.readonly_propmethod _REPLACE : stencilOp Js.readonly_propmethod _INCR : stencilOp Js.readonly_propmethod _DECR : stencilOp Js.readonly_propmethod _INVERT : stencilOp Js.readonly_propmethod _INCR_WRAP_ : stencilOp Js.readonly_propmethod _DECR_WRAP_ : stencilOp Js.readonly_propmethod _ZERO_ : stencilOp Js.readonly_propmethod _NEAREST : texFilter Js.readonly_propmethod _LINEAR : texFilter Js.readonly_propmethod _NEAREST_MIPMAP_NEAREST_ : texFilter Js.readonly_propmethod _LINEAR_MIPMAP_NEAREST_ : texFilter Js.readonly_propmethod _NEAREST_MIPMAP_LINEAR_ : texFilter Js.readonly_propmethod _LINEAR_MIPMAP_LINEAR_ : texFilter Js.readonly_propmethod _TEXTURE_MAG_FILTER_ : texFilter texParam Js.readonly_propmethod _TEXTURE_MIN_FILTER_ : texFilter texParam Js.readonly_propmethod _TEXTURE_WRAP_S_ : wrapMode texParam Js.readonly_propmethod _TEXTURE_WRAP_T_ : wrapMode texParam Js.readonly_propmethod _NONE_OT : objectType Js.readonly_propmethod _TEXTURE_OT : objectType Js.readonly_propmethod _RENDERBUFFER_OT : objectType Js.readonly_propmethod _TEXTURE_2D_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_POSITIVE_X_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_NEGATIVE_X_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_POSITIVE_Y_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_NEGATIVE_Y_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_POSITIVE_Z_ : texTarget Js.readonly_propmethod _TEXTURE_CUBE_MAP_NEGATIVE_Z_ : texTarget Js.readonly_propmethod _TEXTURE0 : textureUnit Js.readonly_propmethod _TEXTURE1 : textureUnit Js.readonly_propmethod _TEXTURE2 : textureUnit Js.readonly_propmethod _TEXTURE3 : textureUnit Js.readonly_propmethod _TEXTURE4 : textureUnit Js.readonly_propmethod _TEXTURE5 : textureUnit Js.readonly_propmethod _TEXTURE6 : textureUnit Js.readonly_propmethod _TEXTURE7 : textureUnit Js.readonly_propmethod _TEXTURE8 : textureUnit Js.readonly_propmethod _TEXTURE9 : textureUnit Js.readonly_propmethod _TEXTURE10 : textureUnit Js.readonly_propmethod _TEXTURE11 : textureUnit Js.readonly_propmethod _TEXTURE12 : textureUnit Js.readonly_propmethod _TEXTURE13 : textureUnit Js.readonly_propmethod _TEXTURE14 : textureUnit Js.readonly_propmethod _TEXTURE15 : textureUnit Js.readonly_propmethod _TEXTURE16 : textureUnit Js.readonly_propmethod _TEXTURE17 : textureUnit Js.readonly_propmethod _TEXTURE18 : textureUnit Js.readonly_propmethod _TEXTURE19 : textureUnit Js.readonly_propmethod _TEXTURE20 : textureUnit Js.readonly_propmethod _TEXTURE21 : textureUnit Js.readonly_propmethod _TEXTURE22 : textureUnit Js.readonly_propmethod _TEXTURE23 : textureUnit Js.readonly_propmethod _TEXTURE24 : textureUnit Js.readonly_propmethod _TEXTURE25 : textureUnit Js.readonly_propmethod _TEXTURE26 : textureUnit Js.readonly_propmethod _TEXTURE27 : textureUnit Js.readonly_propmethod _TEXTURE28 : textureUnit Js.readonly_propmethod _TEXTURE29 : textureUnit Js.readonly_propmethod _TEXTURE30 : textureUnit Js.readonly_propmethod _TEXTURE31 : textureUnit Js.readonly_propmethod _REPEAT : wrapMode Js.readonly_propmethod _CLAMP_TO_EDGE_ : wrapMode Js.readonly_propmethod _MIRRORED_REPEAT_ : wrapMode Js.readonly_propmethod _FLOAT_ : uniformType Js.readonly_propmethod _FLOAT_VEC2_ : uniformType Js.readonly_propmethod _FLOAT_VEC3_ : uniformType Js.readonly_propmethod _FLOAT_VEC4_ : uniformType Js.readonly_propmethod _INT_ : uniformType Js.readonly_propmethod _INT_VEC2_ : uniformType Js.readonly_propmethod _INT_VEC3_ : uniformType Js.readonly_propmethod _INT_VEC4_ : uniformType Js.readonly_propmethod _BOOL_ : uniformType Js.readonly_propmethod _BOOL_VEC2_ : uniformType Js.readonly_propmethod _BOOL_VEC3_ : uniformType Js.readonly_propmethod _BOOL_VEC4_ : uniformType Js.readonly_propmethod _FLOAT_MAT2_ : uniformType Js.readonly_propmethod _FLOAT_MAT3_ : uniformType Js.readonly_propmethod _FLOAT_MAT4_ : uniformType Js.readonly_propmethod _SAMPLER_2D_ : uniformType Js.readonly_propmethod _SAMPLER_CUBE_ : uniformType Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_ENABLED_ : bool Js.t vertexAttribParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_SIZE_ : int vertexAttribParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_STRIDE_ : int vertexAttribParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_TYPE_ : int vertexAttribParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_NORMALIZED_ : bool Js.t vertexAttribParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_POINTER_ : vertexAttribPointerParam Js.readonly_propmethod _VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ : buffer Js.t Js.opt vertexAttribParam Js.readonly_propmethod _CURRENT_VERTEX_ATTRIB_ : Typed_array.float32Array Js.t vertexAttribParam Js.readonly_propmethod _LOW_FLOAT_ : shaderPrecisionType Js.readonly_propmethod _MEDIUM_FLOAT_ : shaderPrecisionType Js.readonly_propmethod _HIGH_FLOAT_ : shaderPrecisionType Js.readonly_propmethod _LOW_INT_ : shaderPrecisionType Js.readonly_propmethod _MEDIUM_INT_ : shaderPrecisionType Js.readonly_propmethod _HIGH_INT_ : shaderPrecisionType Js.readonly_propmethod _FRAMEBUFFER : fbTarget Js.readonly_propmethod _RENDERBUFFER : rbTarget Js.readonly_propmethod _RGBA4 : format Js.readonly_propmethod _RGB5_A1_ : format Js.readonly_propmethod _RGB565 : format Js.readonly_propmethod _DEPTH_COMPONENT16_ : format Js.readonly_propmethod _STENCIL_INDEX8_ : format Js.readonly_propmethod _RENDERBUFFER_WIDTH_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_HEIGHT_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_INTERNAL_FORMAT_ : format renderbufferParam Js.readonly_propmethod _RENDERBUFFER_RED_SIZE_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_GREEN_SIZE_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_BLUE_SIZE_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_ALPHA_SIZE_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_DEPTH_SIZE_ : int renderbufferParam Js.readonly_propmethod _RENDERBUFFER_STENCIL_SIZE_ : int renderbufferParam Js.readonly_propmethod _FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_ : objectType attachParam Js.readonly_propmethod _FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_RENDERBUFFER : renderbuffer Js.t attachParam Js.readonly_propmethod _FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_TEXTURE : texture Js.t attachParam Js.readonly_propmethod _FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_ : int attachParam Js.readonly_propmethod _FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_ : int attachParam Js.readonly_propmethod _COLOR_ATTACHMENT0_ : attachmentPoint Js.readonly_propmethod _DEPTH_ATTACHMENT_ : attachmentPoint Js.readonly_propmethod _STENCIL_ATTACHMENT_ : attachmentPoint Js.readonly_propmethod _DEPTH_STENCIL_ATTACHMENT_ : attachmentPoint Js.readonly_propmethod _FRAMEBUFFER_COMPLETE_ : framebufferStatus Js.readonly_propmethod _FRAMEBUFFER_INCOMPLETE_ATTACHMENT_ : framebufferStatus Js.readonly_propmethod _FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_ : framebufferStatus Js.readonly_propmethod _FRAMEBUFFER_INCOMPLETE_DIMENSIONS_ : framebufferStatus Js.readonly_propmethod _FRAMEBUFFER_UNSUPPORTED_ : framebufferStatus Js.readonly_propmethod _UNPACK_FLIP_Y_WEBGL_PARAM : bool Js.t parameter Js.readonly_propmethod _UNPACK_PREMULTIPLY_ALPHA_WEBGL_PARAM : bool Js.t parameter Js.readonly_propmethod _UNPACK_COLORSPACE_CONVERSION_WEBGL_PARAM : colorspaceConversion parameter Js.readonly_propmethod _NONE : colorspaceConversion Js.readonly_propmethod _BROWSER_DEFAULT_WEBGL_ : colorspaceConversion Js.readonly_propmethod _UNPACK_ALIGNMENT_ : int pixelStoreParam Js.readonly_propmethod _UNPACK_FLIP_Y_WEBGL_ : bool Js.t pixelStoreParam Js.readonly_propmethod _UNPACK_PREMULTIPLY_ALPHA_WEBGL_ : bool Js.t pixelStoreParam Js.readonly_propmethod _UNPACK_COLORSPACE_CONVERSION_WEBGL_ : int pixelStoreParam Js.readonly_prop