Skip to content

API Reference / @gtkx/gl / createSamplers

Function: createSamplers()

createSamplers(n): number[]

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

void glCreateSamplers(GLsizei n, GLuint *samplers)

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Sampler object functions.

Parameters

n

number

GLsizei

Returns

number[]

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

Released under the MPL-2.0 License.