From 432bfbf7a3b74943b1c251c12bd76616da23991f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 6 Jul 2021 12:05:27 +1000 Subject: Cleanup: pep8 --- doc/python_api/examples/gpu.6.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/python_api/examples/gpu.6.py') diff --git a/doc/python_api/examples/gpu.6.py b/doc/python_api/examples/gpu.6.py index 334a606055a..be164a03028 100644 --- a/doc/python_api/examples/gpu.6.py +++ b/doc/python_api/examples/gpu.6.py @@ -21,6 +21,7 @@ batch = batch_for_shader( }, ) + def draw(): shader.bind() shader.uniform_sampler("image", texture) -- cgit v1.2.3