getTexParameter method
- @DomName('WebGLRenderingContext.getTexParameter')
- @DocsEditable()
Source
@DomName('WebGLRenderingContext.getTexParameter') @DocsEditable() Object getTexParameter(int target, int pname) => (_blink.BlinkWebGLRenderingContext.instance .getTexParameter_Callback_2_(this, target, pname));
© 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/getTexParameter.html