feat: 修复RHI渲染循环问题
- 修复RootSignature参数数量与HelloEarth一致 - 修复StaticMeshComponent中device为nullptr的问题 - 修复CommandList::Reset类型转换问题 - 修复RTV创建使用nullptr而不是rtvDesc - 添加SwapChain的GetCurrentRenderTarget方法 - 修复DepthStencil创建问题(暂时跳过) - 渲染循环基本可运行
This commit is contained in:
5
run_test.ps1
Normal file
5
run_test.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
$proc = Start-Process -FilePath 'D:\Xuanchi\高斯泼溅\XCEngine\build\mvs\XCEngineDemo\Debug\XCEngineDemo.exe' -PassThru
|
||||
Start-Sleep -Seconds 5
|
||||
if (!$proc.HasExited) {
|
||||
Stop-Process -Id $proc.Id -Force
|
||||
}
|
||||
Reference in New Issue
Block a user