仍然闪烁
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user