Extra2D/examples
ChestnutYueyue d681f63905 feat(渲染): 升级OpenGL版本至4.5并重构渲染模块
- 将OpenGL ES 3.0升级至OpenGL 4.5核心模式
- 重构RenderModule支持lambda配置和优先级设置
- 添加resetStats方法到RenderContext
- 优化ShaderManager的shader路径处理
- 更新文本渲染示例使用新的API
- 移除冗余注释并简化SDF字体着色器
2026-02-20 00:12:19 +08:00
..
basic refactor(图形后端): 重构图形后端系统为基于工厂的注册机制 2026-02-18 17:15:49 +08:00
hello_module refactor(service_locator): 将mutex替换为recursive_mutex以支持嵌套调用 2026-02-18 22:11:00 +08:00
image_display refactor(text_rendering): 优化文本渲染示例并更新窗口配置 2026-02-19 01:29:32 +08:00
text_rendering feat(渲染): 升级OpenGL版本至4.5并重构渲染模块 2026-02-20 00:12:19 +08:00