Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetAdapter
Method
GetAdapter
Source/Engine/GraphicsDevice/Null/GPUDeviceNull.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
GPUAdapter* GPUDeviceNull::GetAdapter() const
128
{
129
return reinterpret_cast<GPUAdapter*>(_adapter);
130
}
131
132
void* GPUDeviceNull::GetNativePtr() const
133
{
Callers
2
Init
Method · 0.45
StartSession
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected