| 309 | } |
| 310 | |
| 311 | bool IsBCFormat(DXGI_FORMAT format) |
| 312 | { |
| 313 | return (format >= DXGI_FORMAT_BC1_TYPELESS && format <= DXGI_FORMAT_BC5_SNORM) || (format >= DXGI_FORMAT_BC6H_TYPELESS && format <= DXGI_FORMAT_BC7_UNORM_SRGB); |
| 314 | } |
no outgoing calls
no test coverage detected