Skip to content

Commit

Permalink
Remove gles compressed texture log::error! (gfx-rs#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
expenses authored Apr 25, 2022
1 parent e54a36e commit ebca329
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions wgpu-hal/src/gles/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,21 +493,7 @@ impl super::Queue {
glow::CompressedPixelUnpackData::Slice(src_data)
}
};
log::error!(
"bytes_per_row: {}, \
minimum_rows_per_image: {}, \
rows_per_image: {}, \
bytes_per_image: {}, \
minimum_bytes_per_image: {}, \
bytes_in_upload: {}\
",
bytes_per_row,
minimum_rows_per_image,
rows_per_image,
bytes_per_image,
minimum_bytes_per_image,
bytes_in_upload
);

match dst_target {
glow::TEXTURE_3D
| glow::TEXTURE_CUBE_MAP_ARRAY
Expand Down

0 comments on commit ebca329

Please sign in to comment.