Docs.rs
swamp-render-wgpu-0.0.14-alpha.2
swamp-render-wgpu 0.0.14-alpha.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piot
Dependencies
bytemuck ^1.19.0
normal
int_math ^0.0.2
normal
limnus-app ^0.0.12
normal
limnus-assets ^0.0.12
normal
limnus-resource ^0.0.12
normal
limnus-screen ^0.0.12
normal
limnus-system-params ^0.0.12
normal
limnus-system-runner ^0.0.12
normal
limnus-wgpu-math ^0.0.12
normal
limnus-wgpu-window ^0.0.12
normal
monotonic-time-rs ^0.0.5
normal
swamp-font ^0.0.14-alpha.2
normal
swamp-render ^0.0.14-alpha.2
normal
swamp-wgpu ^0.0.14-alpha.2
normal
swamp-wgpu-sprites ^0.0.14-alpha.2
normal
tracing ^0.1.40
normal
wgpu ^23.0.0
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
swamp_
render_
wgpu
0.0.14-alpha.2
Frame
Lookup
Required Methods
lookup
Implementors
In crate swamp_
render_
wgpu
swamp_render_wgpu
Trait
FrameLookup
Copy item path
Source
pub trait FrameLookup { // Required method fn
lookup
(&self, frame:
u16
) -> (&
MaterialRef
,
URect
); }
Required Methods
§
Source
fn
lookup
(&self, frame:
u16
) -> (&
MaterialRef
,
URect
)
Implementors
§
Source
§
impl
FrameLookup
for
FixedAtlas