PFNGLPROGRAMUNIFORM4UIPROC typedef

PFNGLPROGRAMUNIFORM4UIPROC = Void Function(Uint32 program, Int32 location, Uint32 v0, Uint32 v1, Uint32 v2, Uint32 v3)

Implementation

typedef PFNGLPROGRAMUNIFORM4UIPROC =
    Void Function(
      Uint32 program,
      Int32 location,
      Uint32 v0,
      Uint32 v1,
      Uint32 v2,
      Uint32 v3,
    );