GL
interface GL
Author
Colton Daily
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun blendFuncSeparate(srcRGB: BlendFactor, dstRGB: BlendFactor, srcAlpha: BlendFactor, dstAlpha: BlendFactor)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun compressedTexImage2D(target: TextureTarget, level: Int, internalFormat: TextureFormat, width: Int, height: Int, source: ByteBuffer?)
abstract fun compressedTexImage2D(target: Int, level: Int, internalFormat: Int, width: Int, height: Int, source: ByteBuffer?)
Link copied to clipboard
open fun compressedTexImage3D(target: TextureTarget, level: Int, internalFormat: TextureFormat, width: Int, height: Int, depth: Int, source: ByteBuffer?)
abstract fun compressedTexImage3D(target: Int, level: Int, internalFormat: Int, width: Int, height: Int, depth: Int, source: ByteBuffer?)
Link copied to clipboard
open fun compressedTexSubImage2D(target: TextureTarget, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: TextureFormat, source: ByteBuffer)
abstract fun compressedTexSubImage2D(target: Int, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: Int, source: ByteBuffer)
Link copied to clipboard
open fun compressedTexSubImage3D(target: TextureTarget, level: Int, xOffset: Int, yOffset: Int, zOffset: Int, width: Int, height: Int, depth: Int, format: TextureFormat, source: ByteBuffer)
Link copied to clipboard
open fun copyTexImage2D(target: TextureTarget, level: Int, internalFormat: TextureFormat, x: Int, y: Int, width: Int, height: Int, border: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun frameBufferRenderBuffer(attachementType: FrameBufferRenderBufferAttachment, glRenderBuffer: GlRenderBuffer)
Link copied to clipboard
abstract fun frameBufferTexture2D(attachementType: FrameBufferRenderBufferAttachment, glTexture: GlTexture, level: Int)
abstract fun frameBufferTexture2D(target: Int, attachementType: FrameBufferRenderBufferAttachment, glTexture: GlTexture, level: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun renderBufferStorage(internalFormat: RenderBufferInternalFormat, width: Int, height: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun stencilOpSeparate(face: FaceMode, fail: StencilAction, zfail: StencilAction, zpass: StencilAction)
Link copied to clipboard
open fun texImage2D(target: TextureTarget, level: Int, internalFormat: TextureFormat, format: TextureFormat, width: Int, height: Int, type: DataType)
abstract fun texImage2D(target: Int, level: Int, internalFormat: Int, format: Int, width: Int, height: Int, type: Int)
open fun texImage2D(target: TextureTarget, level: Int, internalFormat: TextureFormat, format: TextureFormat, width: Int, height: Int, type: DataType, source: ByteBuffer)
abstract fun texImage2D(target: Int, level: Int, internalFormat: Int, format: Int, width: Int, height: Int, type: Int, source: ByteBuffer)
Link copied to clipboard
open fun texImage3D(target: TextureTarget, level: Int, internalFormat: TextureFormat, format: TextureFormat, width: Int, height: Int, depth: Int, type: DataType)
abstract fun texImage3D(target: Int, level: Int, internalFormat: Int, format: Int, width: Int, height: Int, depth: Int, type: Int)
open fun texImage3D(target: TextureTarget, level: Int, internalFormat: TextureFormat, format: TextureFormat, width: Int, height: Int, depth: Int, type: DataType, source: ByteBuffer)
abstract fun texImage3D(target: Int, level: Int, internalFormat: Int, format: Int, width: Int, height: Int, depth: Int, type: Int, source: ByteBuffer)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun texSubImage2D(target: TextureTarget, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: TextureFormat, type: DataType, source: ByteBuffer)
abstract fun texSubImage2D(target: Int, level: Int, xOffset: Int, yOffset: Int, width: Int, height: Int, format: Int, type: Int, source: ByteBuffer)
Link copied to clipboard
open fun texSubImage3D(target: TextureTarget, level: Int, xOffset: Int, yOffset: Int, zOffset: Int, width: Int, height: Int, depth: Int, format: TextureFormat, type: DataType, source: ByteBuffer)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun uniformMatrix3fv(uniformLocation: UniformLocation, transpose: Boolean, data: FloatBuffer)
abstract fun uniformMatrix3fv(uniformLocation: UniformLocation, transpose: Boolean, data: Array<Float>)
Link copied to clipboard
abstract fun uniformMatrix4fv(uniformLocation: UniformLocation, transpose: Boolean, data: FloatBuffer)
abstract fun uniformMatrix4fv(uniformLocation: UniformLocation, transpose: Boolean, data: Array<Float>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun vertexAttribPointer(index: Int, size: Int, type: VertexAttrType, normalized: Boolean, stride: Int, offset: Int)