Namespaces | |
namespace | Diligent |
Graphics engine namespace. | |
Functions | |
void | Diligent::DecompressBC1Block (const Uint8 *Bits, Uint8 *DstBuffer, Uint32 DstChannels=4) |
Decompresses BC1 block (4x4 RGB). | |
void | Diligent::DecompressBC3Block (const Uint8 *Bits, Uint8 *DstBuffer) |
Decompresses BC3 block (4x4 RGB+A). | |
void | Diligent::DecompressBC4Block (const Uint8 *Bits, Uint8 *DstBuffer, Uint32 DstChannels=1) |
Decompresses BC4 block (4x4 R). | |
void | Diligent::DecompressBC5Block (const Uint8 *Bits, Uint8 *DstBuffer, Uint32 DstChannels=2) |
Decompresses BC5 block (4x4 R+G). | |
BC texture decompression functions.