* Get the mip-level of a subresource */
| 145 | * Get the mip-level of a subresource |
| 146 | */ |
| 147 | uint32_t getSubresourceMipLevel(uint32_t subresource) const { return subresource % mMipLevels; } |
| 148 | |
| 149 | /** |
| 150 | * Get the subresource index |
no outgoing calls
no test coverage detected