Struct screen_13::graph::node::BufferLeaseNode
source · pub struct BufferLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
source§impl<'a> Bind<&mut RenderGraph, BufferLeaseNode> for &'a Arc<Lease<Buffer>>
impl<'a> Bind<&mut RenderGraph, BufferLeaseNode> for &'a Arc<Lease<Buffer>>
source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
source§impl Bind<&mut RenderGraph, BufferLeaseNode> for Arc<Lease<Buffer>>
impl Bind<&mut RenderGraph, BufferLeaseNode> for Arc<Lease<Buffer>>
source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
source§impl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
impl Bind<&mut RenderGraph, BufferLeaseNode> for Lease<Buffer>
source§fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
fn bind(self, graph: &mut RenderGraph) -> BufferLeaseNode
Binds the resource to a graph-like object. Read more
source§impl Clone for BufferLeaseNode
impl Clone for BufferLeaseNode
source§impl Debug for BufferLeaseNode
impl Debug for BufferLeaseNode
source§impl From<BufferLeaseNode> for AnyBufferNode
impl From<BufferLeaseNode> for AnyBufferNode
source§fn from(node: BufferLeaseNode) -> Self
fn from(node: BufferLeaseNode) -> Self
Converts to this type from the input type.
source§impl<'a> Index<BufferLeaseNode> for Bindings<'a>
impl<'a> Index<BufferLeaseNode> for Bindings<'a>
source§impl Node for BufferLeaseNode
impl Node for BufferLeaseNode
source§impl Unbind<RenderGraph, Arc<Lease<Buffer>>> for BufferLeaseNode
impl Unbind<RenderGraph, Arc<Lease<Buffer>>> for BufferLeaseNode
source§impl View for BufferLeaseNode
impl View for BufferLeaseNode
§type Information = BufferSubresource
type Information = BufferSubresource
The information about the resource interpretation.
§type Subresource = BufferSubresource
type Subresource = BufferSubresource
The portion of the resource which is bound.