PFNGLTEXIMAGE3DMULTISAMPLECOVERAGENVPROC typedef

PFNGLTEXIMAGE3DMULTISAMPLECOVERAGENVPROC = Void Function(Uint32 target, Uint32 coverageSamples, Uint32 colorSamples, Int32 internalFormat, Uint32 width, Uint32 height, Uint32 depth, Int32 fixedSampleLocations)

Implementation

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