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:
authorClément Foucault <foucault.clem@gmail.com>2018-03-05 02:54:31 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-03-06 18:44:04 +0300
commit3a209c285754a08339c654d075b5d273fa264c08 (patch)
treebd1121dc7c095af648263e0dbef1b6cf76f7d4e5 /source/blender/draw/DRW_engine.h
parentf14cbc0d0773d33f917c75f84b25dbc1e48a2976 (diff)
DRW: Deferred compilation initial implementation.
Diffstat (limited to 'source/blender/draw/DRW_engine.h')
-rw-r--r--source/blender/draw/DRW_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/draw/DRW_engine.h b/source/blender/draw/DRW_engine.h
index 4043f39b46d..cc4c0ed10e8 100644
--- a/source/blender/draw/DRW_engine.h
+++ b/source/blender/draw/DRW_engine.h
@@ -46,6 +46,7 @@ struct ViewContext;
struct ViewportEngineData;
struct View3D;
struct rcti;
+struct GPUMaterial;
struct GPUOffScreen;
struct GPUViewport;
struct RenderEngine;
@@ -136,4 +137,6 @@ void DRW_opengl_context_destroy(void);
void DRW_opengl_context_enable(void);
void DRW_opengl_context_disable(void);
+void DRW_deferred_shader_remove(struct GPUMaterial *mat);
+
#endif /* __DRW_ENGINE_H__ */