OpenGL.arrays.ctypesarrays
ctypes sized data-arrays as a data-formatmechanism
XXX we have to use _ctypes.Array as the type descriminator,
would be nice to have it available from the public module
Classes
class CtypesArrayHandler(
FormatHandler
):
Ctypes Array-type-specific data-type handler for OpenGL
arrayByteCount(
cls
,
value
,
typeCode
= None
)
Given a data-value, calculate number of bytes required to represent
dataPointer(
)
addressof(C instance) -> integer
Return the address of the C instance internal buffer