Compare commits
1 commit
e589fd881c
...
72fc88066d
Author | SHA1 | Date | |
---|---|---|---|
72fc88066d |
1 changed files with 0 additions and 1 deletions
|
@ -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())?;
|
||||
|
|
Loading…
Reference in a new issue