1
0
Fork 0
forked from wry/wry

vulkan: log information about mixed device use

This commit is contained in:
Julian Orth 2026-02-10 18:30:39 +01:00
parent 89c9b8d2e0
commit 3ef408b5b4
3 changed files with 16 additions and 1 deletions

View file

@ -182,6 +182,9 @@ impl RendererBase<'_> {
opaque: bool,
cd: &Rc<ColorDescription>,
) {
// log::info!("rendering texture {:?}", std::ptr::from_ref(&**texture) as *const u8);
// log::info!("{:?}", backtrace::Backtrace::new());
let mut texcoord = tpoints.unwrap_or_else(SampleRect::identity);
let (twidth, theight) = if let Some(size) = tsize {