dart / 1 / dart-web_gl / renderingcontext / isbuffer.html

isBuffer method

  1. @DomName('WebGLRenderingContext.isBuffer')
  2. @DocsEditable()
bool isBuffer(Buffer buffer)

Source

@DomName('WebGLRenderingContext.isBuffer')
@DocsEditable()
bool isBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.instance
    .isBuffer_Callback_1_(this, buffer);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-web_gl/RenderingContext/isBuffer.html