Home
last modified time | relevance | path

Searched refs:vcol_location (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/glfw/examples/
Dsimple.c79 GLint mvp_location, vpos_location, vcol_location; in main() local
123 vcol_location = glGetAttribLocation(program, "vCol"); in main()
128 glEnableVertexAttribArray(vcol_location); in main()
129 glVertexAttribPointer(vcol_location, 3, GL_FLOAT, GL_FALSE, in main()