Skip to content

API Reference / @gtkx/gl / genSamplers

Function: genSamplers()

genSamplers(count): number[]

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

void glGenSamplers(GLsizei count, GLuint *samplers)

Provided by GL_VERSION_3_3. Registry note: Reuse ARB_sampler_objects Also provided by the GL_ARB_sampler_objects extension.

Parameters

count

number

GLsizei

Returns

number[]

samplers (GLuint[], length count, object class sampler)

Released under the MPL-2.0 License.