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

include toplevel shader-associated defs #9343

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

robtfm
Copy link
Contributor

@robtfm robtfm commented Aug 3, 2023

Objective

shader defs associated with a shader via load_internal_asset! or Shader::from_xxx_with_defs were being accidentally ignored for top-level shaders.

Solution

include the defs for top level shaders.

@james7132 james7132 added C-Enhancement A new feature A-Rendering Drawing game state to the screen labels Aug 3, 2023
@superdump superdump added this pull request to the merge queue Aug 3, 2023
@superdump
Copy link
Contributor

This is a fix Rob made for a problem I noticed and verified locally. And it’s a simple fix.

Merged via the queue into bevyengine:main with commit db47ea2 Aug 3, 2023
23 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-Enhancement A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants