PFNGLVERTEXATTRIBLFORMATPROC typedef

PFNGLVERTEXATTRIBLFORMATPROC = Void Function(Uint32 attribindex, Int32 size, Uint32 type, Uint32 relativeoffset)

Implementation

typedef PFNGLVERTEXATTRIBLFORMATPROC =
    Void Function(
      Uint32 attribindex,
      Int32 size,
      Uint32 type,
      Uint32 relativeoffset,
    );