Docs.rs
twgpu-0.3.0
twgpu 0.3.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Repository
crates.io
Source
Owners
Patiga
Dependencies
bytemuck ^1.9.1
normal
fixed ^1.24.0
normal
image ^0.24.1
normal
ndarray ^0.15.6
normal
rand_core ^0.6.4
normal
rand_pcg ^0.3.1
normal
twgame ^0.1.0
normal
twmap ^0.12.2
normal
twsnap ^0.1.1
normal
vek ^0.16.1
normal
wgpu ^0.19.3
normal
winit ^0.29.15
normal
Versions
16%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
twgpu
0.3.0
GpuCamera
Aliased type
Methods
upload
In crate twgpu
Type Alias
twgpu
::
GpuCamera
Copy item path
source
·
[
−
]
pub type GpuCamera =
GpuBuffer
<
Camera
>;
Aliased Type
§
struct GpuCamera {
/* private fields */
}
Implementations
§
source
§
impl
GpuCamera
source
pub fn
upload
(camera: &
Camera
, device: &
Device
) -> Self