PfnglgetpointeriVextproc typedef

PfnglgetpointeriVextproc = Void Function(Uint32 pname, Uint32 index, Pointer<Pointer<NativeType>> params)

Implementation

typedef PfnglgetpointeriVextproc =
    Void Function(
      Uint32 pname,
      Uint32 index,
      Pointer<Pointer<NativeType>> params,
    );