PFNGLTEXTUREIMAGE2DMULTISAMPLENVPROCDart typedef

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

Implementation

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