Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
GPUContext* GPUDeviceNull::GetMainContext()
123
{
124
return reinterpret_cast<GPUContext*>(_mainContext);
125
}
126
127
GPUAdapter* GPUDeviceNull::GetAdapter() const
128
{
Callers
15
ExecuteDrawCalls
Method · 0.45
RenderLUT
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
RenderMotionVectors
Method · 0.45
RenderDebug
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
RenderLights
Method · 0.45
Render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected