PFNGLCOLORPOINTERVINTELPROC typedef

PFNGLCOLORPOINTERVINTELPROC = Void Function(Int32 size, Uint32 type, Pointer<Pointer<NativeType>> pointer)

Implementation

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