checkFramebufferStatus method

GLenum checkFramebufferStatus(
  1. GLenum target
)

The WebGLRenderingContext.checkFramebufferStatus() method of the WebGL API returns the completeness status of the WebGLFramebuffer object.

Implementation

external GLenum checkFramebufferStatus(GLenum target);