mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Log format used for the swapchain
This commit is contained in:
parent
8f429d532a
commit
09a914aa84
@ -244,6 +244,7 @@ impl Renderer {
|
||||
let format = adapter
|
||||
.get_swap_chain_preferred_format(&surface)
|
||||
.expect("No supported swap chain format found");
|
||||
info!("Using {:?} as the swapchain format", format);
|
||||
|
||||
let sc_desc = wgpu::SwapChainDescriptor {
|
||||
usage: wgpu::TextureUsage::RENDER_ATTACHMENT,
|
||||
|
Loading…
Reference in New Issue
Block a user