PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC typedef

PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC = Void Function(Uint32 target, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height)

Implementation

typedef PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC =
    Void Function(
      Uint32 target,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );