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