OpenGL.arrays.strings
String-array-handling code for PyOpenGL
Functions
Classes
class StringHandler(
FormatHandler
):
String-specific data-type handler for OpenGL
arrayByteCount(
self
,
value
,
typeCode
= None
)
Given a data-value, calculate number of bytes required to represent
arraySize(
self
,
value
,
typeCode
= None
)
Given a data-value, calculate ravelled size for the array
class UnicodeHandler(
StringHandler
):