gfx-rs / portability

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

Support Xenon's rectangle lists #140

Open kvark opened 6 years ago

kvark commented 6 years ago

Applications of Xenon send a 3-vertex draw call that is expected to render as a quad. Currently, Xenia implements this with a geometry shader, but it's not available on Metal.