cogl: Remove reference to nonexistent type CoglVertex2f
It is actually CoglVertexP2. https://gitlab.gnome.org/GNOME/mutter/merge_requests/979
This commit is contained in:
parent
4aab814c37
commit
02db9ee577
@ -76,7 +76,7 @@ G_BEGIN_DECLS
|
||||
* vertices multiple times.
|
||||
*
|
||||
* |[
|
||||
* CoglVertex2f quad_vertices[] = {
|
||||
* CoglVertexP2 quad_vertices[] = {
|
||||
* {x0, y0}, //0 = top left
|
||||
* {x1, y1}, //1 = bottom left
|
||||
* {x2, y2}, //2 = bottom right
|
||||
|
Loading…
Reference in New Issue
Block a user