PFNGLTEXSTORAGE3DMULTISAMPLEPROCDart typedef

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

Implementation

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