This commit is contained in:
2026-08-30 23:07:40 +02:00
parent c36fbd682e
commit 884ad3d726
4 changed files with 8 additions and 8 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -12,8 +12,8 @@
TEST_CASE("Shader source asset synchronization ignores timestamps")
{
const String sourcePath = Globals::StartupFolder / TEXT("Source/Shaders/VolumetricFog.shader");
const String assetPath = Globals::EngineContentFolder / TEXT("Shaders/VolumetricFog.flax");
const String sourcePath = Globals::StartupFolder / TEXT("Source/Shaders/Lighting/VolumetricFog.shader");
const String assetPath = Globals::EngineContentFolder / TEXT("Shaders/Lighting/VolumetricFog.flax");
REQUIRE(FileSystem::FileExists(sourcePath));
REQUIRE(FileSystem::FileExists(assetPath));
CHECK(ShadersCompilation::IsShaderSourceAssetUpToDate(sourcePath, assetPath));