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