Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache_extract.h
| Show First 20 Lines • Show All 322 Lines • ▼ Show 20 Lines | void mesh_buffer_cache_create_requested(struct TaskGraph *task_graph, | ||||
| Object *object, | Object *object, | ||||
| Mesh *me, | Mesh *me, | ||||
| bool is_editmode, | bool is_editmode, | ||||
| bool is_paint_mode, | bool is_paint_mode, | ||||
| bool is_mode_active, | bool is_mode_active, | ||||
| const float obmat[4][4], | const float obmat[4][4], | ||||
| bool do_final, | bool do_final, | ||||
| bool do_uvedit, | bool do_uvedit, | ||||
| bool use_subsurf_fdots, | |||||
| const Scene *scene, | const Scene *scene, | ||||
| const struct ToolSettings *ts, | const struct ToolSettings *ts, | ||||
| bool use_hide); | bool use_hide); | ||||
| void mesh_buffer_cache_create_requested_subdiv(MeshBatchCache *cache, | void mesh_buffer_cache_create_requested_subdiv(MeshBatchCache *cache, | ||||
| MeshBufferCache *mbc, | MeshBufferCache *mbc, | ||||
| struct DRWSubdivCache *subdiv_cache, | struct DRWSubdivCache *subdiv_cache, | ||||
| struct MeshRenderData *mr); | struct MeshRenderData *mr); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||