API: Fix redirect in bgl page
This commit is contained in:
@@ -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
|
than enough material to teach OpenGL programming, from books to many
|
||||||
collections of tutorials.
|
collections of tutorials.
|
||||||
|
|
||||||
Here is a comprehensive `list of books <https://www.opengl.org/documentation/books/>`__ (non free).
|
Here is a comprehensive `list of books <https://www.khronos.org/developers/books/>`__ (non free).
|
||||||
The `arcsynthesis tutorials <https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html>`__
|
The `arcsynthesis tutorials <https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html>`__
|
||||||
is one of the best resources to learn modern OpenGL and
|
is one of the best resources to learn modern OpenGL and
|
||||||
`g-truc <http://www.g-truc.net/post-opengl-samples.html#menu>`__
|
`g-truc <http://www.g-truc.net/post-opengl-samples.html#menu>`__
|
||||||
@@ -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).
|
:arg length: Returns the length of the string returned in source (excluding the null terminator).
|
||||||
:type source: :class:`bgl.Buffer` char.
|
:type source: :class:`bgl.Buffer` char.
|
||||||
:arg source: Specifies an array of characters that is used to return the source code string.
|
:arg source: Specifies an array of characters that is used to return the source code string.
|
||||||
|
|
||||||
|
|
||||||
.. function:: glShaderSource(shader, shader_string):
|
.. function:: glShaderSource(shader, shader_string):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user