Skip to content

API Reference / @gtkx/gl / bindSamplers

Function: bindSamplers()

bindSamplers(first, count, samplers): void

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

void glBindSamplers(GLuint first, GLsizei count, const GLuint *samplers)

Provided by GL_VERSION_4_4.

Parameters

first

number

GLuint

count

number

GLsizei

samplers

number[] | Uint32Array<ArrayBufferLike>

const GLuint *, length count, object class sampler

Returns

void

See

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

Released under the MPL-2.0 License.