Click here to Skip to main content
15,889,833 members
Articles / High Performance Computing / GPU

A new Adaptive Scalable Texture Compression (ASTC) codec to speed up texture processing in games

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
14 Dec 2020CPOL11 min read 3.8K   2  
Texture encoders and decoders are often the most bandwidth intensive parts of a game and optimized encoding with Arm's ASTC encoder can provide a lot of benefit to runtime decoding.
In this article, we’ll get you up to speed on how ASTC differs from other texture codecs and why you should use it. Then, we’ll show you how you can integrate ASTC into your game or engine’s texture pipeline. Finally, we’ll demonstrate some quick benchmarks in both compression time and quality against common encoders used today.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead WB Games
United States United States
Jeremy is a Principal Engineer at WB Games. He's worked throughout the game engine tech stack, touching everything from rendering and animation, to gameplay scripting and virtual machines, to netcode and server code. He's most passionate about the boundary between applied mathematics and computer science, and you'll often find him puzzling over one or the other in roughly equal parts. When he's not coding, Jeremy is probably spending time with his wife and dog, climbing, enjoying a chess game, or some combination of the above.

Comments and Discussions