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

feat: make ProgrammableStage::entry_point optional #5148

Merged

Conversation

ErichDonGubler
Copy link
Member

@ErichDonGubler ErichDonGubler commented Jan 26, 2024

Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories

Resolves #5145.

Description
Describe what problem this is solving, and how it's solved.

Testing
Explain how this change is tested.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@ErichDonGubler ErichDonGubler self-assigned this Jan 26, 2024
@ErichDonGubler

This comment was marked as outdated.

@ErichDonGubler ErichDonGubler force-pushed the optional-entry_point branch 6 times, most recently from 1ebdb0a to 5eb6f37 Compare February 2, 2024 20:13
@ErichDonGubler

This comment was marked as resolved.

@ErichDonGubler ErichDonGubler changed the title WIP: feat(shader): make ProgrammableStage::entry_point optional WIP: feat: make ProgrammableStage::entry_point optional Feb 26, 2024
@ErichDonGubler ErichDonGubler force-pushed the optional-entry_point branch 2 times, most recently from 309e8b7 to f826f1a Compare April 2, 2024 01:05
@ErichDonGubler ErichDonGubler force-pushed the optional-entry_point branch from 6bae1ac to 6e7e3fb Compare May 8, 2024 21:52
@ErichDonGubler ErichDonGubler force-pushed the optional-entry_point branch from 6e7e3fb to d3283d6 Compare May 30, 2024 21:02
@ErichDonGubler 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 ErichDonGubler changed the title WIP: feat: make ProgrammableStage::entry_point optional feat: make ProgrammableStage::entry_point optional Jul 23, 2024
@ErichDonGubler ErichDonGubler marked this pull request as ready for review July 23, 2024 18:09
@ErichDonGubler ErichDonGubler requested a review from a team as a code owner July 23, 2024 18:09
@ErichDonGubler ErichDonGubler merged commit e216566 into gfx-rs:trunk Jul 24, 2024
25 checks passed
@ErichDonGubler ErichDonGubler deleted the optional-entry_point branch July 24, 2024 11:40
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

GPUProgrammableStage.entryPoint should be optional
2 participants