Skip to content

Don't ignore unbatchable sorted items.#13144

Merged
superdump merged 1 commit intobevyengine:mainfrom
pcwalton:fix-shader-instancing
Apr 30, 2024
Merged

Don't ignore unbatchable sorted items.#13144
superdump merged 1 commit intobevyengine:mainfrom
pcwalton:fix-shader-instancing

Conversation

@pcwalton
Copy link
Contributor

In #12889, I mistakenly started dropping unbatchable sorted items on the floor instead of giving them solitary batches. This caused the objects in the shader_instancing demo to stop showing up. This patch fixes the issue by giving those items their own batches as expected.

Fixes #13130.

In bevyengine#12889, I mistakenly started dropping unbatchable sorted items on the
floor instead of giving them solitary batches. This caused the objects
in the `shader_instancing` demo to stop showing up. This patch fixes the
issue by giving those items their own batches as expected.

Fixes bevyengine#13130.
@mockersf mockersf added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen labels Apr 30, 2024
@mockersf mockersf added this to the 0.14 milestone Apr 30, 2024
@superdump superdump added this pull request to the merge queue Apr 30, 2024
Merged via the queue into bevyengine:main with commit f1db525 Apr 30, 2024
@pcwalton pcwalton deleted the fix-shader-instancing branch April 30, 2024 15:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

example shader_instancing doesn't work after GPU frustum culling

3 participants