PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC typedef

PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC = Void Function(Uint32 target, Uint32 coverageSamples, Uint32 colorSamples, Uint32 internalformat, Uint32 width, Uint32 height)

Implementation

typedef PFNGLRENDERBUFFERSTORAGEMULTISAMPLECOVERAGENVPROC =
    Void Function(
      Uint32 target,
      Uint32 coverageSamples,
      Uint32 colorSamples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );