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_texture.h')
-rw-r--r--source/blender/gpu/GPU_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_texture.h b/source/blender/gpu/GPU_texture.h
index 828673390a4..e8cc35a128a 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -38,10 +38,10 @@
extern "C" {
#endif
+struct GPUVertBuf;
struct Image;
struct ImageUser;
struct PreviewImage;
-struct GPUVertBuf;
struct GPUFrameBuffer;
typedef struct GPUTexture GPUTexture;