GPUs require specialized texture compression formats because standard image formats like JPEG use entropy encoding, which prevents random pixel access needed for GPU sampling. The BC1/DXT1 format solves this by representing each 4x4 pixel block using two color endpoints and per-pixel interpolation weights, enabling efficient random access to any texel without full decompression.

1m watch time

Sort: