From 8283e200af40140b61080f7b9f005b291fb752df Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Sun, 20 Dec 2009 15:28:00 -0800 Subject: Add screen and context to docs. --- src/gallium/docs/source/context.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/gallium/docs/source/context.rst (limited to 'src/gallium/docs/source/context.rst') diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst new file mode 100644 index 0000000000..c2e23a1310 --- /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 -- cgit v1.2.3