diff options
author | BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> | 2024-08-20 15:14:48 +0200 |
---|---|---|
committer | BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> | 2024-09-11 23:48:29 +0200 |
commit | 606eedb0c9093789018f64381e79e7d93dd8752d (patch) | |
tree | 846c69b3e1a1aa48a05afa4c5c0c1d72c04b5d4c /thirdparty | |
parent | 2c136e6170a40f58f2dfb89d32eadfca7156ef37 (diff) | |
download | redot-engine-606eedb0c9093789018f64381e79e7d93dd8752d.tar.gz |
Betsy: Add caching and BC1 compression support
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index dbe20ba2a5..ca6be902e3 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -78,7 +78,7 @@ fix build with our own copy of zstd (patch in `patches`). Files extracted from upstream source: -- `bc6h.glsl`, `CrossPlatformSettings_piece_all.glsl` and `UavCrossPlatform_piece_all.glsl`. +- `bc6h.glsl`, `bc1.glsl`, `CrossPlatformSettings_piece_all.glsl` and `UavCrossPlatform_piece_all.glsl`. - `LICENSE.md` |