Skip to content

API Reference / @gtkx/gl / pixelStorei

Function: pixelStorei()

pixelStorei(pname, param): void

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

void glPixelStorei(GLenum pname, GLint param)

Provided by GL_VERSION_1_0. GLX single opcode 110.

Parameters

pname

number

PixelStoreParameter

param

number

GLint, kind CheckedInt32

Returns

void

Released under the MPL-2.0 License.