Enum rs_pbrt::core::texture::TextureMapping2D
source · pub enum TextureMapping2D {
UV(UVMapping2D),
Spherical(SphericalMapping2D),
Cylindrical(CylindricalMapping2D),
Planar(PlanarMapping2D),
}
Variants§
UV(UVMapping2D)
Spherical(SphericalMapping2D)
Cylindrical(CylindricalMapping2D)
Planar(PlanarMapping2D)
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TextureMapping2D
impl Send for TextureMapping2D
impl Sync for TextureMapping2D
impl Unpin for TextureMapping2D
impl UnwindSafe for TextureMapping2D
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