[Bf-blender-cvs] [d3cecc5007c] master: GPU: Move gpu_attr_binding.c to C++

Clément Foucault noreply at git.blender.org
Sun Jul 26 17:30:02 CEST 2020


Commit: d3cecc5007c5f22e71ab3ab58e9ce9489a01ce03
Author: Clément Foucault
Date:   Sat Jul 25 18:28:33 2020 +0200
Branches: master
https://developer.blender.org/rBd3cecc5007c5f22e71ab3ab58e9ce9489a01ce03

GPU: Move gpu_attr_binding.c to C++

===================================================================

M	source/blender/gpu/CMakeLists.txt
R100	source/blender/gpu/intern/gpu_attr_binding.c	source/blender/gpu/intern/gpu_attr_binding.cc

===================================================================

diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 4f90482d16e..51e484d65bf 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -52,8 +52,8 @@ set(INC_SYS
 )
 
 set(SRC
-  intern/gpu_attr_binding.c
   intern/gpu_batch.c
+  intern/gpu_attr_binding.cc
   intern/gpu_batch_presets.c
   intern/gpu_batch_utils.c
   intern/gpu_buffers.c
diff --git a/source/blender/gpu/intern/gpu_attr_binding.c b/source/blender/gpu/intern/gpu_attr_binding.cc
similarity index 100%
rename from source/blender/gpu/intern/gpu_attr_binding.c
rename to source/blender/gpu/intern/gpu_attr_binding.cc



More information about the Bf-blender-cvs mailing list