Blender Git Loki
Git Commits -> Revision a766ee6
Revision a766ee6 by Clément Foucault (eevee-rewrite, temp-eevee-gpencil-rewrite, viewport-compositor) April 4, 2021, 19:56 (GMT) |
EEVEE: Shader: Add preprocessor to have better shared enum definition This removes the use of very ugly macros. Now we preprocess the .hh string at startup to change enum definitions to a more GLSL friendly variant. |
Commit Details:
Full Hash: a766ee6d5d47324819d1af33e677744e611f409d
Parent Commit: ebf455d
Lines Changed: +102, -79