#[repr(u8)]pub enum LutId {
D0 = 0,
D1 = 1,
Spotlight = 2,
Fresnel = 3,
ReflectBlue = 4,
ReflectGreen = 5,
ReflectRed = 6,
DistanceAttenuation = 7,
}Expand description
Variants§
D0 = 0
Specular 0.
D1 = 1
Specular 1.
Spotlight = 2
Spotlight attenuation (used for Spotlight).
Fresnel = 3
Fresnel.
ReflectBlue = 4
Blue reflection component.
ReflectGreen = 5
Green reflection component.
ReflectRed = 6
Red reflection component.
DistanceAttenuation = 7
Distance attenuation (used for DistanceAttenuation).
Trait Implementations§
Source§impl Ord for LutId
impl Ord for LutId
Source§impl PartialOrd for LutId
impl PartialOrd for LutId
impl Copy for LutId
impl Eq for LutId
impl StructuralPartialEq for LutId
Auto Trait Implementations§
impl Freeze for LutId
impl RefUnwindSafe for LutId
impl Send for LutId
impl Sync for LutId
impl Unpin for LutId
impl UnwindSafe for LutId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)