| 1210 | } |
| 1211 | |
| 1212 | void TriDevice::LogAllLiveResources( Tr2ALMemoryTypes flags ) |
| 1213 | { |
| 1214 | DescribeDeviceResources( &LogObject ); |
| 1215 | } |
| 1216 | |
| 1217 | bool TriDevice::SupportsRenderTargetFormat( Tr2RenderContextEnum::PixelFormat format ) const |
| 1218 | { |
nothing calls this directly
no test coverage detected