RobotecAI / o3de-rgl-gem

Robotec GPU Lidar for O3DE
Apache License 2.0
51 stars 4 forks source link

Add BC3 compressed texture support #58

Closed alek-kam-robotec-ai closed 3 weeks ago

alek-kam-robotec-ai commented 3 weeks ago

This pr adds support for the decompression of textures (used to calculate intensity textures) that use the BC3 block compression format. Decompression of those textures was developed with the help of this block compression guide provided by Microsoft.