PFNGLCLEARBUFFERSUBDATAPROCDart typedef

PFNGLCLEARBUFFERSUBDATAPROCDart = void Function(int target, int internalformat, Pointer<NativeType> offset, Pointer<Uint32> size, int format, int type, Pointer<NativeType> data)

Implementation

typedef PFNGLCLEARBUFFERSUBDATAPROCDart =
    void Function(
      int target,
      int internalformat,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
      int format,
      int type,
      Pointer<NativeType> data,
    );