diff --git a/editor/src/node_graph_executor/runtime.rs b/editor/src/node_graph_executor/runtime.rs index 9b7a8de4d6..2c8cfe7cb1 100644 --- a/editor/src/node_graph_executor/runtime.rs +++ b/editor/src/node_graph_executor/runtime.rs @@ -339,6 +339,7 @@ impl NodeRuntime { // Configure the surface at physical resolution (for HiDPI displays) let surface_inner = &surface.surface.inner; let surface_caps = surface_inner.get_capabilities(&executor.context.adapter); + log::debug!("surface_caps: {:?}", surface_caps); surface_inner.configure( &executor.context.device, &vello::wgpu::SurfaceConfiguration {