Mercurial > touhou
view pytouhou/ui/opengl/backend.pxd @ 792:11bc22bad1bf
python: Replace the image crate with png
We weren’t using any of its features anyway, so the png crate is exactly what
we need, without the many heavy dependencies of image.
https://github.com/image-rs/image-png/pull/670 will eventually make it even
faster to build.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 17 Jan 2026 22:22:25 +0100 |
| parents | 4fa0a8e7d941 |
| children |
line wrap: on
line source
from pytouhou.lib.opengl cimport GLenum_mode cdef bint use_glfw cdef str profile cdef int major cdef int minor cdef int double_buffer cdef bint is_legacy cdef GLenum_mode primitive_mode cdef bint use_debug_group cdef bint use_vao cdef bint use_framebuffer_blit cdef bint use_primitive_restart cdef bint use_pack_invert cdef bint use_scaled_rendering cdef bytes shader_header
