Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/eevee/eevee_occlusion.c
| Show All 27 Lines | |||||
| #include "DEG_depsgraph_query.h" | #include "DEG_depsgraph_query.h" | ||||
| #include "BKE_global.h" /* for G.debug_value */ | #include "BKE_global.h" /* for G.debug_value */ | ||||
| #include "eevee_private.h" | #include "eevee_private.h" | ||||
| #include "GPU_extensions.h" | #include "GPU_extensions.h" | ||||
| #include "GPU_platform.h" | |||||
| #include "GPU_state.h" | #include "GPU_state.h" | ||||
| static struct { | static struct { | ||||
| /* Ground Truth Ambient Occlusion */ | /* Ground Truth Ambient Occlusion */ | ||||
| struct GPUShader *gtao_sh; | struct GPUShader *gtao_sh; | ||||
| struct GPUShader *gtao_layer_sh; | struct GPUShader *gtao_layer_sh; | ||||
| struct GPUShader *gtao_debug_sh; | struct GPUShader *gtao_debug_sh; | ||||
| ▲ Show 20 Lines • Show All 270 Lines • Show Last 20 Lines | |||||