std140

Crates.iostd140
lib.rsstd140
version0.2.7
created_at2019-10-06 13:15:14.346179+00
updated_at2025-10-23 21:11:45.998462+00
descriptionGLSL interface block memory, layed-out according to the std140 convention, represented as Rust structs.
homepagehttps://github.com/RSSchermer/std140.rs
repositoryhttps://github.com/RSSchermer/std140.rs
max_upload_size
id170372
size50,513
Roland (RSSchermer)

documentation

https://docs.rs/std140

README

Std140.rs

Crates.io docs.rs docs

Provides types and an attribute macro to help write Rust structs with a memory layout that matches the std140 memory layout as used for GLSL interface blocks (e.g. uniform blocks).

Please refer to the documentation for details.

Commit count: 29

cargo fmt