| 211 | } |
| 212 | |
| 213 | inline uint32_t getFormatPixelsPerBlock(ResourceFormat format) |
| 214 | { |
| 215 | FALCOR_ASSERT(kFormatDesc[(uint32_t)format].format == format); |
| 216 | return kFormatDesc[(uint32_t)format].compressionRatio.width * kFormatDesc[(uint32_t)format].compressionRatio.height; |
| 217 | } |
| 218 | |
| 219 | /** |
| 220 | * Check if the format has a depth component |
no outgoing calls