Skip to content

Fix meshlets when bindless disabled.#17770

Merged
superdump merged 1 commit intobevyengine:mainfrom
tychedelia:fix-bindless-meshlets
Feb 10, 2025
Merged

Fix meshlets when bindless disabled.#17770
superdump merged 1 commit intobevyengine:mainfrom
tychedelia:fix-bindless-meshlets

Conversation

@tychedelia
Copy link
Member

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.

@tychedelia tychedelia requested a review from JMS55 February 10, 2025 02:32
@tychedelia tychedelia added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Feb 10, 2025
@JMS55 JMS55 added this to the 0.16 milestone Feb 10, 2025
@superdump superdump added this pull request to the merge queue Feb 10, 2025
Merged via the queue into bevyengine:main with commit 232824c Feb 10, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants