dart / 2 / dart-web_gl / renderingcontext / framebuffertexture2d.html

framebufferTexture2D method

void framebufferTexture2D(
  1. int target,
  2. int attachment,
  3. int textarget,
  4. Texture? texture,
  5. int level
)

Implementation

void framebufferTexture2D(int target, int attachment, int textarget,
    Texture? texture, int level) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-web_gl/RenderingContext/framebufferTexture2D.html