Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_render.c
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | |||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| # include "RNA_access.h" | # include "RNA_access.h" | ||||
| # include "BKE_context.h" | # include "BKE_context.h" | ||||
| # include "BKE_report.h" | # include "BKE_report.h" | ||||
| # include "GPU_extensions.h" | # include "GPU_capabilities.h" | ||||
| # include "GPU_shader.h" | # include "GPU_shader.h" | ||||
| # include "IMB_colormanagement.h" | # include "IMB_colormanagement.h" | ||||
| # include "DEG_depsgraph_query.h" | # include "DEG_depsgraph_query.h" | ||||
| /* RenderEngine Callbacks */ | /* RenderEngine Callbacks */ | ||||
| static void engine_tag_redraw(RenderEngine *engine) | static void engine_tag_redraw(RenderEngine *engine) | ||||
| ▲ Show 20 Lines • Show All 1,007 Lines • Show Last 20 Lines | |||||