| 353 | } |
| 354 | |
| 355 | bool Tr2RenderTarget::IsReadable() const |
| 356 | { |
| 357 | return GetRenderTarget().IsValid() && Tr2GpuUsage::HasFlag( GetRenderTarget().GetGpuUsage(), Tr2GpuUsage::SHADER_RESOURCE ); |
| 358 | } |
| 359 | |
| 360 | long Tr2RenderTarget::GenerateMipMaps() |
| 361 | { |
nothing calls this directly
no test coverage detected