GlUniform3uiv typedef

GlUniform3uiv = void Function(int first, int count, Pointer<Uint32> textures)

Implementation

typedef GlUniform3uiv = void Function(
    int location, int count, Pointer<Uint32> value);