This commit is contained in:
parent
86f4e6a047
commit
f67804abd9
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ impl VkRenderContext {
|
|||
Some(vk::QueueFlags::GRAPHICS),
|
||||
Some(&surface),
|
||||
)
|
||||
.ok_or_else(|| anyhow::anyhow!("Unable to find physical device"))?;
|
||||
.ok_or_else(|| anyhow::anyhow!("Unable to find physical device"))?;
|
||||
log::debug!(
|
||||
"Selected queue {properties:#?} for physical device {:?}",
|
||||
physical_device.properties.device_name_as_c_str()
|
||||
|
|
Loading…
Reference in a new issue