Struct obs_wrapper::graphics::GraphicsSamplerInfo
source · [−]pub struct GraphicsSamplerInfo { /* private fields */ }Implementations
sourceimpl GraphicsSamplerInfo
impl GraphicsSamplerInfo
pub fn new() -> Self
pub fn with_address_u(self, mode: GraphicsAddressMode) -> Self
pub fn with_address_v(self, mode: GraphicsAddressMode) -> Self
pub fn with_address_w(self, mode: GraphicsAddressMode) -> Self
pub fn with_filter(self, mode: GraphicsSampleFilter) -> Self
Trait Implementations
sourceimpl Default for GraphicsSamplerInfo
impl Default for GraphicsSamplerInfo
sourceimpl From<GraphicsSamplerInfo> for GraphicsSamplerState
impl From<GraphicsSamplerInfo> for GraphicsSamplerState
sourcefn from(info: GraphicsSamplerInfo) -> GraphicsSamplerState
fn from(info: GraphicsSamplerInfo) -> GraphicsSamplerState
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for GraphicsSamplerInfo
impl Send for GraphicsSamplerInfo
impl Sync for GraphicsSamplerInfo
impl Unpin for GraphicsSamplerInfo
impl UnwindSafe for GraphicsSamplerInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more