PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROCDart typedef

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

Implementation

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