Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-14 16:49:11 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-14 16:49:11 +0300
commit15141ec19ae54a0f087405e1d0ddba899daf886d (patch)
tree8db9c88e2a1f834f235d25489cef7de5eb451e26 /source/blender/draw/intern/draw_cache_extract.h
parent06a492cfdc78049adff6923636faa5d13b90cc57 (diff)
parent993839ce85137ac37a978f49ae894703a39dbf6a (diff)
Merge remote-tracking branch 'origin/blender-v3.1-release'
Diffstat (limited to 'source/blender/draw/intern/draw_cache_extract.h')
-rw-r--r--source/blender/draw/intern/draw_cache_extract.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_extract.h b/source/blender/draw/intern/draw_cache_extract.h
index 8f2e8ebdf01..aaec47b4dce 100644
--- a/source/blender/draw/intern/draw_cache_extract.h
+++ b/source/blender/draw/intern/draw_cache_extract.h
@@ -8,6 +8,7 @@
#pragma once
struct DRWSubdivCache;
+struct MeshRenderData;
struct TaskGraph;
#include "DNA_customdata_types.h"
@@ -332,7 +333,7 @@ void mesh_buffer_cache_create_requested(struct TaskGraph *task_graph,
void mesh_buffer_cache_create_requested_subdiv(MeshBatchCache *cache,
MeshBufferCache *mbc,
struct DRWSubdivCache *subdiv_cache,
- const struct ToolSettings *ts);
+ struct MeshRenderData *mr);
#ifdef __cplusplus
}