PFNGLCOLORPOINTERLISTIBMPROC typedef

PFNGLCOLORPOINTERLISTIBMPROC = Void Function(Int32 size, Uint32 type, Int32 stride, Pointer<Pointer<NativeType>> pointer, Int32 ptrstride)

Implementation

typedef PFNGLCOLORPOINTERLISTIBMPROC =
    Void Function(
      Int32 size,
      Uint32 type,
      Int32 stride,
      Pointer<Pointer<NativeType>> pointer,
      Int32 ptrstride,
    );