We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ef4d6 commit 4601741Copy full SHA for 4601741
2 files changed
Source/astcenc_image.cpp
@@ -246,7 +246,6 @@ void fetch_image_block(
246
}
247
248
// Reverse the encoding so we store origin block in the original format
249
- // TODO: Move this to when we consume it, as we rarely do?
250
vfloat4 data_enc = blk.texel(0);
251
vfloat4 data_enc_unorm = data_enc / 65535.0f;
252
vfloat4 data_enc_lns = vfloat4::zero();
Source/astcenc_internal.h
@@ -1175,7 +1175,6 @@ struct symbolic_compressed_block
1175
uint8_t partition_count;
1176
1177
/** @brief Non-zero if the color formats matched; valid for @c NONCONST blocks. */
1178
- // TODO: Do we need to store this?
1179
uint8_t color_formats_matched;
1180
1181
/** @brief The plane 2 color component, or -1 if single plane; valid for @c NONCONST blocks. */
0 commit comments