From 42e4b0955cf2bf2bcb253f8ef00914ea021c93af Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 2 Jan 2017 00:24:40 -0500 Subject: API: Fix redirect in bgl page --- doc/python_api/rst/bgl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst index 99f481ce998..0b31e62963c 100644 --- a/doc/python_api/rst/bgl.rst +++ b/doc/python_api/rst/bgl.rst @@ -12,7 +12,7 @@ contents: dir(bgl). A simple search on the web can point to more than enough material to teach OpenGL programming, from books to many collections of tutorials. -Here is a comprehensive `list of books `__ (non free). +Here is a comprehensive `list of books `__ (non free). The `arcsynthesis tutorials `__ is one of the best resources to learn modern OpenGL and `g-truc `__ @@ -2067,7 +2067,7 @@ offers a set of extensive examples, including advanced features. :arg length: Returns the length of the string returned in source (excluding the null terminator). :type source: :class:`bgl.Buffer` char. :arg source: Specifies an array of characters that is used to return the source code string. - + .. function:: glShaderSource(shader, shader_string): -- cgit v1.2.3