GlUniform3iNative typedef

GlUniform3iNative = Void Function(Int32 x, Int32 y, Int32 width, Int32 height)

Implementation

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