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

Method GetFormat

Source/Engine/Renderer/ProbesRenderer.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203PixelFormat ProbeEntry::GetFormat() const
204{
205 return GraphicsSettings::Get()->UseHDRProbes ? PixelFormat::R11G11B10_Float : PixelFormat::R8G8B8A8_UNorm;
206}
207
208bool ProbesRendererService::LazyInit()
209{

Callers 12

LazyInitMethod · 0.45
OnRenderMethod · 0.45
DrawEmitterCPUFunction · 0.45
DrawEmittersGPUFunction · 0.45
AddNewEntryMethod · 0.45
IntersectsItselfMethod · 0.45
DrawPhysicsDebugMethod · 0.45
OnDebugDrawSelectedMethod · 0.45
CreateClothMethod · 0.45
CalculateInvMassesMethod · 0.45
RunClothDeformerMethod · 0.45
AddMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected