Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-08-19 17:01:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-19 17:01:19 +0300
commit4e4e872478c8b9e13c34e277ddb2ebf8517410cb (patch)
treef319b5ad6994bbfc520d7504d63aa5560298b9c8 /source/blender/python/intern/gpu.h
parent2332051419d9aeb99477335e64720b82b106426a (diff)
PyAPI: Add gpu.matrix API
Diffstat (limited to 'source/blender/python/intern/gpu.h')
-rw-r--r--source/blender/python/intern/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/gpu.h b/source/blender/python/intern/gpu.h
index 0da44a4eb87..c6fc5e41c47 100644
--- a/source/blender/python/intern/gpu.h
+++ b/source/blender/python/intern/gpu.h
@@ -37,5 +37,6 @@
PyObject *GPU_initPython(void);
PyObject *BPyInit_gpu_offscreen(void);
+PyObject *BPyInit_gpu_matrix(void);
#endif /* __GPU_H__ */