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

Method GetMainContext

Source/Engine/GraphicsDevice/Null/GPUDeviceNull.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122GPUContext* GPUDeviceNull::GetMainContext()
123{
124 return reinterpret_cast<GPUContext*>(_mainContext);
125}
126
127GPUAdapter* GPUDeviceNull::GetAdapter() const
128{

Callers 15

ExecuteDrawCallsMethod · 0.45
RenderLUTMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMotionVectorsMethod · 0.45
RenderDebugMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderLightsMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected