xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
| 命名空间 | 函数
opengl_render.hpp 文件参考
#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>
opengl_render.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

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)
 

函数说明

◆ framebuffer_size_callback()

void framebuffer_size_callback ( GLFWwindow window,
int  w,
int  h 
)