-------------------------------------------------------------------------------------- Description: Returns number of mip levels in the render target. Return Value: Number of mip levels in the render target --------------------------------------------------------------------------------------
| 431 | // Number of mip levels in the render target |
| 432 | // -------------------------------------------------------------------------------------- |
| 433 | uint32_t Tr2RenderTarget::GetMipCount() const |
| 434 | { |
| 435 | return GetRenderTarget().GetMipCount(); |
| 436 | } |
| 437 | |
| 438 | // -------------------------------------------------------------------------------------- |
| 439 | // Description: |
no outgoing calls
no test coverage detected