vulkan: Support MSAA
kanerogers opened this issue · 1 comments
kanerogers commented
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?
Ralith commented
Sounds about right to me.