Docs.rs
oximedia-gpu-0.1.2
oximedia-gpu 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cool-japan
Dependencies
bytemuck ^1.25
normal
bytes ^1
normal
dirs ^6.0
normal
futures ^0.3
normal
futures-channel ^0.3
normal
once_cell ^1.21
normal
oximedia-core ^0.1.2
normal
parking_lot ^0.12
normal
pollster ^0.4
normal
rayon ^1.11
normal
thiserror ^2
normal
tracing ^0.1
normal
wgpu ^24.0
normal
tracing-subscriber ^0.3
dev
Versions
99.44%
of the crate is documented
Go to latest version
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
Skip to main content
hash_source
oximedia_
gpu
0.1.2
In oximedia_
gpu::
shader_
cache
oximedia_gpu
::
shader_cache
Function
hash_
source
Copy item path
Source
pub fn hash_source(data: &[
u8
]) ->
u64
Expand description
Compute a simple 64-bit FNV-1a hash of a byte slice.