16 releases (8 breaking)
0.10.0 | Apr 13, 2022 |
---|---|
0.9.0 | Dec 31, 2021 |
0.8.0 | Nov 26, 2021 |
0.7.0 | Jun 28, 2021 |
0.5.0 | Sep 29, 2019 |
#13 in #luminance
324 downloads per month
Used in 8 crates
(6 directly)
31KB
736 lines
luminance-derive
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.
Vertex
This macro allows to derive the Vertex
trait for a custom struct
type.
See the full documentation here
Semantics
This macro allows to derive the Semantics
trait for a custom enum
type.
See the full documentation here
UniformInterface
This macro allows to derive the UniformInterface
trait for a custom struct
type.
Dependencies
~1.5MB
~37K SLoC