PFNGLVIEWPORTINDEXEDFPROC typedef

PFNGLVIEWPORTINDEXEDFPROC = Void Function(Uint32 index, Float x, Float y, Float w, Float h)

Implementation

typedef PFNGLVIEWPORTINDEXEDFPROC = Void Function(
    Uint32 index, Float x, Float y, Float w, Float h);