PFNGLTEXTUREIMAGE2DMULTISAMPLECOVERAGENVPROC typedef

PFNGLTEXTUREIMAGE2DMULTISAMPLECOVERAGENVPROC = Void Function(Uint32 texture, Uint32 target, Uint32 coverageSamples, Uint32 colorSamples, Int32 internalFormat, Uint32 width, Uint32 height, Int32 fixedSampleLocations)

Implementation

typedef PFNGLTEXTUREIMAGE2DMULTISAMPLECOVERAGENVPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 coverageSamples,
      Uint32 colorSamples,
      Int32 internalFormat,
      Uint32 width,
      Uint32 height,
      Int32 fixedSampleLocations,
    );