PFNGLGETPROGRAMBINARYPROC typedef

PFNGLGETPROGRAMBINARYPROC = Void Function(Uint32 program, Uint32 bufSize, Pointer<Uint32> length, Pointer<Uint32> binaryFormat, Pointer<NativeType> binary)

Implementation

typedef PFNGLGETPROGRAMBINARYPROC =
    Void Function(
      Uint32 program,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Uint32> binaryFormat,
      Pointer<NativeType> binary,
    );