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:
authorClément Foucault <foucault.clem@gmail.com>2020-07-28 16:38:46 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-29 16:03:02 +0300
commit56d0a554a86e7ff3269ba9f1c4201559d5944b71 (patch)
tree3157525108eb29eadef42b94c0c41eda694fac95 /source/blender/gpu/CMakeLists.txt
parentf84342d7e19f34bb445423cc8bf8267c1675a643 (diff)
GPU: Move gpu_uniformbuffer.c to C++
This also rewrite and simplify the module a bit.
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index fd04f56bd13..03676c4afff 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -81,7 +81,7 @@ set(SRC
intern/gpu_texture.c
intern/gpu_texture_image.cc
intern/gpu_texture_smoke.cc
- intern/gpu_uniformbuffer.c
+ intern/gpu_uniformbuffer.cc
intern/gpu_vertex_buffer.cc
intern/gpu_vertex_format.cc
intern/gpu_viewport.c