Searched defs:vertexSource (Results 1 – 1 of 1) sorted by relevance
165 static const char *vertexSource = "attribute vec4 position;\n" variable283 static GLuint initProgram(const char *vertexSource, const char *fragmentSource) in initProgram()