MCPcopy 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
127GPUAdapter* GPUDeviceNull::GetAdapter() const
128{
129 return reinterpret_cast<GPUAdapter*>(_adapter);
130}
131
132void* GPUDeviceNull::GetNativePtr() const
133{

Callers 2

InitMethod · 0.45
StartSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected