Device contexts question

Started by
3 comments, last by galop1n 7 years, 5 months ago

Hi Guys,

Given only a pointer to a DX11 device instance. Is it possible to retrieve the Context that has been created by the device?

I have a scenario where I have only been given access to the Device handle, but need the context.

Thanks in advance :)

Advertisement

I believe you're looking for ID3D11Device::GetImmediateContext.

Oooh Nice!

I'll check this out!

Thanks heaps :)

Why my question was voted down will remain one of the great mysteries of the world.

Why my question was voted down will remain one of the great mysteries of the world.

Probably because it takes less than 10s to answer yourself if you had the reflex of opening the documentation !

This topic is closed to new replies.

Advertisement