Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/CMakeLists.txt
| Show First 20 Lines • Show All 120 Lines • ▼ Show 20 Lines | set(SRC | ||||
| engines/workbench/transparent_mode.c | engines/workbench/transparent_mode.c | ||||
| engines/external/external_engine.c | engines/external/external_engine.c | ||||
| engines/gpencil/gpencil_engine.h | engines/gpencil/gpencil_engine.h | ||||
| engines/gpencil/gpencil_engine.c | engines/gpencil/gpencil_engine.c | ||||
| engines/gpencil/gpencil_render.c | engines/gpencil/gpencil_render.c | ||||
| engines/gpencil/gpencil_cache_utils.c | engines/gpencil/gpencil_cache_utils.c | ||||
| engines/gpencil/gpencil_draw_utils.c | engines/gpencil/gpencil_draw_utils.c | ||||
| engines/gpencil/gpencil_draw_cache_impl.c | engines/gpencil/gpencil_draw_cache_impl.c | ||||
| engines/gpencil/gpencil_shader_fx.c | |||||
| DRW_engine.h | DRW_engine.h | ||||
| intern/DRW_render.h | intern/DRW_render.h | ||||
| intern/draw_cache.h | intern/draw_cache.h | ||||
| intern/draw_cache_impl.h | intern/draw_cache_impl.h | ||||
| intern/draw_common.h | intern/draw_common.h | ||||
| intern/draw_debug.h | intern/draw_debug.h | ||||
| intern/draw_hair_private.h | intern/draw_hair_private.h | ||||
| ▲ Show 20 Lines • Show All 176 Lines • ▼ Show 20 Lines | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_point_geom.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_point_geom.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_point_frag.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_point_frag.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_background_frag.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_background_frag.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_paper_frag.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_paper_frag.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_vert.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_vert.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_geom.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_geom.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_frag.glsl SRC) | data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_frag.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_blur_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_flip_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_light_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_pixel_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_swirl_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_wave_frag.glsl SRC) | |||||
| list(APPEND INC | list(APPEND INC | ||||
| ) | ) | ||||
| blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}") | ||||