mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00:00
2f81398187
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
15 lines
376 B
ReStructuredText
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/*
|