pub struct AccelerationStructureNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl<'a> Bind<&mut RenderGraph, AccelerationStructureNode> for &'a Arc<AccelerationStructure>
impl<'a> Bind<&mut RenderGraph, AccelerationStructureNode> for &'a Arc<AccelerationStructure>
Source§fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
Binds the resource to a graph-like object. Read more
Source§impl Bind<&mut RenderGraph, AccelerationStructureNode> for AccelerationStructure
impl Bind<&mut RenderGraph, AccelerationStructureNode> for AccelerationStructure
Source§fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
Binds the resource to a graph-like object. Read more
Source§impl Bind<&mut RenderGraph, AccelerationStructureNode> for Arc<AccelerationStructure>
impl Bind<&mut RenderGraph, AccelerationStructureNode> for Arc<AccelerationStructure>
Source§fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
fn bind(self, graph: &mut RenderGraph) -> AccelerationStructureNode
Binds the resource to a graph-like object. Read more
Source§impl Clone for AccelerationStructureNode
impl Clone for AccelerationStructureNode
Source§impl Debug for AccelerationStructureNode
impl Debug for AccelerationStructureNode
Source§impl From<AccelerationStructureNode> for AnyAccelerationStructureNode
impl From<AccelerationStructureNode> for AnyAccelerationStructureNode
Source§fn from(node: AccelerationStructureNode) -> Self
fn from(node: AccelerationStructureNode) -> Self
Converts to this type from the input type.
Source§impl Hash for AccelerationStructureNode
impl Hash for AccelerationStructureNode
Source§impl<'a> Index<AccelerationStructureNode> for Bindings<'a>
impl<'a> Index<AccelerationStructureNode> for Bindings<'a>
Source§type Output = AccelerationStructure
type Output = AccelerationStructure
The returned type after indexing.
Source§impl Node for AccelerationStructureNode
impl Node for AccelerationStructureNode
Source§impl Ord for AccelerationStructureNode
impl Ord for AccelerationStructureNode
Source§fn cmp(&self, other: &AccelerationStructureNode) -> Ordering
fn cmp(&self, other: &AccelerationStructureNode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AccelerationStructureNode
impl PartialOrd for AccelerationStructureNode
Source§impl Unbind<RenderGraph, Arc<AccelerationStructure>> for AccelerationStructureNode
impl Unbind<RenderGraph, Arc<AccelerationStructure>> for AccelerationStructureNode
Source§fn 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
Source§impl View for AccelerationStructureNode
impl View for AccelerationStructureNode
Source§type Information = ()
type Information = ()
The information about the resource interpretation.
Source§type Subresource = ()
type Subresource = ()
The portion of the resource which is bound.
impl Copy for AccelerationStructureNode
impl Eq for AccelerationStructureNode
impl StructuralPartialEq for AccelerationStructureNode
Auto Trait Implementations§
impl Freeze for AccelerationStructureNode
impl RefUnwindSafe for AccelerationStructureNode
impl Send for AccelerationStructureNode
impl Sync for AccelerationStructureNode
impl Unpin for AccelerationStructureNode
impl UnwindSafe for AccelerationStructureNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more