PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROCDart typedef

PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROCDart = void Function(int target, int samples, int internalFormat, int width, int height, int depth, int fixedSampleLocations, int memory, int offset)

Implementation

typedef PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROCDart =
    void Function(
      int target,
      int samples,
      int internalFormat,
      int width,
      int height,
      int depth,
      int fixedSampleLocations,
      int memory,
      int offset,
    );