• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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   graphics-state
15   renderpass
16