Blender Git Commit Log
Git Commits -> Revision 031c5ba
Revision 031c5ba by Mike Erwin (master) September 6, 2016, 19:45 (GMT) |
Gawain: fix GL_POINTS in immediate mode Was using GL_NONE to mean "no primitive" but GL_NONE and GL_POINTS are both defined as 0x0000. Introducing PRIM_NONE = 0xF which does not clash with any primitive types. |
Commit Details:
Full Hash: 031c5bad87693f263d2ee69192fb6f7512a5f6dc
Parent Commit: 3c29aad
Lines Changed: +14, -12
1 Modified Path:
/source/blender/gpu/intern/gpu_immediate.c (+14, -12) (Diff)