|
|
d1a9530b0f
|
修复 NanoVDB 加载后渲染黑屏问题
问题原因:
1. RunNanoVDBTest 在 LoadNanoVDB 之后重复调用了 EndCommandList(),
而 LoadNanoVDB 内部已经完整处理了命令列表生命周期
2. 命令列表状态混乱导致后续渲染失效
修复内容:
1. 移除 RunNanoVDBTest 中重复的 EndCommandList/WaitForCompletion 调用
2. 在 main.cpp 添加控制台输出重定向,方便调试
3. 添加 run.bat 启动脚本
|
2026-03-11 20:01:05 +08:00 |
|
|
|
926e9a6b75
|
Fix NanoVDB upload buffer early release causing white screen
|
2026-03-11 19:14:21 +08:00 |
|
|
|
8a800f99a2
|
Fix NanoVDBLoader: reset command list before use
|
2026-03-11 18:13:36 +08:00 |
|
|
|
436ead8b34
|
Update NanoVDBLoader to use single bunny.nvdb file
|
2026-03-11 18:04:07 +08:00 |
|
|
|
65cb78e252
|
Add NanoVDB to gitignore
|
2026-03-11 17:56:27 +08:00 |
|
|
|
f89fb93d17
|
Add NanoVDBLoader with test support
|
2026-03-11 17:56:05 +08:00 |
|
|
|
f3c6fdc303
|
Add README.md documentation
|
2026-03-11 17:39:33 +08:00 |
|
|
|
10a67d57c4
|
Initial commit
|
2026-03-11 17:38:11 +08:00 |
|