PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC typedef

PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC = Void Function(Uint32 renderbuffer, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height)

Implementation

typedef PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC =
    Void Function(
      Uint32 renderbuffer,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );