Docs.rs
screen-13-0.4.1
screen-13 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
attackgoat
Dependencies
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
egui ^0.18.0
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
9.39%
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 Arc<AccelerationStructure>
&'a Arc<Buffer>
&'a Arc<ComputePipeline>
&'a Arc<GraphicPipeline>
&'a Arc<Image>
&'a Arc<Lease<AccelerationStructure>>
&'a Arc<Lease<Buffer>>
&'a Arc<Lease<Image>>
&'a Arc<RayTracePipeline>
Arc<AccelerationStructure>
Arc<Buffer>
Arc<Image>
Arc<Lease<AccelerationStructure>>
Arc<Lease<Buffer>>
Arc<Lease<Image>>
Implementors
In screen_13::prelude
?
Trait
screen_13
::
prelude
::
Bind
source
·
[
−
]
pub trait Bind<Graph, Node> { fn
bind
(self, graph: Graph) -> Node; }
Required Methods
source
fn
bind
(self, graph: Graph) -> Node
Implementations on Foreign Types
source
impl<'a>
Bind
<&mut
RenderGraph
,
AccelerationStructureNode
> for &'a
Arc
<
AccelerationStructure
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
AccelerationStructureNode
source
impl
Bind
<&mut
RenderGraph
,
AccelerationStructureNode
> for
Arc
<
AccelerationStructure
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
AccelerationStructureNode
source
impl<'a>
Bind
<&mut
RenderGraph
,
ImageNode
> for &'a
Arc
<
Image
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
ImageNode
source
impl
Bind
<&mut
RenderGraph
,
ImageNode
> for
Arc
<
Image
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
ImageNode
source
impl<'a>
Bind
<&mut
RenderGraph
,
BufferNode
> for &'a
Arc
<
Buffer
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
BufferNode
source
impl
Bind
<&mut
RenderGraph
,
BufferNode
> for
Arc
<
Buffer
>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
BufferNode
source
impl<'a>
Bind
<&mut
RenderGraph
,
AccelerationStructureLeaseNode
> for &'a
Arc
<
Lease
<
AccelerationStructure
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
AccelerationStructureLeaseNode
source
impl
Bind
<&mut
RenderGraph
,
AccelerationStructureLeaseNode
> for
Arc
<
Lease
<
AccelerationStructure
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
AccelerationStructureLeaseNode
source
impl<'a>
Bind
<&mut
RenderGraph
,
ImageLeaseNode
> for &'a
Arc
<
Lease
<
Image
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
ImageLeaseNode
source
impl
Bind
<&mut
RenderGraph
,
ImageLeaseNode
> for
Arc
<
Lease
<
Image
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
ImageLeaseNode
source
impl<'a>
Bind
<&mut
RenderGraph
,
BufferLeaseNode
> for &'a
Arc
<
Lease
<
Buffer
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
BufferLeaseNode
source
impl
Bind
<&mut
RenderGraph
,
BufferLeaseNode
> for
Arc
<
Lease
<
Buffer
>>
source
fn
bind
(self, graph: &mut
RenderGraph
) ->
BufferLeaseNode
source
impl<'a>
Bind
<
PassRef
<'a>,
PipelinePassRef
<'a,
ComputePipeline
>> for &'a
Arc
<
ComputePipeline
>
source
fn
bind
(self, pass:
PassRef
<'a>) ->
PipelinePassRef
<'_,
ComputePipeline
>
source
impl<'a>
Bind
<
PassRef
<'a>,
PipelinePassRef
<'a,
GraphicPipeline
>> for &'a
Arc
<
GraphicPipeline
>
source
fn
bind
(self, pass:
PassRef
<'a>) ->
PipelinePassRef
<'_,
GraphicPipeline
>
source
impl<'a>
Bind
<
PassRef
<'a>,
PipelinePassRef
<'a,
RayTracePipeline
>> for &'a
Arc
<
RayTracePipeline
>
source
fn
bind
(self, pass:
PassRef
<'a>) ->
PipelinePassRef
<'_,
RayTracePipeline
>
Implementors
source
impl
Bind
<&mut
RenderGraph
,
AccelerationStructureLeaseNode
> for
Lease
<
AccelerationStructure
>
source
impl
Bind
<&mut
RenderGraph
,
AccelerationStructureNode
> for
AccelerationStructure
source
impl
Bind
<&mut
RenderGraph
,
BufferLeaseNode
> for
Lease
<
Buffer
>
source
impl
Bind
<&mut
RenderGraph
,
BufferNode
> for
Buffer
source
impl
Bind
<&mut
RenderGraph
,
ImageLeaseNode
> for
Lease
<
Image
>
source
impl
Bind
<&mut
RenderGraph
,
ImageNode
> for
Image
source
impl
Bind
<&mut
RenderGraph
,
SwapchainImageNode
> for
SwapchainImage