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:
authorRay Molenkamp <github@lazydodo.com>2020-04-03 17:29:09 +0300
committerRay Molenkamp <github@lazydodo.com>2020-04-03 17:29:09 +0300
commit33ab613655fdba08948a79f0ffec28720add7dfb (patch)
tree12646a023ed4df45e2be59cb1f89f47fe2e2b44c
parent49289f31ffd2087b0ecc71f7100c8cb5cff413b5 (diff)
Cleanup: Fix build warning with MSVC
SubdivCCG was unknown when compiling gpuinit_exit.c
-rw-r--r--source/blender/gpu/GPU_buffers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h
index b02f6ed09b3..22086b8a9d6 100644
--- a/source/blender/gpu/GPU_buffers.h
+++ b/source/blender/gpu/GPU_buffers.h
@@ -42,6 +42,7 @@ struct MPoly;
struct MVert;
struct Mesh;
struct PBVH;
+struct SubdivCCG;
/* Buffers for drawing from PBVH grids. */
typedef struct GPU_PBVH_Buffers GPU_PBVH_Buffers;