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:
authorDalai Felinto <dfelinto@gmail.com>2019-03-22 19:20:45 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-03-22 19:20:54 +0300
commit193b708a4866772ba6b0c646d4694de2570dad1b (patch)
treedfd9c727fb18ba63c8511c267525490288ecaaac /source/blender/gpu/GPU_texture.h
parentbe8eac840a310c2c9252b44a8b51ad2be12822b1 (diff)
Silence warnings
Diffstat (limited to 'source/blender/gpu/GPU_texture.h')
-rw-r--r--source/blender/gpu/GPU_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_texture.h b/source/blender/gpu/GPU_texture.h
index 18cf3dc4ced..bd7ac508163 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -34,6 +34,7 @@ struct GPUVertBuf;
struct Image;
struct ImageUser;
struct PreviewImage;
+struct rcti;
struct GPUFrameBuffer;
typedef struct GPUTexture GPUTexture;