This commit is contained in:
Wojtek Figat
2021-01-04 14:20:00 +01:00
parent c5568c8eae
commit cd8a27ca26

View File

@@ -4,7 +4,7 @@
#define __LIGHTING__
#if !defined(USE_GBUFFER_CUSTOM_DATA)
#error "Canot calculate lighting without custom data in GBuffer. Define USE_GBUFFER_CUSTOM_DATA."
#error "Cannot calculate lighting without custom data in GBuffer. Define USE_GBUFFER_CUSTOM_DATA."
#endif
#include "./Flax/LightingCommon.hlsl"