Skip to content

[core] Do not use IDs as default type in PipelineLayoutDescriptor - #9985

Open
sagudev wants to merge 1 commit into
gfx-rs:trunkfrom
sagudev:less-ids
Open

[core] Do not use IDs as default type in PipelineLayoutDescriptor#9985
sagudev wants to merge 1 commit into
gfx-rs:trunkfrom
sagudev:less-ids

Conversation

@sagudev

@sagudev sagudev commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Connections
Towards #5121

Description
We want to remove IDs from wgc, so we should not use them as default types.
Testing
Just refactor.

Squash or Rebase?
Squash

Checklist

  • I self-reviewed and fully understand this PR.
  • WebGPU implementations built with wgpu may be affected behaviorally.
  • Validation and feature gates are in place to confine behavioral changes.
  • Tests demonstrate the validation and altered logic works.
  • CHANGELOG.md entries for the user-facing effects of this change are present.
  • The PR is minimal, and doesn't make sense to land as multiple PRs.
  • Commits are logically scoped and individually reviewable.
  • The PR description has enough context to understand the motivation and solution implemented.

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
pub immediate_size: u32,
}

/// cbindgen:ignore

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no cbindgen:ignore on PipelineLayoutDescriptor? Will this be problem in FF?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant