PFNGLTEXIMAGE2DMULTISAMPLEPROCDart typedef

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

Implementation

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