SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

vulkan: Support MSAA #159

Open kanerogers opened 1 month ago

kanerogers commented 1 month ago

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 1 month ago

Sounds about right to me.