策略抽离

This commit is contained in:
2026-08-02 14:20:27 +08:00
parent 6d000f43b4
commit 2df8959ed6
87 changed files with 2454 additions and 1390 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
#pragma once
#include "Core/flow/Render_Ticket.h"
#include "Plot.h"
namespace renderive {
class LIB_DECL Explicit_Plot : public Abs_Plot {
public:
Explicit_Plot();
~Explicit_Plot() override = default;
void replot();
Render_Ticket replot();
};
} // namespace renderive