PFNGLVERTEXATTRIBFORMATNVPROC typedef

PFNGLVERTEXATTRIBFORMATNVPROC = Void Function(Uint32 index, Int32 size, Uint32 type, Int32 normalized, Uint32 stride)

Implementation

typedef PFNGLVERTEXATTRIBFORMATNVPROC =
    Void Function(
      Uint32 index,
      Int32 size,
      Uint32 type,
      Int32 normalized,
      Uint32 stride,
    );