12namespace bnb {
namespace interfaces {
38 asynchronous_inconsistent,
39 asynchronous_consistent,
51 return std::hash<int>()(
static_cast<int>(type));
consistency_mode
These modes describe the relationship between processing loop and render loop frames.
@ synchronous_when_effect_loaded
switches to async-inconsistent mode while effect is loading
@ asynchronous_consistent_when_effect_loaded
switches to async-inconsistent mode while effect is loading
@ synchronous
Frame is processed only when pop_frame method called.