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-29 15:50:20 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-29 16:03:02 +0300
commit45d61bdc03f77dad91dfc988b6c1c43a7dcb06da (patch)
tree4306da0dcebe765335a689d80df9c91a8ad1ddc2 /source/blender/gpu/CMakeLists.txt
parent56d0a554a86e7ff3269ba9f1c4201559d5944b71 (diff)
GPU: Move gpu_texture.c to C++
# Conflicts: # source/blender/gpu/GPU_texture.h
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 03676c4afff..28f4f913f94 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -78,7 +78,7 @@ set(SRC
intern/gpu_shader.c
intern/gpu_shader_interface.c
intern/gpu_state.c
- intern/gpu_texture.c
+ intern/gpu_texture.cc
intern/gpu_texture_image.cc
intern/gpu_texture_smoke.cc
intern/gpu_uniformbuffer.cc