Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix example bindings #1001

Merged
merged 1 commit into from
Dec 4, 2020
Merged

fix example bindings #1001

merged 1 commit into from
Dec 4, 2020

Conversation

cart
Copy link
Member

@cart cart commented Dec 4, 2020

Fixes #999

Due to the way we handle asset gpu resources, we can no longer intermingle "entity" bindings with "asset" bindings. This fits the binding model constraints well because assets and entities can have different bind frequencies.

@cart cart added C-Bug An unexpected or incorrect behavior A-Rendering Drawing game state to the screen labels Dec 4, 2020
@cart cart merged commit 44b5cfe into bevyengine:master Dec 4, 2020
@fopsdev fopsdev mentioned this pull request Jan 24, 2021
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.

Shader examples (array_texture, shader_custom_material, shader_defs) are broken
1 participant