Compare commits
1 commit
24bd01b378
...
f37c16fcd2
Author | SHA1 | Date | |
---|---|---|---|
f37c16fcd2 |
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