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:
authorAntonio Vazquez <blendergit@gmail.com>2020-02-10 12:08:07 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-02-10 12:08:07 +0300
commit9918b6c453b38d8d0667675ab4a425a4087f4632 (patch)
treea62345f764997d9abdd2035e5b4b8a23d6cf61a3 /source/blender/gpu
parentb1059489b4e8ea3f878145b5374ab564532b9c82 (diff)
parenta1b0c4ab9d95327bf3a665fe95eec225e9f2cbe1 (diff)
Merge branch 'greasepencil-object' into greasepencil-refactor
Conflicts: source/blender/blenloader/intern/versioning_280.c
Diffstat (limited to 'source/blender/gpu')
-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 456d5941bfb..b0bbf8301a5 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -31,12 +31,12 @@ extern "C" {
#endif
struct GPUVertBuf;
+struct ImBuf;
struct Image;
struct ImageUser;
struct MovieClip;
struct MovieClipUser;
struct PreviewImage;
-struct ImBuf;
struct GPUFrameBuffer;
typedef struct GPUTexture GPUTexture;