4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 02:27:36 -04:00

Implement cubemap export

This commit is contained in:
2018-12-10 00:39:05 -05:00
parent 035d79a7f6
commit 4a48f0da8d
5 changed files with 210 additions and 30 deletions

View File

@ -21,6 +21,8 @@
extern "C" {
PyObject* scale_image(PyObject*, PyObject*, PyObject*);
extern PyTypeObject pyGLTexture_Type;
PyObject* Init_pyGLTexture_Type();