vulkan: upgrade to ash 0.38
This commit is contained in:
parent
831906df16
commit
fdc0463eda
17 changed files with 236 additions and 279 deletions
|
|
@ -13,7 +13,7 @@ pub struct VulkanSampler {
|
|||
|
||||
impl VulkanDevice {
|
||||
pub(super) fn create_sampler(self: &Rc<Self>) -> Result<Rc<VulkanSampler>, VulkanError> {
|
||||
let create_info = SamplerCreateInfo::builder()
|
||||
let create_info = SamplerCreateInfo::default()
|
||||
.mag_filter(Filter::LINEAR)
|
||||
.min_filter(Filter::LINEAR)
|
||||
.mipmap_mode(SamplerMipmapMode::NEAREST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue