getActiveUniformBlockParameter method
JSAny?
getActiveUniformBlockParameter(
- WebGLProgram program,
- GLuint uniformBlockIndex,
- 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,
);