-------------------------------------------------------------------------------------- Description: Returns size of the texture array in the render target. Return Value: size of the texture array --------------------------------------------------------------------------------------
| 442 | // size of the texture array |
| 443 | // -------------------------------------------------------------------------------------- |
| 444 | uint32_t Tr2RenderTarget::GetArraySize() const |
| 445 | { |
| 446 | return GetRenderTarget().GetArraySize(); |
| 447 | } |
| 448 | |
| 449 | // -------------------------------------------------------------------------------------- |
| 450 | // Description: |
no outgoing calls
no test coverage detected