mirror of https://github.com/wayvr-org/wayvr.git
Fix
This commit is contained in:
parent
06979428e5
commit
d547319059
|
|
@ -227,8 +227,10 @@ impl OverlayData<OpenVrOverlayData> {
|
|||
texture.m_nWidth,
|
||||
texture.m_nHeight,
|
||||
image.usage()
|
||||
);
|
||||
if let Err(e) = overlay.set_image_vulkan(handle, &mut texture) {
|
||||
panic!("Failed to set overlay texture: {}", e);
|
||||
}
|
||||
log::info!("{}: Uploaded texture", self.state.name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue