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:
authorCampbell Barton <ideasman42@gmail.com>2019-07-02 05:30:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-02 05:34:27 +0300
commita9635c63842d47009cbb9b9de7ca8afa112254bf (patch)
tree2ed19a6e362515bcfbe323cae39329871dd46e69 /source/blender/gpu/GPU_state.h
parent12788538496a6c63f876926f27a99cf8b0ad9c97 (diff)
Cleanup: rename set_inverted_drawing, move to GPU_state
Diffstat (limited to 'source/blender/gpu/GPU_state.h')
-rw-r--r--source/blender/gpu/GPU_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_state.h b/source/blender/gpu/GPU_state.h
index 7b970786e5e..efea02eb5a4 100644
--- a/source/blender/gpu/GPU_state.h
+++ b/source/blender/gpu/GPU_state.h
@@ -59,4 +59,6 @@ void GPU_viewport_size_get_i(int coords[4]);
void GPU_flush(void);
void GPU_finish(void);
+void GPU_logic_op_invert_set(bool enable);
+
#endif /* __GPU_STATE_H__ */