forked from gfx-rs/wgpu
-
Notifications
You must be signed in to change notification settings - Fork 0
EXPERIMENT: builder APIs via bon
#96
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
Draft
ErichDonGubler
wants to merge
33
commits into
trunk
Choose a base branch
from
easier-ctors/bon-builder
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8fb8c38
build: add `bon` 3.0.0
ErichDonGubler f3512f9
WIP: refactor!: give `BufferDescriptor` a builder API
ErichDonGubler 4bf1579
WIP: refactor!: give `TextureViewDescriptor` a builder API
ErichDonGubler 77df9e2
refactor: remove unnecessary `TextureDescriptor::view_formats` specs.
ErichDonGubler 1fa77a9
refactor: replace manual `TextureViewDescriptor::default()`
ErichDonGubler 05e0b76
refactor: replace manual `Extend3d::default()`
ErichDonGubler 0bebbdf
WIP: refactor!: give `TextureDescriptor` a builder API
ErichDonGubler 3435f9d
WIP: refactor!: remove unnecessary fields in `TextureDescriptor` buil…
ErichDonGubler 5e2e56c
WIP: refactor!: give `PipelineLayoutDescriptor` a builder API
ErichDonGubler 4fc865e
WIP: refactor!: remove unnecessary fields in `PipelineLayoutDescripto…
ErichDonGubler 5bea6ac
refactor: replace manual `MultisampleState::default()`
ErichDonGubler 9923d1e
refactor: prefer default values for `MultisampleState` via `..Default…
ErichDonGubler 7cb3c16
refactor!: replace manual `PrimitiveState::default()`
ErichDonGubler 85683d0
refactor!: give `PrimitiveState` a builder API
ErichDonGubler db7b54b
WIP: refactor!: remove unnecessary fields in `PrimitiveState` builder…
ErichDonGubler 09e894e
refactor!: give `VertexBufferLayout` a builder API
ErichDonGubler d906df9
WIP: refactor!: remove unnecessary fields in `VertexBufferLayout` bui…
ErichDonGubler 975bcf2
refactor!: give `VertexState` a builder API
ErichDonGubler da7b491
WIP: refactor!: remove unnecessary fields in `VertexState` builder usage
ErichDonGubler 43eecd2
refactor: add `VertexState::from_module` builder entrypoint
ErichDonGubler c5d208e
refactor!: give `BlendComponent` a builder API
ErichDonGubler 127af08
WIP: refactor!: remove unnecessary fields in `BlendComponent` builder…
ErichDonGubler 07eae28
refactor!: give `ColorTargetState` a builder API
ErichDonGubler 62141b0
WIP: refactor!: remove unnecessary fields in `ColorTargetState` build…
ErichDonGubler 860342c
refactor!: give `FragmentState` a builder API
ErichDonGubler 51884e5
WIP: refactor!: remove unnecessary fields in `FragmentState` builder …
ErichDonGubler 023378f
refactor: add `FragmentState::from_module` builder entrypoint
ErichDonGubler 771e861
refactor: prefer default values for `DepthStencilState` via `..Defaul…
ErichDonGubler f420dbb
refactor!: give `DepthStencilState` a builder API
ErichDonGubler c839914
WIP: refactor!: remove unnecessary fields in `DepthStencilState` buil…
ErichDonGubler e46f8c5
refactor!: give `RenderPipelineDescriptor` a builder API
ErichDonGubler 15cfbfd
WIP: refactor!: remove unnecessary fields in `RenderPipelineDescripto…
ErichDonGubler cb068f1
END: how did we do?
ErichDonGubler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.