mathutils support for color arithmetic, also some minor whitespace edits.
This commit is contained in:
@@ -55,7 +55,7 @@ int BGL_typeSize( int type );
|
||||
/*@ For Python access to OpenGL functions requiring a pointer. */
|
||||
typedef struct _Buffer {
|
||||
PyObject_VAR_HEAD
|
||||
PyObject * parent;
|
||||
PyObject *parent;
|
||||
|
||||
int type; /* GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT */
|
||||
int ndimensions;
|
||||
|
Reference in New Issue
Block a user