Blender Git Loki
Git Commits -> Revision d5883bb
Revision d5883bb by Mike Erwin (master) April 8, 2017, 05:19 (GMT) |
Gawain: remove GL enum from primitive API Callers now have to use Gawain's PRIM enum to specify geometric primitives. This makes the API more bullet-proof (at least less vulnerable) since GLenum covers waaay more than GL_POINTS, GL_LINES, etc. Also prepares us for Vulkan. |
Commit Details:
Full Hash: d5883bb1ba6e4cfdd70bd3b8c0531a22c616b1be
Parent Commit: 0947c97
Lines Changed: +56, -25