mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
python: Update the documentation.
This commit is contained in:
parent
66ef96f6dc
commit
23e8c92543
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ To build you'll need:
|
|||
* Python (with development packages)
|
||||
* SCons
|
||||
* SWIG
|
||||
* Python Imaging Library (for the samples)
|
||||
* Python Imaging Library with TK support (for the samples)
|
||||
|
||||
Invoke scons on the top dir as
|
||||
|
||||
|
|
@ -19,9 +19,9 @@ To use do
|
|||
|
||||
and then try running
|
||||
|
||||
python src/gallium/state_trackers/python/samples/simple.py
|
||||
python src/gallium/state_trackers/python/samples/tri.py
|
||||
|
||||
which should create a simple.png
|
||||
which should show a triangle.
|
||||
|
||||
|
||||
This is still in experimental phase, and there many limitations to what you can
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue