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