summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Components/UnitLensEffect.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Components/UnitLensEffect.cs')
-rw-r--r--Assets/Scripts/Unit/Components/UnitLensEffect.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Unit/Components/UnitLensEffect.cs b/Assets/Scripts/Unit/Components/UnitLensEffect.cs
index fee02a7c..a61955f7 100644
--- a/Assets/Scripts/Unit/Components/UnitLensEffect.cs
+++ b/Assets/Scripts/Unit/Components/UnitLensEffect.cs
@@ -15,7 +15,7 @@ public class UnitLensEffect : UnitComponent
private List<LensEffectBase> m_Effects;
- // 每个角色维护单独的command buffers,而不是共享command buffer
+ // 每个角色维护单独的command buffers,而不是共享command buffer。有一定开销,但不重要。
private Dictionary<ERenderingEvent, CommandBuffer> m_InUseCommandBuffers;
private Dictionary<ERenderingEvent, CommandBuffer> m_CachedCommandBuffers;