Spec-Zone.ru › Dart 1

dart:web_gl

Метод texImage2D2

  1. @DomName('WebGL2RenderingContext.texImage2D2')
  2. @DocsEditable()
  3. @Experimental()
void texImage2D2(int target, int level, int internalformat, int width, int height, int border, int format, int type, int offset)

Исходный код

@DomName('WebGL2RenderingContext.texImage2D2')
@DocsEditable()
@Experimental() // untriaged
void texImage2D2(int target, int level, int internalformat, int width,
        int height, int border, int format, int type, int offset) =>
    _blink.BlinkWebGL2RenderingContext.instance.texImage2D_Callback_9_(
        this,
        target,
        level,
        internalformat,
        width,
        height,
        border,
        format,
        type,
        offset);

© 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/RenderingContext2/texImage2D2.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API