PFNGLARRAYOBJECTATIPROCDart typedef

PFNGLARRAYOBJECTATIPROCDart = void Function(int array, int size, int type, int stride, int buffer, int offset)

Implementation

typedef PFNGLARRAYOBJECTATIPROCDart =
    void Function(
      int array,
      int size,
      int type,
      int stride,
      int buffer,
      int offset,
    );