Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/overlay/overlay_facing.cc
- This file was moved from source/blender/draw/engines/overlay/overlay_facing.c.
| /* SPDX-License-Identifier: GPL-2.0-or-later | /* SPDX-License-Identifier: GPL-2.0-or-later | ||||
| * Copyright 2019 Blender Foundation. */ | * Copyright 2019 Blender Foundation. */ | ||||
| /** \file | /** \file | ||||
| * \ingroup draw_engine | * \ingroup draw_engine | ||||
| */ | */ | ||||
| #include "BKE_paint.h" | #include "BKE_paint.h" | ||||
| #include "DRW_render.h" | #include "DRW_render.h" | ||||
| #include "overlay_private.h" | #include "overlay_private.hh" | ||||
| void OVERLAY_facing_init(OVERLAY_Data *UNUSED(vedata)) | void OVERLAY_facing_init(OVERLAY_Data *UNUSED(vedata)) | ||||
| { | { | ||||
| } | } | ||||
| void OVERLAY_facing_cache_init(OVERLAY_Data *vedata) | void OVERLAY_facing_cache_init(OVERLAY_Data *vedata) | ||||
| { | { | ||||
| OVERLAY_PassList *psl = vedata->psl; | OVERLAY_PassList *psl = vedata->psl; | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||