PFNGLGETPROGRAMBINARYPROCDart typedef

PFNGLGETPROGRAMBINARYPROCDart = void Function(int program, int bufSize, Pointer<Uint32> length, Pointer<Uint32> binaryFormat, Pointer<NativeType> binary)

Implementation

typedef PFNGLGETPROGRAMBINARYPROCDart =
    void Function(
      int program,
      int bufSize,
      Pointer<Uint32> length,
      Pointer<Uint32> binaryFormat,
      Pointer<NativeType> binary,
    );