vertexAttribPointer method
- @DomName('WebGLRenderingContext.vertexAttribPointer')
- @DocsEditable()
Source
@DomName('WebGLRenderingContext.vertexAttribPointer') @DocsEditable() void vertexAttribPointer(int indx, int size, int type, bool normalized, int stride, int offset) => _blink.BlinkWebGLRenderingContext.instance .vertexAttribPointer_Callback_6_( this, indx, size, type, normalized, stride, 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/RenderingContext/vertexAttribPointer.html