PFNGLRENDERBUFFERSTORAGEPROC typedef

PFNGLRENDERBUFFERSTORAGEPROC = Void Function(Uint32 target, Uint32 internalformat, Int32 width, Int32 height)

Implementation

typedef PFNGLRENDERBUFFERSTORAGEPROC = Void Function(
    Uint32 target, Uint32 internalformat, Int32 width, Int32 height);