MCPcopy Create free account
hub / github.com/PerroEngine/Perro / as_str

Method as_str

perro_source/runtime_project/perro_project/src/config.rs:12–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 Off,
11}
12
13/// Shadow filtering + atlas resolution. Low = 4-tap PCF with halved shadow
14/// map sizes (1024/1024/512), Medium = 4-tap at full sizes (2048/2048/1024,
15/// default), High = 9-tap PCF at full sizes.
16#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
17pub enum ShadowQuality {
18 #[default]
19 Low,
20 Medium,
21 High,

Calls

no outgoing calls

Tested by

no test coverage detected