Open kanerogers opened 6 months 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.
sample_count: vk::SampleCountFlags
Options
@Ralith does this sound like a reasonable approach?
Sounds about right to me.
This should be a fairly simple fix; we can just add a
sample_count: vk::SampleCountFlags
option to theOptions
struct and pass that down to the pipeline configuration options.@Ralith does this sound like a reasonable approach?