monado/src/xrt/auxiliary
Lubosz Sarnecki 435d5a9b9e c/comp: Remove internal Vulkan validation init.
Instead of maintaining this chunk of code and build options, the Vulkan
loader can be used to load up validation. This has the advantage that no
layer name needs to be hard coded inside Monado, which was subject of
change recently.

Instead of using our own environment variable we can easily set the one
from the loader, e.g. `VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation`.
2020-06-03 11:17:51 +00:00
..
math aux/math: Add function to calculate quad model matrix. 2020-05-28 22:16:57 +00:00
ogl aux/ogl: Introduce a single small OpenGL library 2019-10-09 17:07:23 +01:00
os os/threading: Incude xrt_compiler.h 2020-05-29 23:36:23 +01:00
tracking r/debug: Fix ODR rule violation 2020-05-12 22:06:10 +01:00
util util: Add function for u_hashset to allocate a item 2020-06-02 13:02:04 +01:00
vk c/comp: Remove internal Vulkan validation init. 2020-06-03 11:17:51 +00:00
CMakeLists.txt build: Switch all CMake options to XRT_... to match what's used in source. 2020-05-12 11:52:51 -05:00
meson.build xrt: Re-arrange build to avoid unnecessary includes. 2020-04-28 21:36:46 +00:00