Docs.rs
spirv-std-0.10.0-alpha.1
spirv-std 0.10.0-alpha.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LegNeato
Firestar99
Dependencies
bitflags ^1.3.2
normal
bytemuck ^1.18.0
normal
optional
spirv-std-macros =0.10.0-alpha.1
normal
spirv-std-types =0.10.0-alpha.1
normal
glam >=0.30.8
normal
num-traits ^0.2.15
normal
glam >=0.30.8
normal
libm ^0.2.5
normal
num-traits ^0.2.15
normal
Versions
100%
of the crate is documented
Go to latest stable release
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
Module matrix
spirv_
std
0.10.0-alpha.1
Module matrix
Module Items
Structs
In crate spirv_
std
spirv_std
Module
matrix
Copy item path
Source
Expand description
a set of common SPIR-V Matrices, used for intrinsics
Structs
§
Matrix4x3
A Matrix with 4 columns of
Vec3
, very similar to glam’s
Affine3A
.