Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-13 10:59:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-13 10:59:09 +0400
commitc40b976ea87bcbab01a8f939d20996ba1a465772 (patch)
tree5b7b30fbe96e89dd766593451ec98409f81718c4 /doc/python_api/rst/gpu.rst
parent7360f64a5138ce633fda93fbe06d850daa649d57 (diff)
py docs - gpu module wasn't included in docs.
also added convenience target to build sphinx api docs: make doc_py
Diffstat (limited to 'doc/python_api/rst/gpu.rst')
-rw-r--r--doc/python_api/rst/gpu.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/python_api/rst/gpu.rst b/doc/python_api/rst/gpu.rst
index 72a5dc2f5d3..2ca7fdda9d5 100644
--- a/doc/python_api/rst/gpu.rst
+++ b/doc/python_api/rst/gpu.rst
@@ -1,7 +1,10 @@
-
GPU functions (gpu)
===================
+.. module:: gpu
+
+This module provides access to materials GLSL shaders.
+
*****
Intro
*****
@@ -16,7 +19,6 @@ and in the game engine.
are are closely related to Blender's internal GLSL code and may change if the GLSL code
is modified (e.g. new uniform type).
-.. module:: gpu
*********
Constants