Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device" #107552

Open
William Leeson wants to merge 137 commits from leesonw/blender-cluster:upload_changed into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 29396f6227 - Show all commits

View File

@ -211,10 +211,6 @@ struct GeometrySizes {
size_t patch_size;
size_t face_size;
size_t corner_size;
size_t *num_geometries;
size_t *vert_offsets;
size_t *motion_vert_offsets;
};
/* Attribute Sizes */