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:
authorJacques Lucke <jacques@blender.org>2021-12-27 20:18:37 +0300
committerJacques Lucke <jacques@blender.org>2021-12-27 20:18:37 +0300
commit11ac276caaa6e6d42176452526af97cf972abb5f (patch)
treedebf8ccbf9143cf7523de6e745cb67fee2771495 /source/blender/draw/intern/draw_subdivision.h
parent1c9d8fcb477c5aea5555781cc209d60da126f48f (diff)
Cleanup: clang tidy
Use c++ headers; use nullptr; redundant `void` in parameter list; inconsistent parameter name.
Diffstat (limited to 'source/blender/draw/intern/draw_subdivision.h')
-rw-r--r--source/blender/draw/intern/draw_subdivision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_subdivision.h b/source/blender/draw/intern/draw_subdivision.h
index f60ec7afc77..d36bfe87689 100644
--- a/source/blender/draw/intern/draw_subdivision.h
+++ b/source/blender/draw/intern/draw_subdivision.h
@@ -182,7 +182,7 @@ void draw_subdiv_extract_pos_nor(const DRWSubdivCache *cache,
void draw_subdiv_interp_custom_data(const DRWSubdivCache *cache,
struct GPUVertBuf *src_data,
- struct GPUVertBuf *dst_buffer,
+ struct GPUVertBuf *dst_data,
int dimensions,
int dst_offset);