Compare commits

..

2 commits

Author SHA1 Message Date
24bd01b378 Update Rust crate itertools to 0.14.0 2025-03-01 12:02:25 +00:00
c7b110392e Add image format 2025-03-01 10:16:52 +01:00

View file

@ -46,6 +46,7 @@ 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())?;