Skip to content

Commit

Permalink
Denoise
Browse files Browse the repository at this point in the history
  • Loading branch information
eile committed Nov 20, 2019
1 parent 0b60dac commit dcd36f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions basisu_comp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,6 @@ namespace basisu
{
const basisu_backend_slice_desc &slice_desc = m_slice_descs[i];

printf("Slice: %u, alpha: %u, orig width/height: %ux%u, width/height: %ux%u, first_block: %u, image_index: %u, mip_level: %u, iframe: %u\n",
i, slice_desc.m_alpha, slice_desc.m_orig_width, slice_desc.m_orig_height, slice_desc.m_width, slice_desc.m_height, slice_desc.m_first_block_index, slice_desc.m_source_file_index, slice_desc.m_mip_index, slice_desc.m_iframe);

if (m_any_source_image_has_alpha)
{
// Alpha slices must be at odd slice indices
Expand Down

0 comments on commit dcd36f1

Please sign in to comment.