Skip to content

API Reference / @gtkx/gl / createSamplers

Function: createSamplers()

createSamplers(n): number[]

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

void glCreateSamplers(GLsizei n, GLuint *samplers)

Provided by GL_VERSION_4_5.

Parameters

n

number

GLsizei

Returns

number[]

samplers (GLuint *)

See

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

Released under the MPL-2.0 License.