-
Notifications
You must be signed in to change notification settings - Fork 953
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
feat: make ProgrammableStage::entry_point
optional
#5148
Merged
ErichDonGubler
merged 1 commit into
gfx-rs:trunk
from
erichdongubler-mozilla:optional-entry_point
Jul 24, 2024
Merged
feat: make ProgrammableStage::entry_point
optional
#5148
ErichDonGubler
merged 1 commit into
gfx-rs:trunk
from
erichdongubler-mozilla:optional-entry_point
Jul 24, 2024
Conversation
This file contains 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 comment was marked as outdated.
This comment was marked as outdated.
ErichDonGubler
force-pushed
the
optional-entry_point
branch
6 times, most recently
from
February 2, 2024 20:13
1ebdb0a
to
5eb6f37
Compare
This comment was marked as resolved.
This comment was marked as resolved.
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
February 8, 2024 16:12
5eb6f37
to
1484b28
Compare
6 tasks
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
February 9, 2024 19:44
1484b28
to
8540262
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
February 21, 2024 19:35
8540262
to
07aa705
Compare
ErichDonGubler
changed the title
WIP: feat(shader): make
WIP: feat: make Feb 26, 2024
ProgrammableStage::entry_point
optionalProgrammableStage::entry_point
optional
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
February 26, 2024 16:02
07aa705
to
9d8c869
Compare
6 tasks
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
February 26, 2024 17:36
9d8c869
to
3013b7f
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
March 7, 2024 03:47
3013b7f
to
8bfc721
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
2 times, most recently
from
April 2, 2024 01:05
309e8b7
to
f826f1a
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
April 18, 2024 14:31
f826f1a
to
6bae1ac
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
May 8, 2024 21:52
6bae1ac
to
6e7e3fb
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
May 30, 2024 21:02
6e7e3fb
to
d3283d6
Compare
ErichDonGubler
added
area: api
Issues related to API surface
api: webgpu
Issues with direct interface with WebGPU
area: cts
Issues stemming from the WebGPU Conformance Test Suite
labels
Jun 4, 2024
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
July 23, 2024 17:54
d3283d6
to
0c2f01b
Compare
ErichDonGubler
force-pushed
the
optional-entry_point
branch
from
July 23, 2024 18:00
0c2f01b
to
0c2eb07
Compare
ErichDonGubler
changed the title
WIP: feat: make
feat: make Jul 23, 2024
ProgrammableStage::entry_point
optionalProgrammableStage::entry_point
optional
nical
approved these changes
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: webgpu
Issues with direct interface with WebGPU
area: api
Issues related to API surface
area: cts
Issues stemming from the WebGPU Conformance Test Suite
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.
Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories
Resolves #5145.
GPUProgrammableStage.entryPoint
optional inwgpu-core
#5306.Description
Describe what problem this is solving, and how it's solved.
Testing
Explain how this change is tested.
Checklist
cargo fmt
.cargo clippy
. If applicable, add:--target wasm32-unknown-unknown
--target wasm32-unknown-emscripten
cargo xtask test
to run tests.CHANGELOG.md
. See simple instructions inside file.