From 438d645a365045b4d89d59af59e17584f0593dc4 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 4 Aug 2021 20:25:50 -0400 Subject: PyDoc: Update GPU Example of `draw_view3d` This function was changed in rBc8004ab4078c98c54a70113c12bbb186403e90cf but didnt update the example. Part of T84227 --- doc/python_api/examples/gpu.9.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/python_api/examples/gpu.9.py b/doc/python_api/examples/gpu.9.py index e358cb517bd..b0400ce7809 100644 --- a/doc/python_api/examples/gpu.9.py +++ b/doc/python_api/examples/gpu.9.py @@ -31,7 +31,8 @@ def draw(): context.space_data, context.region, view_matrix, - projection_matrix) + projection_matrix, + True) gpu.state.depth_mask_set(False) draw_texture_2d(offscreen.texture_color, (10, 10), WIDTH, HEIGHT) -- cgit v1.2.3