Feature/example edsl sponza - #220
Open
GraphZou wants to merge 2 commits into
Open
Conversation
- 13 条 EDSL 管线复刻 example_sponza 全管线(RSM/G-buffer 因 EDSL MRT 缺陷拆单目标 pass 共享深度) - 逐 draw 材质贴图:record 前重绑 Texture2D 代理(auto-bind 把 bindless 索引写进随 draw 深拷的 PC) - 循环全部 codegen 期展开(RSM 24、SSAO 16、SSR 24 步),break/continue 换 step/mix 掩码 - 全量落变量:复用 ≥2 次的中间量声明后赋值,启动 shader 编译 13 分钟 → 11 秒 - 定妆参数/机位/反射池与 GLSL 版一致 - 注:assets/sponza2 的 sponza.bin(137MB)超 GitHub 限制未入库,用 tools/sponza/convert_sponza.py 本地生成 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- 补齐 50 张缺失的 BC7 KTX 贴图(远端此前只有 22/72) - sponza.json(资产元数据) - tools/sponza/:convert_sponza.py(glTF→HZMS 转换器)+ build_ibl.py + README - sponza.bin(137MB)超 GitHub 单文件 100MB 限制无法入库: 按 tools/sponza/README.md 用转换器从 Intel Main Sponza 原包本地生成; 缺失时程序自动回退 assets/sponza 旧资产 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.