pub struct AccelerationStructureLeaseNode { /* private fields */ }Expand description
Resource node.
Trait Implementations
sourceimpl<'a> Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for &'a Arc<Lease<AccelerationStructure>>
impl<'a> Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for &'a Arc<Lease<AccelerationStructure>>
sourcefn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Arc<Lease<AccelerationStructure>>
impl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Arc<Lease<AccelerationStructure>>
sourcefn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Lease<AccelerationStructure>
impl Bind<&mut RenderGraph, AccelerationStructureLeaseNode> for Lease<AccelerationStructure>
sourcefn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureLeaseNode
Binds the resource to a graph-like object. Read more
sourceimpl From<AccelerationStructureLeaseNode> for AnyAccelerationStructureNode
impl From<AccelerationStructureLeaseNode> for AnyAccelerationStructureNode
sourcefn from(node: AccelerationStructureLeaseNode) -> Self
fn from(node: AccelerationStructureLeaseNode) -> Self
Converts to this type from the input type.
sourceimpl<'a> Index<AccelerationStructureLeaseNode> for Bindings<'a>
impl<'a> Index<AccelerationStructureLeaseNode> for Bindings<'a>
type Output = AccelerationStructure
type Output = AccelerationStructure
The returned type after indexing.
sourcefn index(&self, node: AccelerationStructureLeaseNode) -> &Self::Output
fn index(&self, node: AccelerationStructureLeaseNode) -> &Self::Output
Performs the indexing (
container[index]) operation. Read moresourceimpl Node for AccelerationStructureLeaseNode
impl Node for AccelerationStructureLeaseNode
sourceimpl Unbind<RenderGraph, Arc<Lease<AccelerationStructure>>> for AccelerationStructureLeaseNode
impl Unbind<RenderGraph, Arc<Lease<AccelerationStructure>>> for AccelerationStructureLeaseNode
sourcefn unbind(self, graph: &mut RenderGraph) -> Arc<Lease<AccelerationStructure>>
fn unbind(self, graph: &mut RenderGraph) -> Arc<Lease<AccelerationStructure>>
Unbinds the resource from a graph-like object. Read more
sourceimpl View for AccelerationStructureLeaseNode
impl View for AccelerationStructureLeaseNode
type Information = ()
type Information = ()
The information about the resource interpretation.
type Subresource = ()
type Subresource = ()
The portion of the resource which is bound.
impl Copy for AccelerationStructureLeaseNode
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureLeaseNode
impl Send for AccelerationStructureLeaseNode
impl Sync for AccelerationStructureLeaseNode
impl Unpin for AccelerationStructureLeaseNode
impl UnwindSafe for AccelerationStructureLeaseNode
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