mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:55:08 +01:00
Stub VkPipelineMultisampleStateCreateInfo
Multisampling will be worked on later and for the time being is being safely stubbed by setting the sample count to 1.
This commit is contained in:
parent
56b3a01a59
commit
57b0d6a2fb
@ -1108,5 +1108,9 @@ namespace skyline::gpu::interconnect {
|
||||
}
|
||||
}();
|
||||
}
|
||||
};
|
||||
|
||||
/* Multisampling */
|
||||
vk::PipelineMultisampleStateCreateInfo multisampleState{
|
||||
.rasterizationSamples = vk::SampleCountFlagBits::e1,
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user