The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/render: Move COMP_MAX_LAYERS to render_interfaces.h

authored by

Christoph Haag and committed by
Jakob Bornecrantz
fa71462d 13124f01

+1 -2
-2
src/xrt/compositor/main/comp_compositor.h
··· 35 35 extern "C" { 36 36 #endif 37 37 38 - #define COMP_MAX_LAYERS 16 39 - 40 38 /* 41 39 * 42 40 * Structs
+1
src/xrt/compositor/render/render_interface.h
··· 10 10 11 11 #pragma once 12 12 13 + #define COMP_MAX_LAYERS 16 13 14 #include "xrt/xrt_compiler.h" 14 15 #include "xrt/xrt_defines.h" 15 16