UASTC HDR merge

This commit is contained in:
Richard Geldreich
2024-09-10 14:46:11 -04:00
parent fb721b9e62
commit d17a1b4036
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
* \n
* Compile using:
* \code
* cc -std=c++11 -lstdc++ simple.cpp
* cc -std=c++11 -lstdc++ -fno-strict-aliasing simple.cpp
* \endcode
*
* Example code released under a CC0 license.