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:
authorDalai Felinto <dfelinto@gmail.com>2018-06-08 16:51:25 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-06-08 17:20:34 +0300
commit856a79e1fbfef207ef53200d102e00b413279c6c (patch)
tree8b42d96b13919abec751ccbf3b5591ddcfab6236 /source/blender/gpu/intern/gpu_init_exit.c
parentcbbf8bbbb4fac21d5148201d45053e4f85ed778f (diff)
Rename: GPU_texture_orphans
Diffstat (limited to 'source/blender/gpu/intern/gpu_init_exit.c')
-rw-r--r--source/blender/gpu/intern/gpu_init_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_init_exit.c b/source/blender/gpu/intern/gpu_init_exit.c
index 7b596e6d76b..0d624bbb15c 100644
--- a/source/blender/gpu/intern/gpu_init_exit.c
+++ b/source/blender/gpu/intern/gpu_init_exit.c
@@ -57,7 +57,7 @@ void GPU_init(void)
gpu_extensions_init(); /* must come first */
- GPU_texture_init_orphans();
+ GPU_texture_orphans_init();
gpu_codegen_init();
if (G.debug & G_DEBUG_GPU)
@@ -82,7 +82,7 @@ void GPU_exit(void)
gpu_batch_exit();
- GPU_texture_exit_orphans();
+ GPU_texture_orphans_exit();
if (G.debug & G_DEBUG_GPU)
gpu_debug_exit();