Fix #119195: Ensure Metal uses correct attribute conversion mode #119569

Merged
Jeroen Bakker merged 1 commits from Jason-Fielder/blender:Fix_119195 into main 2024-03-18 13:38:22 +01:00

1 Commits

Author SHA1 Message Date
426e9cc4e8 Fix #119195: Ensure Metal uses correct attribute conversion mode
Resolves custom attribute types for ints and booleans by ensuring
conversion mode is correct. Previously, the attribute declarations
were assumed to be linear. However, patch ensures the correct
attribute index is now fetched, ensuring the conversion mode
is correctly specified for non-linear attribute ID's.

Authored by Apple: Michael Parkin-White
2024-03-16 18:19:24 +00:00