Dandelion 1.1.1
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
platform.h 文件参考
#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
 这个类管理平台相关的窗口和配置信息。 更多...