Add screen and context to docs.
This commit is contained in:
10
src/gallium/docs/source/context.rst
Normal file
10
src/gallium/docs/source/context.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Context
|
||||
=======
|
||||
|
||||
The context object represents the purest, most directly accessible, abilities
|
||||
of the device's 3D rendering pipeline.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
@@ -13,6 +13,8 @@ Contents:
|
||||
|
||||
intro
|
||||
tgsi
|
||||
screen
|
||||
context
|
||||
cso
|
||||
|
||||
Indices and tables
|
||||
|
9
src/gallium/docs/source/screen.rst
Normal file
9
src/gallium/docs/source/screen.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Screen
|
||||
======
|
||||
|
||||
A screen is an object representing the context-independent part of a device.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
Reference in New Issue
Block a user