Pass 3
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m48s
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
Aiden
2026-05-11 02:06:17 +10:00
parent b2369c418b
commit 5cbdbd6813
22 changed files with 2069 additions and 1504 deletions

View File

@@ -104,10 +104,20 @@ set(APP_SOURCES
"${APP_DIR}/resource.h"
"${APP_DIR}/runtime/HealthTelemetry.cpp"
"${APP_DIR}/runtime/HealthTelemetry.h"
"${APP_DIR}/runtime/LayerStackStore.cpp"
"${APP_DIR}/runtime/LayerStackStore.h"
"${APP_DIR}/runtime/RenderSnapshotBuilder.cpp"
"${APP_DIR}/runtime/RenderSnapshotBuilder.h"
"${APP_DIR}/runtime/RuntimeConfigStore.cpp"
"${APP_DIR}/runtime/RuntimeConfigStore.h"
"${APP_DIR}/runtime/RuntimeCoordinator.cpp"
"${APP_DIR}/runtime/RuntimeCoordinator.h"
"${APP_DIR}/runtime/RuntimeSnapshotProvider.cpp"
"${APP_DIR}/runtime/RuntimeSnapshotProvider.h"
"${APP_DIR}/runtime/RuntimeStateJson.cpp"
"${APP_DIR}/runtime/RuntimeStateJson.h"
"${APP_DIR}/runtime/RuntimeStatePresenter.cpp"
"${APP_DIR}/runtime/RuntimeStatePresenter.h"
"${APP_DIR}/runtime/RuntimeClock.cpp"
"${APP_DIR}/runtime/RuntimeClock.h"
"${APP_DIR}/runtime/RuntimeJson.cpp"
@@ -116,6 +126,8 @@ set(APP_SOURCES
"${APP_DIR}/runtime/RuntimeParameterUtils.h"
"${APP_DIR}/runtime/RuntimeStore.cpp"
"${APP_DIR}/runtime/RuntimeStore.h"
"${APP_DIR}/runtime/ShaderPackageCatalog.cpp"
"${APP_DIR}/runtime/ShaderPackageCatalog.h"
"${APP_DIR}/shader/ShaderCompiler.cpp"
"${APP_DIR}/shader/ShaderCompiler.h"
"${APP_DIR}/shader/ShaderPackageRegistry.cpp"