texImage2D2 method
- @DomName('WebGL2RenderingContext.texImage2D2')
- @DocsEditable()
- @Experimental()
Source
@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