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:
Diffstat (limited to 'source/blender/gpu/GPU_buffers.h')
-rw-r--r--source/blender/gpu/GPU_buffers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h
index 8fd34348f03..572b3b2c085 100644
--- a/source/blender/gpu/GPU_buffers.h
+++ b/source/blender/gpu/GPU_buffers.h
@@ -46,12 +46,12 @@ struct CCGElem;
struct CCGKey;
struct DMFlagMat;
struct DerivedMesh;
-struct GSet;
-struct GPUVertPointLink;
struct GPUDrawObject;
+struct GPUVertPointLink;
+struct GSet;
struct GridCommonGPUBuffer;
-struct PBVH;
struct MVert;
+struct PBVH;
typedef struct GPUBuffer {
size_t size; /* in bytes */