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:
authormano-wii <germano.costa@ig.com.br>2018-09-14 15:32:19 +0300
committermano-wii <germano.costa@ig.com.br>2018-09-14 15:46:19 +0300
commit1287965089a851c46e9a1a23c55ebc90b00b4e14 (patch)
tree430505da2894fda1e95ccb82b6bc4845ee7d5c4c /source/blender/python/gpu/gpu_py_types.h
parentd15928c2344718e47d9025fe5b18ff033366dc5c (diff)
GPU module: Initial implementation of the `gpu.shader` submodule.
Differential Revision: https://developer.blender.org/D3688
Diffstat (limited to 'source/blender/python/gpu/gpu_py_types.h')
-rw-r--r--source/blender/python/gpu/gpu_py_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/gpu/gpu_py_types.h b/source/blender/python/gpu/gpu_py_types.h
index 0b1a62b78e9..0a60b58822e 100644
--- a/source/blender/python/gpu/gpu_py_types.h
+++ b/source/blender/python/gpu/gpu_py_types.h
@@ -29,6 +29,7 @@
#include "gpu_py_vertex_buffer.h"
#include "gpu_py_batch.h"
#include "gpu_py_offscreen.h"
+#include "gpu_py_shader.h"
PyObject *BPyInit_gpu_types(void);