|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include "imguiOverlay.h"#include <cmath>#include <Metal/Metal.hpp>#include <QuartzCore/CAMetalDrawable.hpp>#include <imgui.h>#include <implot.h>#include <imgui_impl_sdl3.h>#include <imgui_impl_metal.h>#include <SDL3/SDL.h>#include "spdlog/spdlog.h"#include "platform/graphics/metal/metalGraphicsDevice.h"Go to the source code of this file.
Namespaces | |
| namespace | visutwin |
| namespace | visutwin::canvas |
Macros | |
| #define | IMGUI_IMPL_METAL_CPP |
| #define IMGUI_IMPL_METAL_CPP |
Definition at line 19 of file imguiOverlay.cpp.