GlVertexAttrib4d typedef

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

Implementation

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