Skip to content

API Reference / @gtkx/gl / bindImageTextures

Function: bindImageTextures()

bindImageTextures(first, count, textures): void

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

void glBindImageTextures(GLuint first, GLsizei count, const GLuint *textures)

Provided by GL_VERSION_4_4.

Parameters

first

number

GLuint

count

number

GLsizei

textures

number[] | Uint32Array<ArrayBufferLike>

const GLuint *, length count, object class texture

Returns

void

See

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

Released under the MPL-2.0 License.