PFNGLVERTEXATTRIBFORMATPROCDart typedef

PFNGLVERTEXATTRIBFORMATPROCDart = void Function(int attribindex, int size, int type, int normalized, int relativeoffset)

Implementation

typedef PFNGLVERTEXATTRIBFORMATPROCDart =
    void Function(
      int attribindex,
      int size,
      int type,
      int normalized,
      int relativeoffset,
    );