xcal
基于 C++23 的现代图形渲染引擎
|
#include <xcal/public.h>
#include <memory>
#include <unordered_map>
#include <vector>
#include <xcal/animation/core/timeline.hpp>
#include <xcal/animation/core/timelinedriver.hpp>
#include <xcal/camera/core/abs_camera.hpp>
#include <xcal/mobject/core/abs_mobject.hpp>
#include <xcal/render/core/render.hpp>
#include <xcal/render/impl/opengl/core/rendercommand.hpp>
#include <xcal/render/impl/opengl/core/typedef.hpp>
#include <xcal/render/impl/opengl/object/object.hpp>
类 | |
class | xcal::render::opengl::OpenGLRender |
命名空间 | |
namespace | xcal |
namespace | xcal::render |
namespace | xcal::render::opengl |
namespace | xcal::render::opengl::ui |
函数 | |
void | framebuffer_size_callback (GLFWwindow *window, int w, int h) |
void framebuffer_size_callback | ( | GLFWwindow * | window, |
int | w, | ||
int | h | ||
) |