isBuffer method

GLboolean isBuffer(
  1. WebGLBuffer? buffer
)

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);