| Crates.io | std140 |
| lib.rs | std140 |
| version | 0.2.7 |
| created_at | 2019-10-06 13:15:14.346179+00 |
| updated_at | 2025-10-23 21:11:45.998462+00 |
| description | GLSL interface block memory, layed-out according to the std140 convention, represented as Rust structs. |
| homepage | https://github.com/RSSchermer/std140.rs |
| repository | https://github.com/RSSchermer/std140.rs |
| max_upload_size | |
| id | 170372 |
| size | 50,513 |
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.