Spec-Zone.ru › Dart 2

dart:web_gl

Метод texImage2DTyped

  1. @Deprecated("Use texImage2D")
void texImage2DTyped(
  1. int targetTexture,
  2. int levelOfDetail,
  3. int internalFormat,
  4. int width,
  5. int height,
  6. int border,
  7. int format,
  8. int type,
  9. TypedData data
)
@Deprecated("Use texImage2D")

Устанавливает текущую привязанную текстуру в data.

Этот метод устарел, используйте texImage2D.

Реализация

@Deprecated("Use texImage2D")
void texImage2DTyped(int targetTexture, int levelOfDetail, int internalFormat,
    int width, int height, int border, int format, int type, TypedData data) {
  texImage2D(targetTexture, levelOfDetail, internalFormat, width, height,
      border, format, type, data);
}

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

Spec-Zone.ru

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