Compare commits
2 commits
765e55edc0
...
973c108c85
Author | SHA1 | Date | |
---|---|---|---|
973c108c85 | |||
c7b110392e |
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ if-addrs = { version = "0.13.0" }
|
|||
hostname = { version = "0.3.1" }
|
||||
trust-dns-resolver = { version = "0.23.2" }
|
||||
openxr = { version = "0.19.0", default-features = false, features = ["static"] }
|
||||
openvr = { version = "0.6.0" }
|
||||
openvr = { version = "0.7.0" }
|
||||
sdl2 = { version = "0.37.0" }
|
||||
syn = { version = "2.0.67", features = ["extra-traits", "full"] }
|
||||
quote = "1.0.35"
|
||||
|
|
|
@ -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