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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_sculpt_shader_shared.h b/source/blender/gpu/GPU_sculpt_shader_shared.h
index 2b1305ad190..a9464c57760 100644
--- a/source/blender/gpu/GPU_sculpt_shader_shared.h
+++ b/source/blender/gpu/GPU_sculpt_shader_shared.h
@@ -67,3 +67,10 @@ struct PaintStepData {
int _pad0[1];
};
BLI_STATIC_ASSERT_ALIGN(PaintStepData, 16);
+
+struct PaintTileData {
+ int tile_number;
+ int layer_id;
+ int2 sub_tile_id;
+};
+BLI_STATIC_ASSERT_ALIGN(PaintTileData, 16);