feat: 添加CommandList常量和DSV支持,完善RenderContext

This commit is contained in:
2026-03-15 00:08:03 +08:00
parent ab29013c01
commit 15f42a1af5
12 changed files with 125 additions and 23 deletions

View File

@@ -1,3 +1,16 @@
@echo off
cd /d D:\Xuanchi\高斯泼溅\XCEngine\build\mvs\XCEngineDemo\Debug
XCEngineDemo.exe
cd /d D:\Xuanchi\高斯泼溅\XCEngine
echo Starting XCEngineDemo...
echo Current directory: %CD%
echo.
build\mvs\XCEngineDemo\Debug\XCEngineDemo.exe
echo.
echo Program exited with code: %ERRORLEVEL%
echo.
if exist XCEngineDemo.log (
echo === Log file contents ===
type XCEngineDemo.log
) else (
echo No log file found
)
pause