mirror of https://github.com/wayvr-org/wayvr.git
typo
This commit is contained in:
parent
748bd09a8e
commit
21c037da2b
|
|
@ -58,7 +58,7 @@ impl ImageImporter {
|
|||
)?;
|
||||
|
||||
let fourcc = shm_format_to_fourcc(bd.format)
|
||||
.with_context(|| format!("Could not conver {:?} to fourcc", bd.format))?;
|
||||
.with_context(|| format!("Could not convert {:?} to fourcc", bd.format))?;
|
||||
|
||||
let format = fourcc_to_vk(fourcc)
|
||||
.with_context(|| format!("Could not convert {fourcc} to vkFormat"))?;
|
||||
|
|
|
|||
Loading…
Reference in New Issue