Compare commits

..

1 commit

Author SHA1 Message Date
ec22d8e090 Update Rust crate hostname to 0.4.0 2025-03-01 06:02:22 +00:00

View file

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