Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ CreateSwapChain
Method
CreateSwapChain
Source/Engine/GraphicsDevice/Null/GPUDeviceNull.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
GPUSwapChain* GPUDeviceNull::CreateSwapChain(Window* window)
192
{
193
return New<GPUSwapChainNull>(window);
194
}
195
196
GPUConstantBuffer* GPUDeviceNull::CreateConstantBuffer(uint32 size, const StringView& name)
197
{
Callers
1
InitSwapChain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected