|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include "engine.h"#include <cassert>#include "batching/batchManager.h"#include "components/componentSystemRegistry.h"#include "scene/materials/standardMaterial.h"#include "scene/shader-lib/programLibrary.h"#include "framework/components/componentSystem.h"#include "framework/components/script/scriptComponentSystem.h"#include "framework/assets/asset.h"#include "scene/frameGraph.h"#include "spdlog/spdlog.h"Go to the source code of this file.
Namespaces | |
| namespace | visutwin |
| namespace | visutwin::canvas |
Functions | |
| MakeTickCallback | visutwin::canvas::makeTick (const std::shared_ptr< Engine > &app) |