tempdata 也采用三缓冲架构

This commit is contained in:
2026-07-23 11:39:46 +08:00
parent a3a385f8da
commit e2ecf8081f
22 changed files with 395 additions and 251 deletions
+1 -2
View File
@@ -27,7 +27,7 @@ namespace YSG {
}
};
struct MutiSelectRectTempData : YSG::TempData {
struct MutiSelectRectInputData : YSG::InputData {
};
@@ -94,7 +94,6 @@ namespace YSG {
void keyReleaseEvent(QKeyEvent* event) override {
MutiSelectRectRenderState* sc = editState();
MutiSelectRectTempData* td = editTempData();
SpinLockGuard _guard(&mBufferLock);
}