PFNGLGETNAMEDBUFFERPOINTERVEXTPROC typedef

PFNGLGETNAMEDBUFFERPOINTERVEXTPROC = Void Function(Uint32 buffer, Uint32 pname, Pointer<Pointer<NativeType>> params)

Implementation

typedef PFNGLGETNAMEDBUFFERPOINTERVEXTPROC =
    Void Function(
      Uint32 buffer,
      Uint32 pname,
      Pointer<Pointer<NativeType>> params,
    );