isFramebuffer method
The WebGLRenderingContext.isFramebuffer()
method of the
WebGL API
returns true
if the
passed WebGLFramebuffer is valid and false
otherwise.
Implementation
external GLboolean isFramebuffer(WebGLFramebuffer? framebuffer);
The WebGLRenderingContext.isFramebuffer()
method of the
WebGL API
returns true
if the
passed WebGLFramebuffer is valid and false
otherwise.
external GLboolean isFramebuffer(WebGLFramebuffer? framebuffer);