Blender  V3.3
eevee_lut.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2005 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 extern const float ltc_mat_ggx[64 * 64 * 4];
15 extern const float ltc_mag_ggx[64 * 64 * 2];
16 extern const float bsdf_split_sum_ggx[64 * 64 * 2];
17 extern const float ltc_disk_integral[64 * 64];
18 extern const float btdf_split_sum_ggx[16][64 * 64 * 2];
19 extern const float blue_noise[64 * 64][4];
20 
21 #ifdef __cplusplus
22 }
23 #endif
const float blue_noise[64 *64][4]
Definition: eevee_lut.c:3491
const float btdf_split_sum_ggx[16][64 *64 *2]
Definition: eevee_lut.c:6569
const float bsdf_split_sum_ggx[64 *64 *2]
Definition: eevee_lut.c:5542
const float ltc_mag_ggx[64 *64 *2]
Definition: eevee_lut.c:2061
const float ltc_disk_integral[64 *64]
Definition: eevee_lut.c:2975
const float ltc_mat_ggx[64 *64 *4]
Definition: eevee_lut.c:10