PFNGLUNIFORM4IVPROC typedef

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

Implementation

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