Skip to content

API Reference / @gtkx/gl / deleteSamplers

Function: deleteSamplers()

deleteSamplers(count, samplers): void

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

void glDeleteSamplers(GLsizei count, const 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

samplers

number[] | Uint32Array<ArrayBufferLike>

GLuint[] | Uint32Array, length count, object class sampler

Returns

void

Released under the MPL-2.0 License.