pub trait RenderFeatureFlag {
    // Required methods
    fn set_feature_flag_index(index: RenderFeatureIndex);
    fn feature_flag_index() -> RenderFeatureIndex;
    fn feature_flag_debug_name() -> &'static str;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§