WebGL2RenderingContextBase

Undocumented in source.
@safe nothrow
struct WebGL2RenderingContextBase {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

beginQuery
void beginQuery(uint target, WebGLQuery query)
Undocumented in source. Be warned that the author may not have intended to support it.
beginTransformFeedback
void beginTransformFeedback(uint primitiveMode)
Undocumented in source. Be warned that the author may not have intended to support it.
bindBufferBase
void bindBufferBase(uint target, uint index, Optional!(T2) buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
bindBufferRange
void bindBufferRange(uint target, uint index, Optional!(T2) buffer, int offset, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
bindSampler
void bindSampler(uint unit, Optional!(T1) sampler)
Undocumented in source. Be warned that the author may not have intended to support it.
bindTransformFeedback
void bindTransformFeedback(uint target, Optional!(T1) tf)
Undocumented in source. Be warned that the author may not have intended to support it.
bindVertexArray
void bindVertexArray(Optional!(T0) array)
Undocumented in source. Be warned that the author may not have intended to support it.
blitFramebuffer
void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, uint mask, uint filter)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferData
void bufferData(uint target, ArrayBufferView srcData, uint usage, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferData
void bufferData(uint target, ArrayBufferView srcData, uint usage, uint srcOffset, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferData
void bufferData(uint target, ArrayBufferView srcData, uint usage)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferData
void bufferData(uint target, Optional!(T1) srcData, uint usage)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferData
void bufferData(uint target, int size, uint usage)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferSubData
void bufferSubData(uint target, int dstByteOffset, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferSubData
void bufferSubData(uint target, int dstByteOffset, ArrayBufferView srcData, uint srcOffset, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferSubData
void bufferSubData(uint target, int dstByteOffset, BufferDataSource srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferfi
void clearBufferfi(uint buffer, int drawbuffer, float depth, int stencil)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferfv
void clearBufferfv(uint buffer, int drawbuffer, Float32List values)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferfv
void clearBufferfv(uint buffer, int drawbuffer, Float32List values, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferiv
void clearBufferiv(uint buffer, int drawbuffer, Int32List values)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferiv
void clearBufferiv(uint buffer, int drawbuffer, Int32List values, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferuiv
void clearBufferuiv(uint buffer, int drawbuffer, Uint32List values)
Undocumented in source. Be warned that the author may not have intended to support it.
clearBufferuiv
void clearBufferuiv(uint buffer, int drawbuffer, Uint32List values, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
clientWaitSync
auto clientWaitSync(WebGLSync sync, uint flags, uint timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage2D
void compressedTexImage2D(uint target, int level, uint internalformat, int width, int height, int border, ArrayBufferView srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage2D
void compressedTexImage2D(uint target, int level, uint internalformat, int width, int height, int border, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage2D
void compressedTexImage2D(uint target, int level, uint internalformat, int width, int height, int border, ArrayBufferView srcData, uint srcOffset, uint srcLengthOverride)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage2D
void compressedTexImage2D(uint target, int level, uint internalformat, int width, int height, int border, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage3D
void compressedTexImage3D(uint target, int level, uint internalformat, int width, int height, int depth, int border, ArrayBufferView srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage3D
void compressedTexImage3D(uint target, int level, uint internalformat, int width, int height, int depth, int border, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage3D
void compressedTexImage3D(uint target, int level, uint internalformat, int width, int height, int depth, int border, ArrayBufferView srcData, uint srcOffset, uint srcLengthOverride)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexImage3D
void compressedTexImage3D(uint target, int level, uint internalformat, int width, int height, int depth, int border, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage2D
void compressedTexSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, ArrayBufferView srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage2D
void compressedTexSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage2D
void compressedTexSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, ArrayBufferView srcData, uint srcOffset, uint srcLengthOverride)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage2D
void compressedTexSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage3D
void compressedTexSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, ArrayBufferView srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage3D
void compressedTexSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage3D
void compressedTexSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, ArrayBufferView srcData, uint srcOffset, uint srcLengthOverride)
Undocumented in source. Be warned that the author may not have intended to support it.
compressedTexSubImage3D
void compressedTexSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
copyBufferSubData
void copyBufferSubData(uint readTarget, uint writeTarget, int readOffset, int writeOffset, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
copyTexSubImage3D
void copyTexSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
createQuery
auto createQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
createSampler
auto createSampler()
Undocumented in source. Be warned that the author may not have intended to support it.
createTransformFeedback
auto createTransformFeedback()
Undocumented in source. Be warned that the author may not have intended to support it.
createVertexArray
auto createVertexArray()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteQuery
void deleteQuery(Optional!(T0) query)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteSampler
void deleteSampler(Optional!(T0) sampler)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteSync
void deleteSync(Optional!(T0) sync)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteTransformFeedback
void deleteTransformFeedback(Optional!(T0) tf)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteVertexArray
void deleteVertexArray(Optional!(T0) vertexArray)
Undocumented in source. Be warned that the author may not have intended to support it.
drawArraysInstanced
void drawArraysInstanced(uint mode, int first, int count, int instanceCount)
Undocumented in source. Be warned that the author may not have intended to support it.
drawBuffers
void drawBuffers(Sequence!(uint) buffers)
Undocumented in source. Be warned that the author may not have intended to support it.
drawElementsInstanced
void drawElementsInstanced(uint mode, int count, uint type, int offset, int instanceCount)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRangeElements
void drawRangeElements(uint mode, uint start, uint end, int count, uint type, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
endQuery
void endQuery(uint target)
Undocumented in source. Be warned that the author may not have intended to support it.
endTransformFeedback
void endTransformFeedback()
Undocumented in source. Be warned that the author may not have intended to support it.
fenceSync
auto fenceSync(uint condition, uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
framebufferTextureLayer
void framebufferTextureLayer(uint target, uint attachment, Optional!(T2) texture, int level, int layer)
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveUniformBlockName
auto getActiveUniformBlockName(WebGLProgram program, uint uniformBlockIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveUniformBlockParameter
auto getActiveUniformBlockParameter(WebGLProgram program, uint uniformBlockIndex, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveUniforms
auto getActiveUniforms(WebGLProgram program, Sequence!(uint) uniformIndices, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getBufferSubData
void getBufferSubData(uint target, int srcByteOffset, ArrayBufferView dstData)
Undocumented in source. Be warned that the author may not have intended to support it.
getBufferSubData
void getBufferSubData(uint target, int srcByteOffset, ArrayBufferView dstData, uint dstOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
getBufferSubData
void getBufferSubData(uint target, int srcByteOffset, ArrayBufferView dstData, uint dstOffset, uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
getFragDataLocation
auto getFragDataLocation(WebGLProgram program, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getIndexedParameter
auto getIndexedParameter(uint target, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
getInternalformatParameter
auto getInternalformatParameter(uint target, uint internalformat, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuery
auto getQuery(uint target, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getQueryParameter
auto getQueryParameter(WebGLQuery query, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getSamplerParameter
auto getSamplerParameter(WebGLSampler sampler, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getSyncParameter
auto getSyncParameter(WebGLSync sync, uint pname)
Undocumented in source. Be warned that the author may not have intended to support it.
getTransformFeedbackVarying
auto getTransformFeedbackVarying(WebGLProgram program, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
getUniformBlockIndex
auto getUniformBlockIndex(WebGLProgram program, string uniformBlockName)
Undocumented in source. Be warned that the author may not have intended to support it.
getUniformIndices
auto getUniformIndices(WebGLProgram program, Sequence!(string) uniformNames)
Undocumented in source. Be warned that the author may not have intended to support it.
invalidateFramebuffer
void invalidateFramebuffer(uint target, Sequence!(uint) attachments)
Undocumented in source. Be warned that the author may not have intended to support it.
invalidateSubFramebuffer
void invalidateSubFramebuffer(uint target, Sequence!(uint) attachments, int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
isQuery
auto isQuery(Optional!(T0) query)
Undocumented in source. Be warned that the author may not have intended to support it.
isSampler
auto isSampler(Optional!(T0) sampler)
Undocumented in source. Be warned that the author may not have intended to support it.
isSync
auto isSync(Optional!(T0) sync)
Undocumented in source. Be warned that the author may not have intended to support it.
isTransformFeedback
auto isTransformFeedback(Optional!(T0) tf)
Undocumented in source. Be warned that the author may not have intended to support it.
isVertexArray
auto isVertexArray(Optional!(T0) vertexArray)
Undocumented in source. Be warned that the author may not have intended to support it.
pauseTransformFeedback
void pauseTransformFeedback()
Undocumented in source. Be warned that the author may not have intended to support it.
readBuffer
void readBuffer(uint src)
Undocumented in source. Be warned that the author may not have intended to support it.
readPixels
void readPixels(int x, int y, int width, int height, uint format, uint type, ArrayBufferView dstData, uint dstOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
readPixels
void readPixels(int x, int y, int width, int height, uint format, uint type, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
readPixels
void readPixels(int x, int y, int width, int height, uint format, uint type, Optional!(T6) dstData)
Undocumented in source. Be warned that the author may not have intended to support it.
renderbufferStorageMultisample
void renderbufferStorageMultisample(uint target, int samples, uint internalformat, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
resumeTransformFeedback
void resumeTransformFeedback()
Undocumented in source. Be warned that the author may not have intended to support it.
samplerParameterf
void samplerParameterf(WebGLSampler sampler, uint pname, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
samplerParameteri
void samplerParameteri(WebGLSampler sampler, uint pname, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage2D
void texImage2D(uint target, int level, int internalformat, int width, int height, int border, uint format, uint type, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage2D
void texImage2D(uint target, int level, int internalformat, int width, int height, int border, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage2D
void texImage2D(uint target, int level, int internalformat, int width, int height, int border, uint format, uint type, int pboOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage2D
void texImage2D(uint target, int level, int internalformat, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage2D
void texImage2D(uint target, int level, int internalformat, int width, int height, int border, uint format, uint type, Optional!(T8) pixels)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage3D
void texImage3D(uint target, int level, int internalformat, int width, int height, int depth, int border, uint format, uint type, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage3D
void texImage3D(uint target, int level, int internalformat, int width, int height, int depth, int border, uint format, uint type, Optional!(T9) srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage3D
void texImage3D(uint target, int level, int internalformat, int width, int height, int depth, int border, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texImage3D
void texImage3D(uint target, int level, int internalformat, int width, int height, int depth, int border, uint format, uint type, int pboOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texStorage2D
void texStorage2D(uint target, int levels, uint internalformat, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
texStorage3D
void texStorage3D(uint target, int levels, uint internalformat, int width, int height, int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage2D
void texSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, uint type, ArrayBufferView srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage2D
void texSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage2D
void texSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, uint type, int pboOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage2D
void texSubImage2D(uint target, int level, int xoffset, int yoffset, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage2D
void texSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, uint type, Optional!(T8) pixels)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage3D
void texSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, uint type, Optional!(T10) srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage3D
void texSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, uint type, Optional!(T10) srcData, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage3D
void texSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, uint type, TexImageSource source)
Undocumented in source. Be warned that the author may not have intended to support it.
texSubImage3D
void texSubImage3D(uint target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, uint format, uint type, int pboOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
transformFeedbackVaryings
void transformFeedbackVaryings(WebGLProgram program, Sequence!(string) varyings, uint bufferMode)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1fv
void uniform1fv(Optional!(T0) location, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1fv
void uniform1fv(Optional!(T0) location, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1fv
void uniform1fv(Optional!(T0) location, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1iv
void uniform1iv(Optional!(T0) location, Int32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1iv
void uniform1iv(Optional!(T0) location, Int32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1iv
void uniform1iv(Optional!(T0) location, Int32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1ui
void uniform1ui(Optional!(T0) location, uint v0)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1uiv
void uniform1uiv(Optional!(T0) location, Uint32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1uiv
void uniform1uiv(Optional!(T0) location, Uint32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform1uiv
void uniform1uiv(Optional!(T0) location, Uint32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2fv
void uniform2fv(Optional!(T0) location, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2fv
void uniform2fv(Optional!(T0) location, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2fv
void uniform2fv(Optional!(T0) location, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2iv
void uniform2iv(Optional!(T0) location, Int32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2iv
void uniform2iv(Optional!(T0) location, Int32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2iv
void uniform2iv(Optional!(T0) location, Int32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2ui
void uniform2ui(Optional!(T0) location, uint v0, uint v1)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2uiv
void uniform2uiv(Optional!(T0) location, Uint32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2uiv
void uniform2uiv(Optional!(T0) location, Uint32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform2uiv
void uniform2uiv(Optional!(T0) location, Uint32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3fv
void uniform3fv(Optional!(T0) location, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3fv
void uniform3fv(Optional!(T0) location, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3fv
void uniform3fv(Optional!(T0) location, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3iv
void uniform3iv(Optional!(T0) location, Int32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3iv
void uniform3iv(Optional!(T0) location, Int32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3iv
void uniform3iv(Optional!(T0) location, Int32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3ui
void uniform3ui(Optional!(T0) location, uint v0, uint v1, uint v2)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3uiv
void uniform3uiv(Optional!(T0) location, Uint32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3uiv
void uniform3uiv(Optional!(T0) location, Uint32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform3uiv
void uniform3uiv(Optional!(T0) location, Uint32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4fv
void uniform4fv(Optional!(T0) location, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4fv
void uniform4fv(Optional!(T0) location, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4fv
void uniform4fv(Optional!(T0) location, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4iv
void uniform4iv(Optional!(T0) location, Int32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4iv
void uniform4iv(Optional!(T0) location, Int32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4iv
void uniform4iv(Optional!(T0) location, Int32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4ui
void uniform4ui(Optional!(T0) location, uint v0, uint v1, uint v2, uint v3)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4uiv
void uniform4uiv(Optional!(T0) location, Uint32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4uiv
void uniform4uiv(Optional!(T0) location, Uint32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniform4uiv
void uniform4uiv(Optional!(T0) location, Uint32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformBlockBinding
void uniformBlockBinding(WebGLProgram program, uint uniformBlockIndex, uint uniformBlockBinding)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2fv
void uniformMatrix2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2fv
void uniformMatrix2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2fv
void uniformMatrix2fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x3fv
void uniformMatrix2x3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x3fv
void uniformMatrix2x3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x3fv
void uniformMatrix2x3fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x4fv
void uniformMatrix2x4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x4fv
void uniformMatrix2x4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix2x4fv
void uniformMatrix2x4fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3fv
void uniformMatrix3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3fv
void uniformMatrix3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3fv
void uniformMatrix3fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x2fv
void uniformMatrix3x2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x2fv
void uniformMatrix3x2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x2fv
void uniformMatrix3x2fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x4fv
void uniformMatrix3x4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x4fv
void uniformMatrix3x4fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix3x4fv
void uniformMatrix3x4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4fv
void uniformMatrix4fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4fv
void uniformMatrix4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4fv
void uniformMatrix4fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x2fv
void uniformMatrix4x2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x2fv
void uniformMatrix4x2fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x2fv
void uniformMatrix4x2fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x3fv
void uniformMatrix4x3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset, uint srcLength)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x3fv
void uniformMatrix4x3fv(Optional!(T0) location, bool transpose, Float32List data, uint srcOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformMatrix4x3fv
void uniformMatrix4x3fv(Optional!(T0) location, bool transpose, Float32List data)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribDivisor
void vertexAttribDivisor(uint index, uint divisor)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribI4i
void vertexAttribI4i(uint index, int x, int y, int z, int w)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribI4iv
void vertexAttribI4iv(uint index, Int32List values)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribI4ui
void vertexAttribI4ui(uint index, uint x, uint y, uint z, uint w)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribI4uiv
void vertexAttribI4uiv(uint index, Uint32List values)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexAttribIPointer
void vertexAttribIPointer(uint index, int size, uint type, int stride, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
waitSync
void waitSync(WebGLSync sync, uint flags, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ACTIVE_UNIFORM_BLOCKS
enum uint ACTIVE_UNIFORM_BLOCKS;
Undocumented in source.
ALREADY_SIGNALED
enum uint ALREADY_SIGNALED;
Undocumented in source.
ANY_SAMPLES_PASSED
enum uint ANY_SAMPLES_PASSED;
Undocumented in source.
ANY_SAMPLES_PASSED_CONSERVATIVE
enum uint ANY_SAMPLES_PASSED_CONSERVATIVE;
Undocumented in source.
COLOR
enum uint COLOR;
Undocumented in source.
COLOR_ATTACHMENT1
enum uint COLOR_ATTACHMENT1;
Undocumented in source.
COLOR_ATTACHMENT10
enum uint COLOR_ATTACHMENT10;
Undocumented in source.
COLOR_ATTACHMENT11
enum uint COLOR_ATTACHMENT11;
Undocumented in source.
COLOR_ATTACHMENT12
enum uint COLOR_ATTACHMENT12;
Undocumented in source.
COLOR_ATTACHMENT13
enum uint COLOR_ATTACHMENT13;
Undocumented in source.
COLOR_ATTACHMENT14
enum uint COLOR_ATTACHMENT14;
Undocumented in source.
COLOR_ATTACHMENT15
enum uint COLOR_ATTACHMENT15;
Undocumented in source.
COLOR_ATTACHMENT2
enum uint COLOR_ATTACHMENT2;
Undocumented in source.
COLOR_ATTACHMENT3
enum uint COLOR_ATTACHMENT3;
Undocumented in source.
COLOR_ATTACHMENT4
enum uint COLOR_ATTACHMENT4;
Undocumented in source.
COLOR_ATTACHMENT5
enum uint COLOR_ATTACHMENT5;
Undocumented in source.
COLOR_ATTACHMENT6
enum uint COLOR_ATTACHMENT6;
Undocumented in source.
COLOR_ATTACHMENT7
enum uint COLOR_ATTACHMENT7;
Undocumented in source.
COLOR_ATTACHMENT8
enum uint COLOR_ATTACHMENT8;
Undocumented in source.
COLOR_ATTACHMENT9
enum uint COLOR_ATTACHMENT9;
Undocumented in source.
COMPARE_REF_TO_TEXTURE
enum uint COMPARE_REF_TO_TEXTURE;
Undocumented in source.
CONDITION_SATISFIED
enum uint CONDITION_SATISFIED;
Undocumented in source.
COPY_READ_BUFFER
enum uint COPY_READ_BUFFER;
Undocumented in source.
COPY_READ_BUFFER_BINDING
enum uint COPY_READ_BUFFER_BINDING;
Undocumented in source.
COPY_WRITE_BUFFER
enum uint COPY_WRITE_BUFFER;
Undocumented in source.
COPY_WRITE_BUFFER_BINDING
enum uint COPY_WRITE_BUFFER_BINDING;
Undocumented in source.
CURRENT_QUERY
enum uint CURRENT_QUERY;
Undocumented in source.
DEPTH
enum uint DEPTH;
Undocumented in source.
DEPTH24_STENCIL8
enum uint DEPTH24_STENCIL8;
Undocumented in source.
DEPTH32F_STENCIL8
enum uint DEPTH32F_STENCIL8;
Undocumented in source.
DEPTH_COMPONENT24
enum uint DEPTH_COMPONENT24;
Undocumented in source.
DEPTH_COMPONENT32F
enum uint DEPTH_COMPONENT32F;
Undocumented in source.
DEPTH_STENCIL
enum uint DEPTH_STENCIL;
Undocumented in source.
DEPTH_STENCIL_ATTACHMENT
enum uint DEPTH_STENCIL_ATTACHMENT;
Undocumented in source.
DRAW_BUFFER0
enum uint DRAW_BUFFER0;
Undocumented in source.
DRAW_BUFFER1
enum uint DRAW_BUFFER1;
Undocumented in source.
DRAW_BUFFER10
enum uint DRAW_BUFFER10;
Undocumented in source.
DRAW_BUFFER11
enum uint DRAW_BUFFER11;
Undocumented in source.
DRAW_BUFFER12
enum uint DRAW_BUFFER12;
Undocumented in source.
DRAW_BUFFER13
enum uint DRAW_BUFFER13;
Undocumented in source.
DRAW_BUFFER14
enum uint DRAW_BUFFER14;
Undocumented in source.
DRAW_BUFFER15
enum uint DRAW_BUFFER15;
Undocumented in source.
DRAW_BUFFER2
enum uint DRAW_BUFFER2;
Undocumented in source.
DRAW_BUFFER3
enum uint DRAW_BUFFER3;
Undocumented in source.
DRAW_BUFFER4
enum uint DRAW_BUFFER4;
Undocumented in source.
DRAW_BUFFER5
enum uint DRAW_BUFFER5;
Undocumented in source.
DRAW_BUFFER6
enum uint DRAW_BUFFER6;
Undocumented in source.
DRAW_BUFFER7
enum uint DRAW_BUFFER7;
Undocumented in source.
DRAW_BUFFER8
enum uint DRAW_BUFFER8;
Undocumented in source.
DRAW_BUFFER9
enum uint DRAW_BUFFER9;
Undocumented in source.
DRAW_FRAMEBUFFER
enum uint DRAW_FRAMEBUFFER;
Undocumented in source.
DRAW_FRAMEBUFFER_BINDING
enum uint DRAW_FRAMEBUFFER_BINDING;
Undocumented in source.
DYNAMIC_COPY
enum uint DYNAMIC_COPY;
Undocumented in source.
DYNAMIC_READ
enum uint DYNAMIC_READ;
Undocumented in source.
FLOAT_32_UNSIGNED_INT_24_8_REV
enum uint FLOAT_32_UNSIGNED_INT_24_8_REV;
Undocumented in source.
FLOAT_MAT2x3
enum uint FLOAT_MAT2x3;
Undocumented in source.
FLOAT_MAT2x4
enum uint FLOAT_MAT2x4;
Undocumented in source.
FLOAT_MAT3x2
enum uint FLOAT_MAT3x2;
Undocumented in source.
FLOAT_MAT3x4
enum uint FLOAT_MAT3x4;
Undocumented in source.
FLOAT_MAT4x2
enum uint FLOAT_MAT4x2;
Undocumented in source.
FLOAT_MAT4x3
enum uint FLOAT_MAT4x3;
Undocumented in source.
FRAGMENT_SHADER_DERIVATIVE_HINT
enum uint FRAGMENT_SHADER_DERIVATIVE_HINT;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_BLUE_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_BLUE_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING
enum uint FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE
enum uint FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_GREEN_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_GREEN_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_RED_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_RED_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE
enum uint FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE;
Undocumented in source.
FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER
enum uint FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER;
Undocumented in source.
FRAMEBUFFER_DEFAULT
enum uint FRAMEBUFFER_DEFAULT;
Undocumented in source.
FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
enum uint FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
Undocumented in source.
HALF_FLOAT
enum uint HALF_FLOAT;
Undocumented in source.
INTERLEAVED_ATTRIBS
enum uint INTERLEAVED_ATTRIBS;
Undocumented in source.
INT_2_10_10_10_REV
enum uint INT_2_10_10_10_REV;
Undocumented in source.
INT_SAMPLER_2D
enum uint INT_SAMPLER_2D;
Undocumented in source.
INT_SAMPLER_2D_ARRAY
enum uint INT_SAMPLER_2D_ARRAY;
Undocumented in source.
INT_SAMPLER_3D
enum uint INT_SAMPLER_3D;
Undocumented in source.
INT_SAMPLER_CUBE
enum uint INT_SAMPLER_CUBE;
Undocumented in source.
INVALID_INDEX
enum uint INVALID_INDEX;
Undocumented in source.
MAX
enum uint MAX;
Undocumented in source.
MAX_3D_TEXTURE_SIZE
enum uint MAX_3D_TEXTURE_SIZE;
Undocumented in source.
MAX_ARRAY_TEXTURE_LAYERS
enum uint MAX_ARRAY_TEXTURE_LAYERS;
Undocumented in source.
MAX_CLIENT_WAIT_TIMEOUT_WEBGL
enum uint MAX_CLIENT_WAIT_TIMEOUT_WEBGL;
Undocumented in source.
MAX_COLOR_ATTACHMENTS
enum uint MAX_COLOR_ATTACHMENTS;
Undocumented in source.
MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS
enum uint MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source.
MAX_COMBINED_UNIFORM_BLOCKS
enum uint MAX_COMBINED_UNIFORM_BLOCKS;
Undocumented in source.
MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS
enum uint MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source.
MAX_DRAW_BUFFERS
enum uint MAX_DRAW_BUFFERS;
Undocumented in source.
MAX_ELEMENTS_INDICES
enum uint MAX_ELEMENTS_INDICES;
Undocumented in source.
MAX_ELEMENTS_VERTICES
enum uint MAX_ELEMENTS_VERTICES;
Undocumented in source.
MAX_ELEMENT_INDEX
enum uint MAX_ELEMENT_INDEX;
Undocumented in source.
MAX_FRAGMENT_INPUT_COMPONENTS
enum uint MAX_FRAGMENT_INPUT_COMPONENTS;
Undocumented in source.
MAX_FRAGMENT_UNIFORM_BLOCKS
enum uint MAX_FRAGMENT_UNIFORM_BLOCKS;
Undocumented in source.
MAX_FRAGMENT_UNIFORM_COMPONENTS
enum uint MAX_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source.
MAX_PROGRAM_TEXEL_OFFSET
enum uint MAX_PROGRAM_TEXEL_OFFSET;
Undocumented in source.
MAX_SAMPLES
enum uint MAX_SAMPLES;
Undocumented in source.
MAX_SERVER_WAIT_TIMEOUT
enum uint MAX_SERVER_WAIT_TIMEOUT;
Undocumented in source.
MAX_TEXTURE_LOD_BIAS
enum uint MAX_TEXTURE_LOD_BIAS;
Undocumented in source.
MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS
enum uint MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS;
Undocumented in source.
MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS
enum uint MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS;
Undocumented in source.
MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS
enum uint MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS;
Undocumented in source.
MAX_UNIFORM_BLOCK_SIZE
enum uint MAX_UNIFORM_BLOCK_SIZE;
Undocumented in source.
MAX_UNIFORM_BUFFER_BINDINGS
enum uint MAX_UNIFORM_BUFFER_BINDINGS;
Undocumented in source.
MAX_VARYING_COMPONENTS
enum uint MAX_VARYING_COMPONENTS;
Undocumented in source.
MAX_VERTEX_OUTPUT_COMPONENTS
enum uint MAX_VERTEX_OUTPUT_COMPONENTS;
Undocumented in source.
MAX_VERTEX_UNIFORM_BLOCKS
enum uint MAX_VERTEX_UNIFORM_BLOCKS;
Undocumented in source.
MAX_VERTEX_UNIFORM_COMPONENTS
enum uint MAX_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source.
MIN
enum uint MIN;
Undocumented in source.
MIN_PROGRAM_TEXEL_OFFSET
enum uint MIN_PROGRAM_TEXEL_OFFSET;
Undocumented in source.
OBJECT_TYPE
enum uint OBJECT_TYPE;
Undocumented in source.
PACK_ROW_LENGTH
enum uint PACK_ROW_LENGTH;
Undocumented in source.
PACK_SKIP_PIXELS
enum uint PACK_SKIP_PIXELS;
Undocumented in source.
PACK_SKIP_ROWS
enum uint PACK_SKIP_ROWS;
Undocumented in source.
PIXEL_PACK_BUFFER
enum uint PIXEL_PACK_BUFFER;
Undocumented in source.
PIXEL_PACK_BUFFER_BINDING
enum uint PIXEL_PACK_BUFFER_BINDING;
Undocumented in source.
PIXEL_UNPACK_BUFFER
enum uint PIXEL_UNPACK_BUFFER;
Undocumented in source.
PIXEL_UNPACK_BUFFER_BINDING
enum uint PIXEL_UNPACK_BUFFER_BINDING;
Undocumented in source.
QUERY_RESULT
enum uint QUERY_RESULT;
Undocumented in source.
QUERY_RESULT_AVAILABLE
enum uint QUERY_RESULT_AVAILABLE;
Undocumented in source.
R11F_G11F_B10F
enum uint R11F_G11F_B10F;
Undocumented in source.
R16F
enum uint R16F;
Undocumented in source.
R16I
enum uint R16I;
Undocumented in source.
R16UI
enum uint R16UI;
Undocumented in source.
R32F
enum uint R32F;
Undocumented in source.
R32I
enum uint R32I;
Undocumented in source.
R32UI
enum uint R32UI;
Undocumented in source.
R8
enum uint R8;
Undocumented in source.
R8I
enum uint R8I;
Undocumented in source.
R8UI
enum uint R8UI;
Undocumented in source.
R8_SNORM
enum uint R8_SNORM;
Undocumented in source.
RASTERIZER_DISCARD
enum uint RASTERIZER_DISCARD;
Undocumented in source.
READ_BUFFER
enum uint READ_BUFFER;
Undocumented in source.
READ_FRAMEBUFFER
enum uint READ_FRAMEBUFFER;
Undocumented in source.
READ_FRAMEBUFFER_BINDING
enum uint READ_FRAMEBUFFER_BINDING;
Undocumented in source.
RED
enum uint RED;
Undocumented in source.
RED_INTEGER
enum uint RED_INTEGER;
Undocumented in source.
RENDERBUFFER_SAMPLES
enum uint RENDERBUFFER_SAMPLES;
Undocumented in source.
RG
enum uint RG;
Undocumented in source.
RG16F
enum uint RG16F;
Undocumented in source.
RG16I
enum uint RG16I;
Undocumented in source.
RG16UI
enum uint RG16UI;
Undocumented in source.
RG32F
enum uint RG32F;
Undocumented in source.
RG32I
enum uint RG32I;
Undocumented in source.
RG32UI
enum uint RG32UI;
Undocumented in source.
RG8
enum uint RG8;
Undocumented in source.
RG8I
enum uint RG8I;
Undocumented in source.
RG8UI
enum uint RG8UI;
Undocumented in source.
RG8_SNORM
enum uint RG8_SNORM;
Undocumented in source.
RGB10_A2
enum uint RGB10_A2;
Undocumented in source.
RGB10_A2UI
enum uint RGB10_A2UI;
Undocumented in source.
RGB16F
enum uint RGB16F;
Undocumented in source.
RGB16I
enum uint RGB16I;
Undocumented in source.
RGB16UI
enum uint RGB16UI;
Undocumented in source.
RGB32F
enum uint RGB32F;
Undocumented in source.
RGB32I
enum uint RGB32I;
Undocumented in source.
RGB32UI
enum uint RGB32UI;
Undocumented in source.
RGB8
enum uint RGB8;
Undocumented in source.
RGB8I
enum uint RGB8I;
Undocumented in source.
RGB8UI
enum uint RGB8UI;
Undocumented in source.
RGB8_SNORM
enum uint RGB8_SNORM;
Undocumented in source.
RGB9_E5
enum uint RGB9_E5;
Undocumented in source.
RGBA16F
enum uint RGBA16F;
Undocumented in source.
RGBA16I
enum uint RGBA16I;
Undocumented in source.
RGBA16UI
enum uint RGBA16UI;
Undocumented in source.
RGBA32F
enum uint RGBA32F;
Undocumented in source.
RGBA32I
enum uint RGBA32I;
Undocumented in source.
RGBA32UI
enum uint RGBA32UI;
Undocumented in source.
RGBA8
enum uint RGBA8;
Undocumented in source.
RGBA8I
enum uint RGBA8I;
Undocumented in source.
RGBA8UI
enum uint RGBA8UI;
Undocumented in source.
RGBA8_SNORM
enum uint RGBA8_SNORM;
Undocumented in source.
RGBA_INTEGER
enum uint RGBA_INTEGER;
Undocumented in source.
RGB_INTEGER
enum uint RGB_INTEGER;
Undocumented in source.
RG_INTEGER
enum uint RG_INTEGER;
Undocumented in source.
SAMPLER_2D_ARRAY
enum uint SAMPLER_2D_ARRAY;
Undocumented in source.
SAMPLER_2D_ARRAY_SHADOW
enum uint SAMPLER_2D_ARRAY_SHADOW;
Undocumented in source.
SAMPLER_2D_SHADOW
enum uint SAMPLER_2D_SHADOW;
Undocumented in source.
SAMPLER_3D
enum uint SAMPLER_3D;
Undocumented in source.
SAMPLER_BINDING
enum uint SAMPLER_BINDING;
Undocumented in source.
SAMPLER_CUBE_SHADOW
enum uint SAMPLER_CUBE_SHADOW;
Undocumented in source.
SEPARATE_ATTRIBS
enum uint SEPARATE_ATTRIBS;
Undocumented in source.
SIGNALED
enum uint SIGNALED;
Undocumented in source.
SIGNED_NORMALIZED
enum uint SIGNED_NORMALIZED;
Undocumented in source.
SRGB
enum uint SRGB;
Undocumented in source.
SRGB8
enum uint SRGB8;
Undocumented in source.
SRGB8_ALPHA8
enum uint SRGB8_ALPHA8;
Undocumented in source.
STATIC_COPY
enum uint STATIC_COPY;
Undocumented in source.
STATIC_READ
enum uint STATIC_READ;
Undocumented in source.
STENCIL
enum uint STENCIL;
Undocumented in source.
STREAM_COPY
enum uint STREAM_COPY;
Undocumented in source.
STREAM_READ
enum uint STREAM_READ;
Undocumented in source.
SYNC_CONDITION
enum uint SYNC_CONDITION;
Undocumented in source.
SYNC_FENCE
enum uint SYNC_FENCE;
Undocumented in source.
SYNC_FLAGS
enum uint SYNC_FLAGS;
Undocumented in source.
SYNC_FLUSH_COMMANDS_BIT
enum uint SYNC_FLUSH_COMMANDS_BIT;
Undocumented in source.
SYNC_GPU_COMMANDS_COMPLETE
enum uint SYNC_GPU_COMMANDS_COMPLETE;
Undocumented in source.
SYNC_STATUS
enum uint SYNC_STATUS;
Undocumented in source.
TEXTURE_2D_ARRAY
enum uint TEXTURE_2D_ARRAY;
Undocumented in source.
TEXTURE_3D
enum uint TEXTURE_3D;
Undocumented in source.
TEXTURE_BASE_LEVEL
enum uint TEXTURE_BASE_LEVEL;
Undocumented in source.
TEXTURE_BINDING_2D_ARRAY
enum uint TEXTURE_BINDING_2D_ARRAY;
Undocumented in source.
TEXTURE_BINDING_3D
enum uint TEXTURE_BINDING_3D;
Undocumented in source.
TEXTURE_COMPARE_FUNC
enum uint TEXTURE_COMPARE_FUNC;
Undocumented in source.
TEXTURE_COMPARE_MODE
enum uint TEXTURE_COMPARE_MODE;
Undocumented in source.
TEXTURE_IMMUTABLE_FORMAT
enum uint TEXTURE_IMMUTABLE_FORMAT;
Undocumented in source.
TEXTURE_IMMUTABLE_LEVELS
enum uint TEXTURE_IMMUTABLE_LEVELS;
Undocumented in source.
TEXTURE_MAX_LEVEL
enum uint TEXTURE_MAX_LEVEL;
Undocumented in source.
TEXTURE_MAX_LOD
enum uint TEXTURE_MAX_LOD;
Undocumented in source.
TEXTURE_MIN_LOD
enum uint TEXTURE_MIN_LOD;
Undocumented in source.
TEXTURE_WRAP_R
enum uint TEXTURE_WRAP_R;
Undocumented in source.
TIMEOUT_EXPIRED
enum uint TIMEOUT_EXPIRED;
Undocumented in source.
TIMEOUT_IGNORED
enum int TIMEOUT_IGNORED;
Undocumented in source.
TRANSFORM_FEEDBACK
enum uint TRANSFORM_FEEDBACK;
Undocumented in source.
TRANSFORM_FEEDBACK_ACTIVE
enum uint TRANSFORM_FEEDBACK_ACTIVE;
Undocumented in source.
TRANSFORM_FEEDBACK_BINDING
enum uint TRANSFORM_FEEDBACK_BINDING;
Undocumented in source.
TRANSFORM_FEEDBACK_BUFFER
enum uint TRANSFORM_FEEDBACK_BUFFER;
Undocumented in source.
TRANSFORM_FEEDBACK_BUFFER_BINDING
enum uint TRANSFORM_FEEDBACK_BUFFER_BINDING;
Undocumented in source.
TRANSFORM_FEEDBACK_BUFFER_MODE
enum uint TRANSFORM_FEEDBACK_BUFFER_MODE;
Undocumented in source.
TRANSFORM_FEEDBACK_BUFFER_SIZE
enum uint TRANSFORM_FEEDBACK_BUFFER_SIZE;
Undocumented in source.
TRANSFORM_FEEDBACK_BUFFER_START
enum uint TRANSFORM_FEEDBACK_BUFFER_START;
Undocumented in source.
TRANSFORM_FEEDBACK_PAUSED
enum uint TRANSFORM_FEEDBACK_PAUSED;
Undocumented in source.
TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN
enum uint TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN;
Undocumented in source.
TRANSFORM_FEEDBACK_VARYINGS
enum uint TRANSFORM_FEEDBACK_VARYINGS;
Undocumented in source.
UNIFORM_ARRAY_STRIDE
enum uint UNIFORM_ARRAY_STRIDE;
Undocumented in source.
UNIFORM_BLOCK_ACTIVE_UNIFORMS
enum uint UNIFORM_BLOCK_ACTIVE_UNIFORMS;
Undocumented in source.
UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES
enum uint UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES;
Undocumented in source.
UNIFORM_BLOCK_BINDING
enum uint UNIFORM_BLOCK_BINDING;
Undocumented in source.
UNIFORM_BLOCK_DATA_SIZE
enum uint UNIFORM_BLOCK_DATA_SIZE;
Undocumented in source.
UNIFORM_BLOCK_INDEX
enum uint UNIFORM_BLOCK_INDEX;
Undocumented in source.
UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER
enum uint UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source.
UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER
enum uint UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source.
UNIFORM_BUFFER
enum uint UNIFORM_BUFFER;
Undocumented in source.
UNIFORM_BUFFER_BINDING
enum uint UNIFORM_BUFFER_BINDING;
Undocumented in source.
UNIFORM_BUFFER_OFFSET_ALIGNMENT
enum uint UNIFORM_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source.
UNIFORM_BUFFER_SIZE
enum uint UNIFORM_BUFFER_SIZE;
Undocumented in source.
UNIFORM_BUFFER_START
enum uint UNIFORM_BUFFER_START;
Undocumented in source.
UNIFORM_IS_ROW_MAJOR
enum uint UNIFORM_IS_ROW_MAJOR;
Undocumented in source.
UNIFORM_MATRIX_STRIDE
enum uint UNIFORM_MATRIX_STRIDE;
Undocumented in source.
UNIFORM_OFFSET
enum uint UNIFORM_OFFSET;
Undocumented in source.
UNIFORM_SIZE
enum uint UNIFORM_SIZE;
Undocumented in source.
UNIFORM_TYPE
enum uint UNIFORM_TYPE;
Undocumented in source.
UNPACK_IMAGE_HEIGHT
enum uint UNPACK_IMAGE_HEIGHT;
Undocumented in source.
UNPACK_ROW_LENGTH
enum uint UNPACK_ROW_LENGTH;
Undocumented in source.
UNPACK_SKIP_IMAGES
enum uint UNPACK_SKIP_IMAGES;
Undocumented in source.
UNPACK_SKIP_PIXELS
enum uint UNPACK_SKIP_PIXELS;
Undocumented in source.
UNPACK_SKIP_ROWS
enum uint UNPACK_SKIP_ROWS;
Undocumented in source.
UNSIGNALED
enum uint UNSIGNALED;
Undocumented in source.
UNSIGNED_INT_10F_11F_11F_REV
enum uint UNSIGNED_INT_10F_11F_11F_REV;
Undocumented in source.
UNSIGNED_INT_24_8
enum uint UNSIGNED_INT_24_8;
Undocumented in source.
UNSIGNED_INT_2_10_10_10_REV
enum uint UNSIGNED_INT_2_10_10_10_REV;
Undocumented in source.
UNSIGNED_INT_5_9_9_9_REV
enum uint UNSIGNED_INT_5_9_9_9_REV;
Undocumented in source.
UNSIGNED_INT_SAMPLER_2D
enum uint UNSIGNED_INT_SAMPLER_2D;
Undocumented in source.
UNSIGNED_INT_SAMPLER_2D_ARRAY
enum uint UNSIGNED_INT_SAMPLER_2D_ARRAY;
Undocumented in source.
UNSIGNED_INT_SAMPLER_3D
enum uint UNSIGNED_INT_SAMPLER_3D;
Undocumented in source.
UNSIGNED_INT_SAMPLER_CUBE
enum uint UNSIGNED_INT_SAMPLER_CUBE;
Undocumented in source.
UNSIGNED_INT_VEC2
enum uint UNSIGNED_INT_VEC2;
Undocumented in source.
UNSIGNED_INT_VEC3
enum uint UNSIGNED_INT_VEC3;
Undocumented in source.
UNSIGNED_INT_VEC4
enum uint UNSIGNED_INT_VEC4;
Undocumented in source.
UNSIGNED_NORMALIZED
enum uint UNSIGNED_NORMALIZED;
Undocumented in source.
VERTEX_ARRAY_BINDING
enum uint VERTEX_ARRAY_BINDING;
Undocumented in source.
VERTEX_ATTRIB_ARRAY_DIVISOR
enum uint VERTEX_ATTRIB_ARRAY_DIVISOR;
Undocumented in source.
VERTEX_ATTRIB_ARRAY_INTEGER
enum uint VERTEX_ATTRIB_ARRAY_INTEGER;
Undocumented in source.
WAIT_FAILED
enum uint WAIT_FAILED;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta