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>2017-03-06 22:55:58 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-06 22:57:16 +0300
commit583373f04976e919db11c4a119d74ea8bca14a0b (patch)
tree1767d2bc70d090cf30165ac3f49c8abc8e82faba /source/blender/gpu/GPU_batch.h
parent517db46b34410fafaa8f45c1a2586e00cdcc2204 (diff)
OpenGL: Object bound drawing.
Diffstat (limited to 'source/blender/gpu/GPU_batch.h')
-rw-r--r--source/blender/gpu/GPU_batch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_batch.h b/source/blender/gpu/GPU_batch.h
index 066bc9eeba7..6d63965952a 100644
--- a/source/blender/gpu/GPU_batch.h
+++ b/source/blender/gpu/GPU_batch.h
@@ -38,6 +38,7 @@ void Batch_set_builtin_program(Batch*, GPUBuiltinShader);
/* Replacement for gluSphere */
Batch *Batch_get_sphere(int lod);
+Batch *Batch_get_sphere_wire(int lod);
void gpu_batch_init(void);
void gpu_batch_exit(void);