GlProgramUniform1fvNative typedef

GlProgramUniform1fvNative = Void Function(Uint32 program, Int32 location, Int32 count, Pointer<Float> value)

Implementation

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