Liking cljdoc? Tell your friends :D

web.gl-ext.ANGLE_instanced_arrays

The ANGLE_instanced_arrays extension is part of the WebGL API allows to draw the same object, or groups of similar objects times, if they share the same vertex data, primitive count and

The ANGLE_instanced_arrays extension is part of the WebGL API
allows to draw the same object, or groups of similar objects
times, if they share the same vertex data, primitive count and
raw docstring

web.gl-ext.core

web.gl-ext interfaces.

web.gl-ext interfaces.
raw docstring

No vars found in this namespace.

web.gl-ext.EXT_disjoint_timer_query

The EXT_disjoint_timer_query extension is part of the WebGL API provides a way to measure the duration of a set of GL commands, stalling the rendering pipeline.

The EXT_disjoint_timer_query extension is part of the WebGL API
provides a way to measure the duration of a set of GL commands,
stalling the rendering pipeline.
raw docstring

web.gl-ext.OES_vertex_array_object

The OES_vertex_array_object extension is part of the WebGL API provides vertex array objects (VAOs) which encapsulate vertex states. These objects keep pointers to vertex data and provide for different sets of vertex data.

The OES_vertex_array_object extension is part of the WebGL API
provides vertex array objects (VAOs) which encapsulate vertex
states. These objects keep pointers to vertex data and provide
for different sets of vertex data.
raw docstring

web.gl-ext.WEBGL_compressed_texture_astc

The WEBGL_compressed_texture_astc extension is part of the WebGL and exposes Adaptive Scalable Texture Compression (ASTC) compressed formats to WebGL.

The WEBGL_compressed_texture_astc extension is part of the WebGL
and exposes Adaptive Scalable Texture Compression (ASTC) compressed
formats to WebGL.
raw docstring

web.gl-ext.WEBGL_debug_shaders

The WEBGL_debug_shaders extension is part of the WebGL API and a method to debug shaders from privileged contexts.

The WEBGL_debug_shaders extension is part of the WebGL API and
a method to debug shaders from privileged contexts.
raw docstring

web.gl-ext.WEBGL_draw_buffers

The WEBGL_draw_buffers extension is part of the WebGL API and a fragment shader to write to several textures, which is useful deferred shading, for example.

The WEBGL_draw_buffers extension is part of the WebGL API and
a fragment shader to write to several textures, which is useful
deferred shading, for example.
raw docstring

web.gl-ext.WEBGL_lose_context

The WEBGL_lose_context extension is part of the WebGL API and functions to simulate losing and restoring a web.gl.WebGLRenderingContext.

The WEBGL_lose_context extension is part of the WebGL API and
functions to simulate losing and restoring a `web.gl.WebGLRenderingContext`.
raw docstring

web.gl.core

web.gl interfaces.

web.gl interfaces.
raw docstring

No vars found in this namespace.

web.gl.WebGL2RenderingContext

The WebGL2RenderingContext interface provides the OpenGL ES 3.0 context for the drawing surface of an HTML <canvas> element.

The WebGL2RenderingContext interface provides the OpenGL ES 3.0
context for the drawing surface of an HTML `<canvas>` element.
raw docstring

web.gl.WebGLActiveInfo

The WebGLActiveInfo interface is part of the WebGL API and represents information returned by calling the WebGLRenderingContext.getActiveAttrib() WebGLRenderingContext.getActiveUniform() methods.

The WebGLActiveInfo interface is part of the WebGL API and represents
information returned by calling the `WebGLRenderingContext.getActiveAttrib()`
`WebGLRenderingContext.getActiveUniform()` methods.
raw docstring

web.gl.WebGLContextEvent

The WebContextEvent interface is part of the WebGL API and is interface for an event that is generated in response to a status to the WebGL rendering context.

The WebContextEvent interface is part of the WebGL API and is
interface for an event that is generated in response to a status
to the WebGL rendering context.
raw docstring

web.gl.WebGLRenderingContext

The WebGLRenderingContext interface provides an interface to OpenGL ES 2.0 graphics rendering context for the drawing surface an HTML <canvas> element.

The WebGLRenderingContext interface provides an interface to
OpenGL ES 2.0 graphics rendering context for the drawing surface
an HTML `<canvas>` element.
raw docstring

web.gl.WebGLShaderPrecisionFormat

The WebGLShaderPrecisionFormat interface is part of the WebGL and represents the information returned by calling the WebGLRenderingContext.getShaderPrecisionFormat()

The WebGLShaderPrecisionFormat interface is part of the WebGL
and represents the information returned by calling the `WebGLRenderingContext.getShaderPrecisionFormat()`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close