Blender Git Commit Log
Git Commits -> Revision c0fa864
Revision c0fa864 by Mike Erwin (master) March 17, 2015, 02:57 (GMT) |
Cleanup: bool & const Using bool when we're asking yes/no questions such as whether some GPU feature is supported. Consolidated these simple functions into gpu_extensions.c and grouped them in the header. Const-ified some args where the functions don't modify the pointed-to data. |
Commit Details:
Full Hash: c0fa864e24c0a80d55cc7a3e3dcc29f6c2c99df7
Parent Commit: b0bbd34
Lines Changed: +50, -49