mirror of
https://github.com/H-uru/korman.git
synced 2025-07-13 18:17:38 -04:00
Implement cubemap export
This commit is contained in:
@ -23,6 +23,7 @@ extern "C" {
|
||||
static PyMethodDef korlib_Methods[] = {
|
||||
{ _pycs("create_bump_LUT"), (PyCFunction)create_bump_LUT, METH_VARARGS, NULL },
|
||||
{ _pycs("inspect_vorbisfile"), (PyCFunction)inspect_vorbisfile, METH_VARARGS, NULL },
|
||||
{ _pycs("scale_image"), (PyCFunction)scale_image, METH_KEYWORDS | METH_VARARGS, NULL },
|
||||
|
||||
{ NULL, NULL, 0, NULL },
|
||||
};
|
||||
|
Reference in New Issue
Block a user