#[repr(i32)]pub enum LayerShaderType {
Show 26 variants
SD = 0,
HD = 1,
SDOnHD = 2,
Terrain = 3,
Water = 4,
Fog = 5,
Foliage = 6,
FoliagePush = 7,
Sprite = 8,
DebugTexture = 9,
DepthOfField = 10,
BloomCombine = 11,
BloomExtract = 12,
GaussianBlur = 13,
Tonemap = 14,
Movie = 15,
FFXCMAAEdge0 = 16,
FFXCMAAEdge1 = 17,
FFXCMAAEdgeCombine = 18,
FFXCMAAProcessAndApply = 19,
PopcornFX = 20,
ConeIndicator = 21,
CliffBlightMiscTerrain = 22,
Distortion = 23,
Crystal = 24,
Imgui = 25,
}Variants§
SD = 0
HD = 1
SDOnHD = 2
Terrain = 3
Water = 4
Fog = 5
Foliage = 6
FoliagePush = 7
Sprite = 8
DebugTexture = 9
DepthOfField = 10
BloomCombine = 11
BloomExtract = 12
GaussianBlur = 13
Tonemap = 14
Movie = 15
FFXCMAAEdge0 = 16
FFXCMAAEdge1 = 17
FFXCMAAEdgeCombine = 18
FFXCMAAProcessAndApply = 19
PopcornFX = 20
ConeIndicator = 21
CliffBlightMiscTerrain = 22
Distortion = 23
Crystal = 24
Imgui = 25
Trait Implementations§
Source§impl Clone for LayerShaderType
impl Clone for LayerShaderType
Source§fn clone(&self) -> LayerShaderType
fn clone(&self) -> LayerShaderType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LayerShaderType
Source§impl Debug for LayerShaderType
impl Debug for LayerShaderType
impl Eq for LayerShaderType
Source§impl Hash for LayerShaderType
impl Hash for LayerShaderType
Source§impl PartialEq for LayerShaderType
impl PartialEq for LayerShaderType
impl StructuralPartialEq for LayerShaderType
Auto Trait Implementations§
impl Freeze for LayerShaderType
impl RefUnwindSafe for LayerShaderType
impl Send for LayerShaderType
impl Sync for LayerShaderType
impl Unpin for LayerShaderType
impl UnsafeUnpin for LayerShaderType
impl UnwindSafe for LayerShaderType
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