getFramebufferAttachmentParameter method
The
WebGLRenderingContext.getFramebufferAttachmentParameter()
method of the
WebGL API
returns information
about a framebuffer's attachment.
Implementation
external JSAny? getFramebufferAttachmentParameter(
GLenum target,
GLenum attachment,
GLenum pname,
);