Font builder changes
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Failing after 4m47s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-21 17:52:08 +10:00
parent 4ddb5b6428
commit f2ff69fe90
5 changed files with 255 additions and 219 deletions

View File

@@ -41,6 +41,9 @@ add_video_shader_test(RenderCadenceCompositorRuntimeShaderParamsTests
add_video_shader_test(RenderCadenceCompositorRuntimeLayerModelTests
"${SRC_DIR}/runtime/FontAtlasBuilder.cpp"
"${SRC_DIR}/runtime/FontAtlasImageLoader.cpp"
"${SRC_DIR}/runtime/FontAtlasMetadata.cpp"
"${SRC_DIR}/runtime/FontAtlasProcess.cpp"
"${SRC_DIR}/runtime/RuntimeLayerModel.cpp"
"${SRC_DIR}/runtime/RuntimeLayerReload.cpp"
"${SRC_DIR}/runtime/RuntimeLayerSnapshot.cpp"
@@ -65,6 +68,9 @@ add_video_shader_test(RuntimeStatePersistenceTests
add_video_shader_test(FontAtlasBuilderTests
"${SRC_DIR}/runtime/FontAtlasBuilder.cpp"
"${SRC_DIR}/runtime/FontAtlasImageLoader.cpp"
"${SRC_DIR}/runtime/FontAtlasMetadata.cpp"
"${SRC_DIR}/runtime/FontAtlasProcess.cpp"
"${SRC_DIR}/runtime/RuntimeJson.cpp"
"${SRC_DIR}/shader/ShaderManifestAssets.cpp"
"${SRC_DIR}/shader/ShaderManifestParameters.cpp"
@@ -75,6 +81,9 @@ add_video_shader_test(FontAtlasBuilderTests
add_video_shader_test(RenderCadenceCompositorSupportedShaderCatalogTests
"${SRC_DIR}/runtime/FontAtlasBuilder.cpp"
"${SRC_DIR}/runtime/FontAtlasImageLoader.cpp"
"${SRC_DIR}/runtime/FontAtlasMetadata.cpp"
"${SRC_DIR}/runtime/FontAtlasProcess.cpp"
"${SRC_DIR}/runtime/RuntimeJson.cpp"
"${SRC_DIR}/runtime/SupportedShaderCatalog.cpp"
"${SRC_DIR}/shader/ShaderManifestAssets.cpp"
@@ -89,6 +98,9 @@ add_video_shader_test(RenderCadenceCompositorRuntimeStateJsonTests
"${SRC_DIR}/app/AppConfigProvider.cpp"
"${SRC_DIR}/json/JsonWriter.cpp"
"${SRC_DIR}/runtime/FontAtlasBuilder.cpp"
"${SRC_DIR}/runtime/FontAtlasImageLoader.cpp"
"${SRC_DIR}/runtime/FontAtlasMetadata.cpp"
"${SRC_DIR}/runtime/FontAtlasProcess.cpp"
"${SRC_DIR}/runtime/RuntimeJson.cpp"
"${SRC_DIR}/runtime/RuntimeLayerModel.cpp"
"${SRC_DIR}/runtime/RuntimeLayerReload.cpp"