Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/eevee/eevee_lut.h
| Show All 15 Lines | |||||
| * The Original Code is Copyright (C) 2005 Blender Foundation. | * The Original Code is Copyright (C) 2005 Blender Foundation. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup gpu | * \ingroup gpu | ||||
| */ | */ | ||||
| #ifndef __EEVEE_LUT_H__ | #pragma once | ||||
| #define __EEVEE_LUT_H__ | |||||
| extern const float ltc_mat_ggx[64 * 64 * 4]; | extern const float ltc_mat_ggx[64 * 64 * 4]; | ||||
| extern const float ltc_mag_ggx[64 * 64 * 2]; | extern const float ltc_mag_ggx[64 * 64 * 2]; | ||||
| extern const float bsdf_split_sum_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 ltc_disk_integral[64 * 64]; | ||||
| extern const float btdf_split_sum_ggx[32][64 * 64]; | extern const float btdf_split_sum_ggx[32][64 * 64]; | ||||
| extern const float blue_noise[64 * 64][4]; | extern const float blue_noise[64 * 64][4]; | ||||
| #endif /* __EEVEE_LUT_H__ */ | |||||