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

Clean up WebGPUVertexInputDescriptor #146

Closed
wants to merge 1 commit into from

Commits on Dec 7, 2018

  1. Clean up WebGPUVertexInputDescriptor

    Three changes:
    - As described in gpuweb#145, inputSlot in the
          WebGPUVertexInputDescriptor should instead be implicitly derived from its
          position in the inputs field.
    - The format of each attribute is already present in the shader. We should remove
          the redundant information.
    - "Input" is not a very descriptive name. Instead, rename it to be "VertexBuffer".
    litherum committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    6726dae View commit details
    Browse the repository at this point in the history