pixelStorei method

void pixelStorei(
  1. GLenum pname,
  2. GLint param
)

The WebGLRenderingContext.pixelStorei() method of the WebGL API specifies the pixel storage modes.

Implementation

external void pixelStorei(
  GLenum pname,
  GLint param,
);