仍然闪烁

This commit is contained in:
2026-08-02 18:58:35 +08:00
parent ffaca5b05f
commit 9a39f88427
54 changed files with 2257 additions and 2424 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ namespace renderive {
class Plot_Core_Private;
struct Plot_Core_Context_Access;
class Renderable;
class Renderable_Runtime;
class Plot_Core {
public:
@@ -43,7 +44,7 @@ public:
[[nodiscard]] bool view_active() const;
void set_presentation_sink(std::weak_ptr<Presentation_Sink> sink);
[[nodiscard]] Renderable_Runtime_Strategy renderable_runtime_strategy() const;
[[nodiscard]] std::unique_ptr<Renderable_Runtime> create_renderable_runtime(Renderable& owner) const;
Present_Surface_Lease begin_present();
void end_present(Present_Surface_Lease&& frame, std::uint64_t paint_begin_ns, std::uint64_t paint_end_ns);