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