From a9635c63842d47009cbb9b9de7ca8afa112254bf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Jul 2019 12:30:55 +1000 Subject: Cleanup: rename set_inverted_drawing, move to GPU_state --- source/blender/gpu/GPU_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/gpu/GPU_state.h') 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__ */ -- cgit v1.2.3