std140

Crates.iostd140
lib.rsstd140
version0.2.6
sourcesrc
created_at2019-10-06 13:15:14.346179
updated_at2022-09-01 14:51:03.129879
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
size48,904
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