|
Blender V4.3
|
#include <bgl.h>
Public Attributes | |
| PyObject_VAR_HEAD PyObject * | parent |
| int | type |
| int | ndimensions |
| int * | dimensions |
| union { | |
| char * asbyte | |
| short * asshort | |
| int * asint | |
| float * asfloat | |
| double * asdouble | |
| void * asvoid | |
| } | buf |
For Python access to OpenGL functions requiring a pointer.
| void* _Buffer::asvoid |
Definition at line 51 of file bgl.h.
Referenced by BGL_MakeBuffer(), and BGL_MakeBuffer_FromData().
| union { ... } _Buffer::buf |
Referenced by BGL_MakeBuffer(), and BGL_MakeBuffer_FromData().
| int* _Buffer::dimensions |
Definition at line 42 of file bgl.h.
Referenced by BGL_MakeBuffer_FromData().
| int _Buffer::ndimensions |
Definition at line 41 of file bgl.h.
Referenced by BGL_MakeBuffer_FromData().
| PyObject_VAR_HEAD PyObject* _Buffer::parent |
Definition at line 38 of file bgl.h.
Referenced by BGL_MakeBuffer_FromData().
| int _Buffer::type |
Definition at line 40 of file bgl.h.
Referenced by BGL_MakeBuffer_FromData().