EEVEE: Fix compilation on MSVC

This commit is contained in:
2022-05-02 10:09:46 +02:00
parent 8ece0816d9
commit 12baea1b8e

View File

@@ -7,9 +7,17 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern const float ltc_mat_ggx[64 * 64 * 4];
extern const float ltc_mag_ggx[64 * 64 * 2];
extern const float bsdf_split_sum_ggx[64 * 64 * 2];
extern const float ltc_disk_integral[64 * 64];
extern const float btdf_split_sum_ggx[16][64 * 64 * 2];
extern const float blue_noise[64 * 64][4];
#ifdef __cplusplus
}
#endif