| Crates.io | luminance-derive |
| lib.rs | luminance-derive |
| version | 0.10.0 |
| created_at | 2019-08-23 12:15:32.31452+00 |
| updated_at | 2022-04-13 06:24:02.099319+00 |
| description | Procedural macros for deriving luminance traits |
| homepage | https://github.com/phaazon/luminance-rs |
| repository | https://github.com/phaazon/luminance-rs |
| max_upload_size | |
| id | 159188 |
| size | 34,606 |
Derive procedural macros for luminance.
This crate exports several macros used to ease development with luminance. You are strongly advised to read the documentation of luminance in the first place.
VertexThis macro allows to derive the Vertex trait for a custom struct type.
See the full documentation here
SemanticsThis macro allows to derive the Semantics trait for a custom enum type.
See the full documentation here
UniformInterfaceThis macro allows to derive the [UniformInterface] trait for a custom struct type.