dart / 2.17.0 / dart-web_gl / renderingcontext / vertexattribpointer.html /

vertexAttribPointer method

void vertexAttribPointer(
  1. int indx,
  2. int size,
  3. int type,
  4. bool normalized,
  5. int stride,
  6. int offset
)

Implementation

void vertexAttribPointer(int indx, int size, int type, bool normalized,
    int stride, int offset) native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.17.0/dart-web_gl/RenderingContext/vertexAttribPointer.html