PFNGLVERTEXARRAYATTRIBFORMATPROC typedef

PFNGLVERTEXARRAYATTRIBFORMATPROC = Void Function(Uint32 vaobj, Uint32 attribindex, Int32 size, Uint32 type, Uint8 normalized, Uint32 relativeoffset)

Implementation

typedef PFNGLVERTEXARRAYATTRIBFORMATPROC = Void Function(
    Uint32 vaobj,
    Uint32 attribindex,
    Int32 size,
    Uint32 type,
    Uint8 normalized,
    Uint32 relativeoffset);