This commit is contained in:
Kovid Goyal
2023-02-10 10:55:41 +05:30
9 changed files with 5415 additions and 794 deletions

View File

@@ -18,7 +18,8 @@
#include "banned.h"
// Required minimum OpenGL version
#define OPENGL_REQUIRED_VERSION_MAJOR 3
#define OPENGL_REQUIRED_VERSION_MINOR 3
#define OPENGL_REQUIRED_VERSION_MINOR 1
#define GLSL_VERSION 140
#define GLFW_MOD_KITTY (GLFW_MOD_LAST * 2)
#define UNUSED __attribute__ ((unused))
#define PYNOARG PyObject *__a1 UNUSED, PyObject *__a2 UNUSED