From 60dcfc8e4a99e3a344f268ca896891ceb14196dc Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Mon, 25 May 2020 23:32:10 -0400 Subject: [PATCH] Update basis_spec.txt --- spec/basis_spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/basis_spec.txt b/spec/basis_spec.txt index 3b8ad83..37b5174 100644 --- a/spec/basis_spec.txt +++ b/spec/basis_spec.txt @@ -821,6 +821,6 @@ The code to decode the selector codebook index immediately follows the code abov // Make sure they are valid assert((endpoint_index < endpoints.size()) && (selector_index < selectors.size())); -At this point, the decoder has both an endpoint and selector codebook indices. -It can now fetch the endpoints/selectors from the codebooks and write out ETC1S +At this point, the decoder has decoded each block's endpoint and selector codebook indices. +It can now fetch the actual ETC1S endpoints/selectors from the codebooks and write out ETC1S texture data, or it can transcode the ETC1S data to another texture format.