IDCompositionDevice4 interface (dcomp.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Serves as the root factory for composition textures.

Inheritance

The IDCompositionDevice4 interface derives from the IDCompositionDevice3 interface.

Methods

The IDCompositionDevice4 interface has these methods.

 
IDCompositionDevice4::CheckCompositionTextureSupport

Queries whether the Direct3D device that you're using to render supports composition textures.
IDCompositionDevice4::CreateCompositionTexture

Creates a composition texture referencing the passed-in Direct3D texture.

Requirements

Requirement Value
Header dcomp.h

See also