D3D11_FEATURE_DATA_D3D11_OPTIONS4 structure (d3d11_4.h)
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
Requirement | Value |
---|---|
Header | d3d11_4.h |