PFNGLPROGRAMUNIFORM2UIPROC typedef

PFNGLPROGRAMUNIFORM2UIPROC = Void Function(Uint32 program, Int32 location, Uint32 v0, Uint32 v1)

Implementation

typedef PFNGLPROGRAMUNIFORM2UIPROC = Void Function(
    Uint32 program, Int32 location, Uint32 v0, Uint32 v1);