pub struct FeatureFlags {Show 17 fields
pub quantum_culling: bool,
pub rtx_gi: bool,
pub rtx_shadows: bool,
pub ssao: bool,
pub ssr: bool,
pub ssgi: bool,
pub taa: bool,
pub volumetric_fog: bool,
pub dof: bool,
pub bloom: bool,
pub motion_vectors: bool,
pub hiz_culling: bool,
pub dream_tsr: bool,
pub dreamphysics: bool,
pub dreammatter: bool,
pub procedural_terrain: bool,
pub fbx_avatar: bool,
}Fields§
§quantum_culling: bool§rtx_gi: bool§rtx_shadows: bool§ssao: bool§ssr: bool§ssgi: bool§taa: bool§volumetric_fog: bool§dof: bool§bloom: bool§motion_vectors: bool§hiz_culling: bool§dream_tsr: bool§dreamphysics: bool§dreammatter: bool§procedural_terrain: bool§fbx_avatar: boolTrait Implementations§
Source§impl Clone for FeatureFlags
impl Clone for FeatureFlags
Source§fn clone(&self) -> FeatureFlags
fn clone(&self) -> FeatureFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeatureFlags
impl Debug for FeatureFlags
Source§impl Default for FeatureFlags
impl Default for FeatureFlags
Source§impl<'de> Deserialize<'de> for FeatureFlags
impl<'de> Deserialize<'de> for FeatureFlags
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FeatureFlags
impl RefUnwindSafe for FeatureFlags
impl Send for FeatureFlags
impl Sync for FeatureFlags
impl Unpin for FeatureFlags
impl UnsafeUnpin for FeatureFlags
impl UnwindSafe for FeatureFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more