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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--source/blender/python/gpu/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/gpu/CMakeLists.txt b/source/blender/python/gpu/CMakeLists.txt
index bf317a4ebc5..bdd8fa1b996 100644
--- a/source/blender/python/gpu/CMakeLists.txt
+++ b/source/blender/python/gpu/CMakeLists.txt
@@ -39,6 +39,7 @@ set(SRC
gpu_py_matrix.c
gpu_py_offscreen.c
gpu_py_select.c
+ gpu_py_shader.c
gpu_py_types.c
gpu_py_vertex_buffer.c
gpu_py_vertex_format.c
@@ -48,6 +49,7 @@ set(SRC
gpu_py_matrix.h
gpu_py_offscreen.h
gpu_py_select.h
+ gpu_py_shader.h
gpu_py_types.h
gpu_py_vertex_buffer.h
gpu_py_vertex_format.h