GlVertexAttrib4f typedef

GlVertexAttrib4f = void Function(int index, double x, double y, double z, double w)

Implementation

typedef GlVertexAttrib4f = void Function(
    int index, double x, double y, double z, double w);