Files
third_party_mesa3d/src/gallium/docs/source/cso.rst
Corbin Simpson c80f2b04e0 Fill out some of the CSO info.
...And looks like there's already things I don't know. Go figure.
2009-12-20 16:40:39 -08:00

15 lines
376 B
ReStructuredText

CSO
===
CSO, Constant State Objects, are a core part of Gallium's API.
CSO work on the principle of reusable state; they are created by filling
out a state object with the desired properties, then passing that object
to a context. The context returns an opaque context-specific handle which
can be bound at any time for the desired effect.
.. toctree::
:glob:
cso/*