Docs.rs
librashader-reflect-0.5.0
librashader-reflect 0.5.0
Docs.rs crate page
MPL-2.0
OR
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
chyyran
Dependencies
bitflags ^2.4.2
normal
bytemuck ^1.13.0
normal
glslang ^0.6.0
normal
librashader-common ^0.5.0
normal
librashader-pack ^0.5.0
normal
librashader-preprocess ^0.5.0
normal
librashader-presets ^0.5.0
normal
naga ^22
normal
optional
rspirv ^0.12.0
normal
optional
rustc-hash ^2.0.0
normal
serde ^1.0
normal
optional
spirv ^0.3.0
normal
optional
spirv-cross2 ^0.4
normal
optional
thiserror ^1.0.37
normal
spirv-to-dxil ^0.4.7
normal
optional
Versions
83.13%
of the crate is documented
Go to latest version
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
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
librashader_
reflect
0.5.0
Module front
Module Items
Structs
Traits
In crate librashader_
reflect
librashader_reflect
Module
front
Copy item path
source
Expand description
Shader frontend parsers.
Structs
§
Glslang
glslang compiler
Spirv
Compilation
A reflectable shader compilation via glslang.
Traits
§
Shader
Input
Compiler
Trait for types that can compile shader sources into a compilation unit.
Shader
Reflect
Object
The output of a shader compiler that is reflectable.