MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / UseAOT

Method UseAOT

Source/Editor/Cooker/Platform/Web/WebPlatformTools.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

PerformMethod · 0.45
PerformMethod · 0.45
OnBuildStartedMethod · 0.45
PerformMethod · 0.45
PerformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected