Docs.rs
wgpu-noboiler-0.3.1
wgpu-noboiler 0.3.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ToBinio
Dependencies
bytemuck ^1.13.0
normal
env_logger ^0.10.0
normal
log ^0.4.17
normal
pollster ^0.3.0
normal
wgpu ^0.15.0
normal
winit ^0.28.1
normal
Versions
60.56%
of the crate is documented
Platform
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
WindowEventFn
wgpu_
noboiler
0.3.1
In wgpu_
noboiler::
app
wgpu_noboiler
::
app
Type Alias
Window
Event
Fn
Copy item path
Source
pub type WindowEventFn<T> =
fn
(app_data: &
AppData
, state:
&mut T
, window_event: &
WindowEvent
<'_>);