![]() |
Dandelion 1.1.2
A light-weight 3D builder for educational usage
|
#include <memory>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <imgui/imgui.h>
#include <imgui/imgui_impl_glfw.h>
#include <imgui/imgui_impl_opengl3.h>
#include <spdlog/spdlog.h>
#include "shader.hpp"
类 | |
class | Platform |
这个类管理平台相关的窗口、配置信息以及应用启动的入口和事件循环。 更多... |