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-03-02 02:59:03 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-02 02:59:03 +0300
commiteabdcdcd44b93943dc5aa595c7614d5ccdd11d6e (patch)
tree606cee295a1f2d618723b48bf980b894f3fa3448 /source/blender/draw/intern/draw_subdivision.h
parente03b9f555c177161ac3ed66e2f6071d479a563f7 (diff)
parent4932269ec3fafb011f9f6973f4d9d61e3558369f (diff)
Merge remote-tracking branch 'origin/blender-v3.1-release'
Diffstat (limited to 'source/blender/draw/intern/draw_subdivision.h')
-rw-r--r--source/blender/draw/intern/draw_subdivision.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_subdivision.h b/source/blender/draw/intern/draw_subdivision.h
index 862b296626f..bd02df6d48b 100644
--- a/source/blender/draw/intern/draw_subdivision.h
+++ b/source/blender/draw/intern/draw_subdivision.h
@@ -182,7 +182,8 @@ void draw_subdiv_interp_custom_data(const DRWSubdivCache *cache,
struct GPUVertBuf *src_data,
struct GPUVertBuf *dst_data,
int dimensions,
- int dst_offset);
+ int dst_offset,
+ bool compress_to_u16);
void draw_subdiv_extract_uvs(const DRWSubdivCache *cache,
struct GPUVertBuf *uvs,