Docs.rs
screen-13-0.3.2
screen-13 0.3.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
attackgoat
Dependencies
archery ^0.4
normal
ash ^0.37
normal
ash-window ^0.10
normal
derive_builder ^0.11
normal
gpu-allocator ^0.18
normal
log ^0.4
normal
ordered-float ^3.0
normal
parking_lot ^0.12
normal
paste ^1.0
normal
raw-window-handle ^0.4
normal
spirq ^0.5
normal
vk-sync-fork ^0.4.0
normal
winit ^0.26
normal
anyhow ^1.0
dev
bmfont ^0.3
dev
bytemuck ^1.9
dev
glam ^0.20
dev
image ^0.24
dev
inline-spirv ^0.1
dev
log ^0.4
dev
polyhedron-ops ^0.2
dev
pretty_env_logger ^0.4
dev
rand ^0.8
dev
tobj ^3.2
dev
ash-molten ^0.12
normal
Versions
8.96%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Bind
Required Methods
bind
Implementations on Foreign Types
&'a SharedPointer<ComputePipeline<P>, P>
&'a SharedPointer<GraphicPipeline<P>, P>
&'a SharedPointer<RayTracePipeline<P>, P>
Implementors
In screen_13::graph
?
Trait
screen_13
::
graph
::
Bind
source
·
[
−
]
pub trait Bind<Graph, Node, P> { fn
bind
(self, graph: Graph) -> Node
where
P:
SharedPointerKind
; }
Required Methods
source
fn
bind
(self, graph: Graph) -> Node
where
P:
SharedPointerKind
,
Implementations on Foreign Types
source
impl<'a, P>
Bind
<
PassRef
<'a, P>,
PipelinePassRef
<'a,
ComputePipeline
<P>, P>, P> for &'a
SharedPointer
<
ComputePipeline
<P>, P>
where
P:
SharedPointerKind
+
Send
+ 'static,
source
fn
bind
(
self,
pass:
PassRef
<'a, P>
) ->
PipelinePassRef
<'_,
ComputePipeline
<P>, P>
source
impl<'a, P>
Bind
<
PassRef
<'a, P>,
PipelinePassRef
<'a,
GraphicPipeline
<P>, P>, P> for &'a
SharedPointer
<
GraphicPipeline
<P>, P>
where
P:
SharedPointerKind
+
Send
+ 'static,
source
fn
bind
(
self,
pass:
PassRef
<'a, P>
) ->
PipelinePassRef
<'_,
GraphicPipeline
<P>, P>
source
impl<'a, P>
Bind
<
PassRef
<'a, P>,
PipelinePassRef
<'a,
RayTracePipeline
<P>, P>, P> for &'a
SharedPointer
<
RayTracePipeline
<P>, P>
where
P:
SharedPointerKind
+
Send
+ 'static,
source
fn
bind
(
self,
pass:
PassRef
<'a, P>
) ->
PipelinePassRef
<'_,
RayTracePipeline
<P>, P>
Implementors
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
AccelerationStructureLeaseNode
<P>, P> for
Lease
<
AccelerationStructureBinding
<P>, P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
AccelerationStructureLeaseNode
<P>, P> for
AccelerationStructureLeaseBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
AccelerationStructureNode
<P>, P> for
AccelerationStructure
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
AccelerationStructureNode
<P>, P> for
AccelerationStructureBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
BufferLeaseNode
<P>, P> for
Lease
<
BufferBinding
<P>, P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
BufferLeaseNode
<P>, P> for
BufferLeaseBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
BufferNode
<P>, P> for
Buffer
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
BufferNode
<P>, P> for
BufferBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
ImageLeaseNode
<P>, P> for
Lease
<
ImageBinding
<P>, P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
ImageLeaseNode
<P>, P> for
ImageLeaseBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
ImageNode
<P>, P> for
Image
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
ImageNode
<P>, P> for
ImageBinding
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
SwapchainImageNode
<P>, P> for
SwapchainImage
<P>
where
P:
SharedPointerKind
,
source
impl<P>
Bind
<&'_ mut
RenderGraph
<P>,
SwapchainImageNode
<P>, P> for
SwapchainImageBinding
<P>
where
P:
SharedPointerKind
,