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:
Diffstat (limited to 'source/blender/gpu/GPU_sculpt_shader_shared.h')
-rw-r--r--source/blender/gpu/GPU_sculpt_shader_shared.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/gpu/GPU_sculpt_shader_shared.h b/source/blender/gpu/GPU_sculpt_shader_shared.h
index d4ff5b72db0..2b1305ad190 100644
--- a/source/blender/gpu/GPU_sculpt_shader_shared.h
+++ b/source/blender/gpu/GPU_sculpt_shader_shared.h
@@ -51,9 +51,8 @@ struct PaintBrushData {
float4 color;
PaintBrushTestData test;
float alpha;
- float _pad0;
- float _pad1;
- float _pad2;
+ int falloff_shape;
+ float _pad0[2];
};
BLI_STATIC_ASSERT_ALIGN(PaintBrushData, 16)