11 entt::meta_factory<fxaa_component>{}
12 .type(
"fxaa_component"_hs)
33 try_save(ar, ser20::make_nvp(
"enabled", obj.enabled));
40 try_load(ar, ser20::make_nvp(
"enabled", obj.enabled));
bool enabled
Whether FXAA is enabled.
attributes::value_type attribute
std::map< std::string, meta_any > attributes
BinaryInputArchive iarchive_binary_t
simd::JSONOutputArchive oarchive_associative_t
BinaryOutputArchive oarchive_binary_t
simd::JSONInputArchive iarchive_associative_t
#define SAVE_INSTANTIATE(cls, Archive)
auto try_save(Archive &ar, ser20::NameValuePair< T > &&t, const hpp::source_location &loc=hpp::source_location::current()) -> bool
#define LOAD_INSTANTIATE(cls, Archive)
auto try_load(Archive &ar, ser20::NameValuePair< T > &&t, const hpp::source_location &loc=hpp::source_location::current()) -> bool