Struct ExGetVelocityTexture
pub struct ExGetVelocityTexture<'a> { /* private fields */ }
Expand description
Default-param extender for RenderSceneBuffersRd::get_velocity_texture_ex
.
Implementations§
§impl<'a> ExGetVelocityTexture<'a>
impl<'a> ExGetVelocityTexture<'a>
pub fn msaa(self, value: bool) -> ExGetVelocityTexture<'a>
pub fn done(self) -> Rid
Auto Trait Implementations§
impl<'a> Freeze for ExGetVelocityTexture<'a>
impl<'a> RefUnwindSafe for ExGetVelocityTexture<'a>
impl<'a> !Send for ExGetVelocityTexture<'a>
impl<'a> !Sync for ExGetVelocityTexture<'a>
impl<'a> Unpin for ExGetVelocityTexture<'a>
impl<'a> !UnwindSafe for ExGetVelocityTexture<'a>
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