Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/DRW_engine.h
| Show All 14 Lines | |||||
| * | * | ||||
| * Copyright 2016, Blender Foundation. | * Copyright 2016, Blender Foundation. | ||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup draw | * \ingroup draw | ||||
| */ | */ | ||||
| #ifndef __DRW_ENGINE_H__ | #pragma once | ||||
| #define __DRW_ENGINE_H__ | |||||
| #include "BLI_sys_types.h" /* for bool */ | #include "BLI_sys_types.h" /* for bool */ | ||||
| #include "DNA_object_enums.h" | #include "DNA_object_enums.h" | ||||
| #include "DRW_engine_types.h" | #include "DRW_engine_types.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| ▲ Show 20 Lines • Show All 136 Lines • ▼ Show 20 Lines | |||||
| void DRW_deferred_shader_remove(struct GPUMaterial *mat); | void DRW_deferred_shader_remove(struct GPUMaterial *mat); | ||||
| struct DrawDataList *DRW_drawdatalist_from_id(struct ID *id); | struct DrawDataList *DRW_drawdatalist_from_id(struct ID *id); | ||||
| void DRW_drawdata_free(struct ID *id); | void DRW_drawdata_free(struct ID *id); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __DRW_ENGINE_H__ */ | |||||