Skip to content

Re-design GetAttributeAtVertex #181

Open
@llvm-beanz

Description

@llvm-beanz

Is your feature request related to a problem? Please describe.
The current implementation of GetAttributeAtVertex has bugs which are products of the design rather than just the implementation:

Describe the solution you'd like
We need to design a different approach to this feature that doesn't rely on compiler optimization to guarantee correctness.

Describe alternatives you've considered

  • Use a proper type qualification for data that may have attributes
  • Use a boxed type for parameters that may have attributes

Metadata

Metadata

Assignees

No one assigned

    Labels

    BreakingA proposal that will break at least some existing shaders

    Type

    No type

    Projects

    Status

    Triaged

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions