PFNGLVERTEXATTRIBPOINTERPROC typedef

PFNGLVERTEXATTRIBPOINTERPROC = Void Function(Uint32 index, Int32 size, Uint32 type, Int32 normalized, Uint32 stride, Pointer<NativeType> pointer)

Implementation

typedef PFNGLVERTEXATTRIBPOINTERPROC =
    Void Function(
      Uint32 index,
      Int32 size,
      Uint32 type,
      Int32 normalized,
      Uint32 stride,
      Pointer<NativeType> pointer,
    );