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

Incorrect link in documentation for wgpu::VertexBufferLayout #3342

Closed
ScanMountGoat opened this issue Dec 30, 2022 · 1 comment · Fixed by #3906
Closed

Incorrect link in documentation for wgpu::VertexBufferLayout #3342

ScanMountGoat opened this issue Dec 30, 2022 · 1 comment · Fixed by #3906
Labels
area: documentation Documentation for crate items, public or private type: enhancement New feature or request

Comments

@ScanMountGoat
Copy link
Contributor

This links to the render pass descriptor instead of #dictdef-gpuvertexbufferlayout.

wgpu/wgpu/src/lib.rs

Lines 1065 to 1072 in 6f4ec4f

/// Describes how the vertex buffer is interpreted.
///
/// For use in [`VertexState`].
///
/// Corresponds to [WebGPU `GPUVertexBufferLayout`](
/// https://gpuweb.github.io/gpuweb/#dictdef-gpurenderpassdescriptor).
#[derive(Clone, Debug, Hash, Eq, PartialEq)]
pub struct VertexBufferLayout<'a> {

@cwfitzgerald
Copy link
Member

PRs accepted!

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request area: documentation Documentation for crate items, public or private labels Jan 5, 2023
grovesNL pushed a commit that referenced this issue Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Documentation for crate items, public or private type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants