Compare commits
2 commits
f37c16fcd2
...
24bd01b378
Author | SHA1 | Date | |
---|---|---|---|
24bd01b378 | |||
c7b110392e |
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ members = [
|
|||
|
||||
[workspace.dependencies]
|
||||
destructure_traitobject = "0.3.0"
|
||||
itertools = "0.13.0"
|
||||
itertools = "0.14.0"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
ron = "0.8.1"
|
||||
paste = "1.0.15"
|
||||
|
|
|
@ -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())?;
|
||||
|
|
Loading…
Reference in a new issue