source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/docs/gallium/cso.rst
最後變更 在這個檔案是 103996,由 提交於 12 月 前 | |
---|---|
|
|
檔案大小: 376 位元組 |
行 | |
---|---|
1 | CSO |
2 | === |
3 | |
4 | CSO, Constant State Objects, are a core part of Gallium's API. |
5 | |
6 | CSO work on the principle of reusable state; they are created by filling |
7 | out a state object with the desired properties, then passing that object |
8 | to a context. The context returns an opaque context-specific handle which |
9 | can be bound at any time for the desired effect. |
10 | |
11 | .. toctree:: |
12 | :glob: |
13 | |
14 | cso/* |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器