PFNGLUNIFORM3UIPROC typedef

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

Implementation

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