The open source OpenXR runtime
0
fork

Configure Feed

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

at main 16 lines 376 B view raw
1// Copyright 2019, Collabora, Ltd. 2// SPDX-License-Identifier: BSL-1.0 3/*! 4 * @file 5 * @brief Imgui integration for gui. 6 * @author Jakob Bornecrantz <jakob@collabora.com> 7 * @ingroup gui 8 */ 9 10#pragma once 11 12#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS 13#include "cimgui/cimgui.h" 14#include "cimgui/cimgui_impl.h" 15#include "cimplot/cimplot.h" 16#include "imgui_monado/cimgui_monado.h"