• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CSO
2===
3
4CSO, Constant State Objects, are a core part of Gallium's API.
5
6CSO work on the principle of reusable state; they are created by filling
7out a state object with the desired properties, then passing that object
8to a context. The context returns an opaque context-specific handle which
9can be bound at any time for the desired effect.
10
11.. toctree::
12   :glob:
13
14   cso/*
15