Compare commits

..

1 commit

Author SHA1 Message Date
f37c16fcd2 Update Rust crate itertools to 0.14.0 2025-03-01 06:02:26 +00:00

View file

@ -46,7 +46,6 @@ impl SkyBox {
images.top.try_into()?,
images.bottom.try_into()?,
])?
.format(VK_FORMAT_R8G8B8A8_UNORM)
.max_mip_map_levels()
.attach_pretty_sampler(context.device())?
.build(context.device(), context.queue())?;