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

#11 in #luminance

Download history 108/week @ 2023-12-18 81/week @ 2023-12-25 25/week @ 2024-01-01 104/week @ 2024-01-08 100/week @ 2024-01-15 54/week @ 2024-01-22 50/week @ 2024-01-29 87/week @ 2024-02-05 109/week @ 2024-02-12 81/week @ 2024-02-19 211/week @ 2024-02-26 153/week @ 2024-03-04 122/week @ 2024-03-11 133/week @ 2024-03-18 148/week @ 2024-03-25 610/week @ 2024-04-01

1,047 downloads per month
Used in 8 crates (6 directly)

BSD-3-Clause

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.

See the full documentation here

Dependencies

~1.5MB
~33K SLoC