bindFramebuffer method
- @DomName('WebGLRenderingContext.bindFramebuffer')
- @DocsEditable()
Source
@DomName('WebGLRenderingContext.bindFramebuffer') @DocsEditable() void bindFramebuffer(int target, Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.instance .bindFramebuffer_Callback_2_(this, target, framebuffer);
© 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/bindFramebuffer.html