mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
e69a583f1b
Since I'm not specifying the api when creating my context, mesa is giving me GL2. This is fair enough, but in GL2, vertex attribute 0 is the vertex position. This too, is fair enough. The problem is, mesa is assigning 0 to my vcolor attribute and thus I can't set it. The work around is simply to swap the declaration order of vcolor and vertex (this really shouldn't work eiter, I suspect). |
||
---|---|---|
.. | ||
gl | ||
glsl | ||
sw | ||
sw32 | ||
crosshair.c | ||
Makefile.am | ||
r_cvar.c | ||
r_efrag.c | ||
r_ent.c | ||
r_graph.c | ||
r_light.c | ||
r_main.c | ||
r_part.c | ||
r_progs.c | ||
r_screen.c |