pub enum GeometryFunction {
SmithSchlickGGX,
}
Expand description
The geometry function used in a Cook-Torrance lighting model.
Variants§
SmithSchlickGGX
Trait Implementations§
Source§impl Clone for GeometryFunction
impl Clone for GeometryFunction
Source§fn clone(&self) -> GeometryFunction
fn clone(&self) -> GeometryFunction
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 GeometryFunction
impl Debug for GeometryFunction
Source§impl PartialEq for GeometryFunction
impl PartialEq for GeometryFunction
impl Copy for GeometryFunction
impl StructuralPartialEq for GeometryFunction
Auto Trait Implementations§
impl Freeze for GeometryFunction
impl RefUnwindSafe for GeometryFunction
impl Send for GeometryFunction
impl Sync for GeometryFunction
impl Unpin for GeometryFunction
impl UnwindSafe for GeometryFunction
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