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 5c5b153 commit a3d7b99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions basisu_comp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,10 @@ namespace basisu
}
}

printf("Total basis file slices: %u\n", (uint32_t)m_slice_descs.size());

for (uint32_t i = 0; i < m_slice_descs.size(); i++)
{
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 a3d7b99

Please sign in to comment.