MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / d3d11_instance

Method d3d11_instance

components/ffmpeg/source/ffmpeg/hwapi/d3d11.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129};
130
131d3d11_instance::d3d11_instance(ATL::CComPtr<ID3D11Device> device) : _device(device)
132{
133 // Acquire immediate rendering context.
134 device->GetImmediateContext(&_context);
135}
136
137d3d11_instance::~d3d11_instance()
138{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected