OpenGL.arrays.ctypespointers
ctypes data-pointers as a data-format mechanism
Classes
class CtypesPointerHandler(
FormatHandler
):
Ctypes Pointer-type-specific data-type handler for OpenGL
Because pointers do not have size information we can't use
them for output of data, but they can be used for certain
types of input...
dimensions(
self
,
value
,
typeCode
= None
)
Determine dimensions of the passed array value (if possible)