This commit is contained in:
galister
2026-01-03 17:59:12 +09:00
parent 748bd09a8e
commit 21c037da2b

View File

@@ -58,7 +58,7 @@ impl ImageImporter {
)?; )?;
let fourcc = shm_format_to_fourcc(bd.format) 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) let format = fourcc_to_vk(fourcc)
.with_context(|| format!("Could not convert {fourcc} to vkFormat"))?; .with_context(|| format!("Could not convert {fourcc} to vkFormat"))?;