PFNGLVARIANTPOINTEREXTPROC typedef

PFNGLVARIANTPOINTEREXTPROC = Void Function(Uint32 id, Uint32 type, Uint32 stride, Pointer<NativeType> addr)

Implementation

typedef PFNGLVARIANTPOINTEREXTPROC =
    Void Function(
      Uint32 id,
      Uint32 type,
      Uint32 stride,
      Pointer<NativeType> addr,
    );