getInternalformatParameter method

JSAny? getInternalformatParameter(
  1. GLenum target,
  2. GLenum internalformat,
  3. GLenum pname
)

The WebGL2RenderingContext.getInternalformatParameter() method of the WebGL 2 API returns information about implementation-dependent support for internal formats.

Implementation

external JSAny? getInternalformatParameter(
  GLenum target,
  GLenum internalformat,
  GLenum pname,
);