Shaders: add BufferStruct to support bool and enums - #3109
Merged
Conversation
Firestar99
force-pushed
the
shaders_struct
branch
from
August 30, 2025 12:35
847bce1 to
6941cf6
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
August 30, 2025 12:51
6941cf6 to
274ce24
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
August 30, 2025 12:53
274ce24 to
f325893
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
August 30, 2025 13:02
f325893 to
b8c0b92
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
August 31, 2025 10:30
b8c0b92 to
809001f
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
September 3, 2025 08:33
809001f to
1bd7603
Compare
Firestar99
marked this pull request as ready for review
September 3, 2025 08:34
TrueDoctor
approved these changes
Sep 4, 2025
| }) | ||
| } | ||
|
|
||
| /// see `BufferStruct` docs |
Member
There was a problem hiding this comment.
Could we use a proper doc link which allows you to click on the BufferStruct here?
Collaborator
Author
There was a problem hiding this comment.
oh yea with a dev-dependency... I hope the link I made is correct, rustrover isn't linking this
Firestar99
force-pushed
the
shaders_struct
branch
from
September 4, 2025 22:23
1bd7603 to
c716e83
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
September 5, 2025 11:20
1cc85f0 to
4c8e69a
Compare
Firestar99
force-pushed
the
shaders_struct
branch
from
September 5, 2025 14:45
4c8e69a to
ed2caa3
Compare
Firestar99
enabled auto-merge (squash)
September 5, 2025 15:04
Firestar99
disabled auto-merge
September 5, 2025 15:26
Firestar99
enabled auto-merge (squash)
September 5, 2025 15:44
Collaborator
Author
|
Added one more commit to fix shader name naming |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires #2985
trait BufferStructBufferStruct docs