We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dfca47 + 69e8ced commit d646c97Copy full SHA for d646c97
accelerate/src/vbo.pyx
@@ -1,6 +1,7 @@
1
"""Cython-coded VBO implementation"""
2
#cython: language_level=3
3
import ctypes, weakref
4
+from ctypes import c_long as long
5
from OpenGL_accelerate.formathandler cimport FormatHandler
6
from OpenGL import error
7
from OpenGL._bytes import bytes,unicode
0 commit comments