PFNGLCOLORPOINTERPROC typedef

PFNGLCOLORPOINTERPROC = Void Function(Int32 size, Uint32 type, Uint32 stride, Pointer<NativeType> ptr)

Implementation

typedef PFNGLCOLORPOINTERPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Uint32 stride,
      Pointer<NativeType> ptr,
    );