Struct screen_13::graph::node::SwapchainImageNode
source · pub struct SwapchainImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
source§impl Clone for SwapchainImageNode
impl Clone for SwapchainImageNode
source§impl Debug for SwapchainImageNode
impl Debug for SwapchainImageNode
source§impl From<SwapchainImageNode> for AnyImageNode
impl From<SwapchainImageNode> for AnyImageNode
source§fn from(node: SwapchainImageNode) -> Self
fn from(node: SwapchainImageNode) -> Self
Converts to this type from the input type.
source§impl<'a> Index<SwapchainImageNode> for Bindings<'a>
impl<'a> Index<SwapchainImageNode> for Bindings<'a>
source§impl Node for SwapchainImageNode
impl Node for SwapchainImageNode
source§impl View for SwapchainImageNode
impl View for SwapchainImageNode
§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.