PFNGLTEXTUREIMAGE3DMULTISAMPLENVPROCDart typedef

PFNGLTEXTUREIMAGE3DMULTISAMPLENVPROCDart = void Function(int texture, int target, int samples, int internalFormat, int width, int height, int depth, int fixedSampleLocations)

Implementation

typedef PFNGLTEXTUREIMAGE3DMULTISAMPLENVPROCDart =
    void Function(
      int texture,
      int target,
      int samples,
      int internalFormat,
      int width,
      int height,
      int depth,
      int fixedSampleLocations,
    );