Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_FEATURE_DATA_D3D11_OPTIONS4 structure

Describes Direct3D 11.4 feature options in the current graphics driver.

Syntax


typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS4 {
  BOOL ExtendedNV12SharedTextureSupported;
} D3D11_FEATURE_DATA_D3D11_OPTIONS4;

Members

ExtendedNV12SharedTextureSupported

Specifies a BOOL that determines if NV12 textures can be shared across processes and D3D devices.

Remarks

Use this structure with the D3D11_FEATURE_D3D11_OPTIONS4 member of D3D11_FEATURE.

Refer to the section on NV12 in Direct3D 11.4 Features.

Requirements

Header

D3d11_4.h

See also

Core Structures

 

 

Show:
© 2017 Microsoft