Crates.io | std140 |
lib.rs | std140 |
version | 0.2.6 |
source | src |
created_at | 2019-10-06 13:15:14.346179 |
updated_at | 2022-09-01 14:51:03.129879 |
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 | 48,904 |
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.