| 82 | } |
| 83 | |
| 84 | void StreamableResource::ResetStreaming(bool error) |
| 85 | { |
| 86 | Streaming.Error = error; |
| 87 | Streaming.TargetResidency = 0; |
| 88 | Streaming.LastUpdateTime = 3e+30f; // Very large number to skip any updates |
| 89 | } |
| 90 | |
| 91 | void StreamableResource::StartStreaming(bool isDynamic) |
| 92 | { |
no outgoing calls
no test coverage detected