MCPcopy 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
191GPUSwapChain* GPUDeviceNull::CreateSwapChain(Window* window)
192{
193 return New<GPUSwapChainNull>(window);
194}
195
196GPUConstantBuffer* GPUDeviceNull::CreateConstantBuffer(uint32 size, const StringView& name)
197{

Callers 1

InitSwapChainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected