PrevUpHomeNext

method: shared_device.context()


Get the context manager from shared device, which is an object of dcpp::shared_device.

Calling Sig:

dcpp::video::IContextManager * context  = shared_device.context();

// Can use auto.

Not all video driver has context manager, if that video driver has no context manager, it returns nullptr and does not throw exception.

See Also

method: shared_device.tuple()

class: dcpp::shared_device

Back

Up

c++

Duckcpp

cppfx.xyz


PrevUpHomeNext