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.
1 parent 5b2769b commit 4b8f6f4Copy full SHA for 4b8f6f4
kivy/graphics/instructions.pxd
@@ -7,7 +7,6 @@ cdef class Canvas
7
cdef class RenderContext
8
9
from vbo cimport *
10
-from context_instructions cimport *
11
from compiler cimport *
12
from shader cimport *
13
from texture cimport Texture
@@ -58,6 +57,9 @@ cdef class ContextInstruction(Instruction):
58
57
cdef void push_state(self, str name) except *
59
cdef void pop_state(self, str name) except *
60
+
61
+from context_instructions cimport BindTexture
62
63
cdef class VertexInstruction(Instruction):
64
cdef BindTexture texture_binding
65
cdef VertexBatch batch
0 commit comments