PyAPI: add gpu.select (initial module)

This only exposes load_id, it's needed for Python manipulator drawing.
This commit is contained in:
2017-08-20 23:01:46 +10:00
parent 59e10bae3c
commit adabc315e9
4 changed files with 98 additions and 0 deletions

View File

@@ -38,5 +38,6 @@ PyObject *GPU_initPython(void);
PyObject *BPyInit_gpu_offscreen(void);
PyObject *BPyInit_gpu_matrix(void);
PyObject *BPyInit_gpu_select(void);
#endif /* __GPU_H__ */