Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix meshlets when bindless disabled. (#17770)
# Objective #16966 tried to fix a bug where `slot` wasn't passed to `parallaxed_uv` when not running under bindless, but failed to account for meshlets. This surfaces on macOS where bindless is disabled. ## Solution Lift the slot variable out of the bindless condition so it's always available.
- Loading branch information