PFNGLPROGRAMUNIFORM3UIPROC typedef

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

Implementation

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