Skip to content

API Reference / @gtkx/gl / isSampler

Function: isSampler()

isSampler(sampler): boolean

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

GLboolean glIsSampler(GLuint sampler)

Provided by GL_VERSION_3_3.

Parameters

sampler

number

GLuint, object class sampler

Returns

boolean

GLboolean

See

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

Released under the MPL-2.0 License.