仍然闪烁

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
+1 -4
View File
@@ -3,10 +3,6 @@
#include <cstdint>
namespace renderive {
using Plot_Execution_Id = std::uint64_t;
enum class Renderable_Runtime_Strategy : std::uint8_t {
Low_Latency,
Explicit
};
enum class Dirty_Reason : std::uint8_t {
Core_Data,
Config,
@@ -58,6 +54,7 @@ struct Frame_Worker_Stats {
};
enum class Refresh_Limit_Source : std::uint8_t {
Unknown,
Input,
Render,
Paint,
User