PFNGLTEXIMAGE3DMULTISAMPLEPROCDart typedef

PFNGLTEXIMAGE3DMULTISAMPLEPROCDart = void Function(int target, int samples, int internalformat, int width, int height, int depth, int fixedsamplelocations)

Implementation

typedef PFNGLTEXIMAGE3DMULTISAMPLEPROCDart =
    void Function(
      int target,
      int samples,
      int internalformat,
      int width,
      int height,
      int depth,
      int fixedsamplelocations,
    );