gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Investigate provoking vertex semantics #160

Closed kvark closed 5 years ago

kvark commented 5 years ago

We've recently hit an interesting issue in WebRender - https://github.com/servo/webrender/issues/3004 The gist of it is that the provoking vertex may be different in different APIs, which leads to flat interpolation to have different results. TODO:

kvark commented 5 years ago

oops, wrong repo