diff options
author | Corbin Simpson <[email protected]> | 2009-12-20 15:28:00 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-12-20 15:28:00 -0800 |
commit | 8283e200af40140b61080f7b9f005b291fb752df (patch) | |
tree | 42051129cf538384551daaaa25e821974cf2e4f7 /src/gallium/docs/source/context.rst | |
parent | a8df5cad9de6570ae1b73a2e51be09a09f67ab51 (diff) |
Add screen and context to docs.
Diffstat (limited to 'src/gallium/docs/source/context.rst')
-rw-r--r-- | src/gallium/docs/source/context.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst new file mode 100644 index 00000000000..c2e23a13103 --- /dev/null +++ b/src/gallium/docs/source/context.rst @@ -0,0 +1,10 @@ +Context +======= + +The context object represents the purest, most directly accessible, abilities +of the device's 3D rendering pipeline. + +Methods +------- + +XXX |