Improve AssetDatabase performance.

This commit is contained in:
2026-01-29 20:37:45 +09:00
parent e71851550b
commit 9f05944d81
10 changed files with 140 additions and 183 deletions

View File

@@ -164,8 +164,8 @@ public struct Material : IResourceReleasable
}
dataSpan.CopyTo(cacheSpan);
_isDirty = true;
return Error.None;
}
@@ -184,8 +184,8 @@ public struct Material : IResourceReleasable
}
data.CopyTo(cacheSpan);
_isDirty = true;
return Error.None;
}