Docs.rs
quickgpu-0.0.9
quickgpu 0.0.9
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
k9
Dependencies
wgpu ^28.0.0
normal
bytemuck ^1.24.0
dev
wgpu ^28.0.0
dev
Versions
18.03%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
State
quickgpu
0.0.9
State
Required Associated Types
Contents
Label
Usage
Implementors
In quickgpu::
builders::
buffer_
init_
descriptor_
builder
quickgpu
::
builders
::
buffer_init_descriptor_builder
Trait
State
Copy item path
Source
pub trait State<'a> { type
Label
:
Field
; type
Contents
:
Field
; type
Usage
:
Field
; }
Required Associated Types
§
Source
type
Label
:
Field
Source
type
Contents
:
Field
Source
type
Usage
:
Field
Implementors
§
Source
§
impl<'a>
State
<'a> for
Empty
Source
§
type
Label
=
LabelEmpty
Source
§
type
Contents
=
ContentsEmpty
Source
§
type
Usage
=
UsageEmpty
Source
§
impl<'a, CS:
State
<'a>>
State
<'a> for
SetContents
<CS>
Source
§
type
Label
= <CS as
State
<'a>>::
Label
Source
§
type
Contents
=
ContentsValue
<'a>
Source
§
type
Usage
= <CS as
State
<'a>>::
Usage
Source
§
impl<'a, CS:
State
<'a>>
State
<'a> for
SetLabel
<CS>
Source
§
type
Label
=
LabelValue
<'a>
Source
§
type
Contents
= <CS as
State
<'a>>::
Contents
Source
§
type
Usage
= <CS as
State
<'a>>::
Usage
Source
§
impl<'a, CS:
State
<'a>>
State
<'a> for
SetUsage
<CS>
Source
§
type
Label
= <CS as
State
<'a>>::
Label
Source
§
type
Contents
= <CS as
State
<'a>>::
Contents
Source
§
type
Usage
=
UsageValue