refactor(srp): move renderer model into universal package
This commit is contained in:
@@ -360,8 +360,7 @@ EditorScriptAssemblyBuildResult EditorScriptAssemblyBuilder::RebuildProjectAssem
|
||||
const std::string relativePath =
|
||||
sourcePath.lexically_relative(scriptCoreSourceRoot)
|
||||
.generic_string();
|
||||
if (relativePath.rfind("Rendering/Renderer/", 0) == 0 ||
|
||||
relativePath.rfind("Rendering/Universal/", 0) == 0) {
|
||||
if (relativePath.rfind("Rendering/Universal/", 0) == 0) {
|
||||
renderPipelinesUniversalSources.push_back(sourcePath);
|
||||
} else {
|
||||
scriptCoreSources.push_back(sourcePath);
|
||||
|
||||
Reference in New Issue
Block a user