You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
5994150a68
python: expose glfw.Application.{swap_interval,main_loop_iteration}.
...
The first one was for some reason not exposed because it's a write-only
property (but all shaders have writeonly properites, so what's the
problem?), the second one got added in 2020.06 but the code here was not
updated.
5 years ago
..
CMakeLists.txt
Updated copyright year.
5 years ago
_init.py
Updated copyright year.
5 years ago
application.h
python: expose viewport and exit event.
5 years ago
egl.cpp
python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context.
5 years ago
glfw.cpp
python: expose glfw.Application.{swap_interval,main_loop_iteration}.
5 years ago
glx.cpp
python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context.
5 years ago
holder.h
python: expose gl.Context.
5 years ago
sdl2.cpp
python: expose viewport and exit event.
5 years ago
wgl.cpp
python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context.
5 years ago
windowlessapplication.h
python: expose Platform::GLContext as platform.{egl,wgl,glx}.Context.
5 years ago