PFNGLTEXTUREIMAGE3DMULTISAMPLECOVERAGENVPROCDart typedef

PFNGLTEXTUREIMAGE3DMULTISAMPLECOVERAGENVPROCDart = void Function(int texture, int target, int coverageSamples, int colorSamples, int internalFormat, int width, int height, int depth, int fixedSampleLocations)

Implementation

typedef PFNGLTEXTUREIMAGE3DMULTISAMPLECOVERAGENVPROCDart =
    void Function(
      int texture,
      int target,
      int coverageSamples,
      int colorSamples,
      int internalFormat,
      int width,
      int height,
      int depth,
      int fixedSampleLocations,
    );