getActiveUniformBlockParameter method

JSAny? getActiveUniformBlockParameter(
  1. WebGLProgram program,
  2. GLuint uniformBlockIndex,
  3. GLenum pname
)

The WebGL2RenderingContext.getActiveUniformBlockParameter() method of the WebGL 2 API retrieves information about an active uniform block within a WebGLProgram.

Implementation

external JSAny? getActiveUniformBlockParameter(
  WebGLProgram program,
  GLuint uniformBlockIndex,
  GLenum pname,
);