PFNGLMULTITEXCOORDPOINTEREXTPROC typedef

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

Implementation

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