Ajout du GUI

This commit is contained in:
thatscringebro
2022-08-08 16:31:52 -04:00
parent db362ccdca
commit abd15f28b6
851 changed files with 99957 additions and 1 deletions

10
kivy/graphics/opcodes.pxi Normal file
View File

@@ -0,0 +1,10 @@
cdef int GI_NOOP = 1 << 0
cdef int GI_IGNORE = 1 << 1
cdef int GI_NEEDS_UPDATE = 1 << 2
cdef int GI_GROUP = 1 << 3
cdef int GI_CONTEXT_MOD = 1 << 4
cdef int GI_VERTEX_DATA = 1 << 5
cdef int GI_COMPILER = 1 << 6
cdef int GI_NO_APPLY_ONCE = 1 << 7
cdef int GI_NO_REMOVE = 1 << 8