PFNGLNAMEDFRAMEBUFFERRENDERBUFFERPROC typedef

PFNGLNAMEDFRAMEBUFFERRENDERBUFFERPROC = Void Function(Uint32 framebuffer, Uint32 attachment, Uint32 renderbuffertarget, Uint32 renderbuffer)

Implementation

typedef PFNGLNAMEDFRAMEBUFFERRENDERBUFFERPROC = Void Function(
    Uint32 framebuffer,
    Uint32 attachment,
    Uint32 renderbuffertarget,
    Uint32 renderbuffer);