Compare commits

..

1 commit

Author SHA1 Message Date
72fc88066d Update Rust crate rusqlite to 0.33.0 2025-03-01 06:02:36 +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())?;