Home

Awesome

Real-Time DXT1/DXT5 C compression library

Based on Fabian Giesen ("ryg")'s work. Original Homepage : http://farbrausch.com/~fg/code/index.html.

This version is a faster variant, tested on x86 CPU. It is designed as a drop-in replacement of the original one. Therefore, interface is unchanged.

Functions

rygCompress()

Description

void rygCompress( unsigned char *dst, unsigned char *src, int w, int h, int isDxt5 );

Parameters