SecondHalfGames/yakui

vulkan: Support MSAA

kanerogers opened this issue · 1 comments

This should be a fairly simple fix; we can just add a sample_count: vk::SampleCountFlags option to the Options struct and pass that down to the pipeline configuration options.

@Ralith does this sound like a reasonable approach?

Sounds about right to me.