Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 authored Feb 13, 2021
1 parent 18d3ced commit 5ee6f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ For even higher quality per bit (this is incredibly slow):
```

### Dependencies
There are no 3rd party code or library dependencies. utils.cpp/.h is only needed by the example command line tool. It uses C++11 (although it's mostly C++03).
There are no 3rd party code or library dependencies. utils.cpp/.h is only needed by the example command line tool. It uses C++11.

For RDO post-processing of any block-based format: ert.cpp/.h. You'll need to supply a block decoder function for your format as a callback. It must return false if the passed in block data is invalid.
For RDO post-processing of any block-based format: ert.cpp/.h. You'll need to supply a block decoder function for your format as a callback. It must return false if the passed in block data is invalid. This transform should work on other texture formats, such as ETC1/2, EAC, and ASTC.

For BC1-5 encoding/decoding: rgbcx.cpp/.h

Expand Down

0 comments on commit 5ee6f12

Please sign in to comment.