I want to try updating a VBO in PyOpenGL using glMapBuffer, which returns a ctypes pointer to the mapped memory. Now, almost all the examples for this function are in C and use memcpy, which does apparently not exist in Python as such.
So, how can I update the data using this pointer?
ctypes, and I understand neither the question nor the answer.