xref: /aosp_15_r20/external/mesa3d/docs/vulkan/index.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1Vulkan Runtime
2==============
3
4The Vulkan runtime and utility code in Mesa provides a powerful shared core
5for building Vulkan drivers.  It's a collection of base structures (think
6base classes in OOO) which allow us to implement a bunch of the annoying
7hardware-agnostic bits in common code.
8
9.. toctree::
10   :maxdepth: 2
11
12   base-objs
13   dispatch
14   command-pools
15   graphics-state
16   renderpass
17