Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Log supported formats
Browse files Browse the repository at this point in the history
  • Loading branch information
darthdeus committed Sep 18, 2023
1 parent 74d7f58 commit 14a6284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy-wgpu/src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ impl WgpuRenderer {

let caps = surface.get_capabilities(&adapter);
let supported_formats = caps.formats;
info!("Supported formats: {:?}", supported_formats);

let preferred_format = wgpu::TextureFormat::Rgba8UnormSrgb;

Expand Down

0 comments on commit 14a6284

Please sign in to comment.