pub struct ImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations
sourceimpl<'a> Bind<&mut RenderGraph, ImageNode> for &'a Arc<Image>
impl<'a> Bind<&mut RenderGraph, ImageNode> for &'a Arc<Image>
sourcefn bind(self, graph: &mut RenderGraph) -> ImageNode
fn bind(self, graph: &mut RenderGraph) -> ImageNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, ImageNode> for Arc<Image>
impl Bind<&mut RenderGraph, ImageNode> for Arc<Image>
sourcefn bind(self, graph: &mut RenderGraph) -> ImageNode
fn bind(self, graph: &mut RenderGraph) -> ImageNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, ImageNode> for Image
impl Bind<&mut RenderGraph, ImageNode> for Image
sourcefn bind(self, graph: &mut RenderGraph) -> ImageNode
fn bind(self, graph: &mut RenderGraph) -> ImageNode
Binds the resource to a graph-like object. Read more
sourceimpl From<ImageNode> for AnyImageNode
impl From<ImageNode> for AnyImageNode
sourceimpl View for ImageNode
impl View for ImageNode
type Information = ImageViewInfo
type Information = ImageViewInfo
The information about the resource interpretation.
type Subresource = ImageSubresource
type Subresource = ImageSubresource
The portion of the resource which is bound.
impl Copy for ImageNode
Auto Trait Implementations
impl RefUnwindSafe for ImageNode
impl Send for ImageNode
impl Sync for ImageNode
impl Unpin for ImageNode
impl UnwindSafe for ImageNode
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