PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEPROC typedef

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

Implementation

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