Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solve the bug: filament error: first argument in call to 'memcpy' is …
…a pointer to non-trivially copyable type 'value_type' (aka 'filament::DescriptorSet::Desc') [-Werror,-Wnontrivial-memcall] 152 | memcpy(set.mDescriptors.data(), mDescriptors.data(), mDescriptors.size() * sizeof(Desc));
- Loading branch information