Compresses one or more images to a block compression (BC) format.
| Name | Description |
|---|---|
| Compress (const Image&, DXGI_FORMAT, DWORD, float, ScratchImage&) | Compresses one or more images to a block compression (BC) format. |
| Compress (const Image*, size_t, const TexMetadata&, DXGI_FORMAT, DWORD, float, ScratchImage&) | Compresses one or more images to a block compression (BC) format. |
| Compress (ID3D11Device*, const Image&, DXGI_FORMAT, ScratchImage&) | Compresses one or more images to a block compression (BC) format, for the specified device, using DirectCompute. |
| Compress (ID3D11Device, const Image, size_t, const TexMetadata&, DXGI_FORMAT, ScratchImage&) | Compresses one or more images to a block compression (BC) format, for the specified device, using DirectCompute. |