| 944 | * @brief Preallocated working buffers, allocated per thread during context creation. |
| 945 | */ |
| 946 | struct ASTCENC_ALIGNAS compression_working_buffers |
| 947 | { |
| 948 | /** @brief Ideal endpoints and weights for plane 1. */ |
| 949 | endpoints_and_weights ei1; |
nothing calls this directly
no outgoing calls
no test coverage detected