MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / DisplayColorBuffer

Method DisplayColorBuffer

GTE/Graphics/DX11/DX11Engine.cpp:1442–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440}
1441
1442void DX11Engine::DisplayColorBuffer(uint32_t syncInterval)
1443{
1444 // The swap must occur on the thread in which the device was created.
1445 mSwapChain->Present(syncInterval, 0);
1446}
1447
1448void DX11Engine::SetBlendState(std::shared_ptr<BlendState> const& state)
1449{

Callers 15

OnDisplayMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
OnDisplayMethod · 0.45
OnIdleMethod · 0.45
OnDisplayMethod · 0.45

Calls

no outgoing calls

Tested by 1

OnDisplayMethod · 0.36