ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
载入中...
搜索中...
未找到
Renderer.h 文件参考
#include <memory>
#include <optional>
#include <SDL3/SDL_render.h>
#include <SDL3/SDL_timer.h>
#include "../Core/Core.h"
#include "../Math.h"

浏览该文件的源代码.

class  Renderer
 渲染器,封装 SDL3 绘制 API 更多...

命名空间

namespace  Shit