Skip to content

API Reference / @gtkx/gl / textureBuffer

Function: textureBuffer()

textureBuffer(texture, internalformat, buffer): void

Defined in: generated/commands.d.ts:5133

void glTextureBuffer(GLuint texture, GLenum internalformat, GLuint buffer)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

internalformat

number

GLenum, group SizedInternalFormat

buffer

number

GLuint, object class buffer

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glTextureBuffer.xhtml

Released under the MPL-2.0 License.