| 48 | } |
| 49 | |
| 50 | DotNetAOTModes WebPlatformTools::UseAOT() const |
| 51 | { |
| 52 | return DotNetAOTModes::NoDotnet; |
| 53 | } |
| 54 | |
| 55 | PixelFormat WebPlatformTools::GetTextureFormat(CookingData& data, TextureBase* texture, PixelFormat format) |
| 56 | { |
no outgoing calls
no test coverage detected