Dandelion 1.1.1
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 |
这个类管理平台相关的窗口和配置信息。 更多... | |