PFNGLUNIFORM1UIVPROC typedef

PFNGLUNIFORM1UIVPROC = Void Function(Int32 location, Uint32 count, Pointer<Uint32> value)

Implementation

typedef PFNGLUNIFORM1UIVPROC =
    Void Function(Int32 location, Uint32 count, Pointer<Uint32> value);