Add support for BC7 texture compression #563
Labels
cat:enhancement
enhancement/requested feature/update of existing features
diff:advanced
advanced skills required
feat:rendergraph
rendergraph
feat:rendering
rendering
feat:texture
textures
org:discussion
needs further discussion with others
prio:low
This has low priority.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
Using compressed texture formats has many advantages. Modern gpus have hardware support for compressed textures, meaning the lower bandwidth when using uncompressed textures will have a major performance impact. In addition, uncompressed textures will take up a lot more VRAM than compressed ones (likely up to 4 times as much!)
Description
We could use https://github.com/GPUOpen-Tools/compressonator
or https://github.com/richgel999/bc7enc_rdo
Affected Code
Rendergraph/Texture wrapper
The text was updated successfully, but these errors were encountered: