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_OPTIONS3 structure

Describes Direct3D 11.3 feature options in the current graphics driver.

Syntax


typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS3 {
  BOOL VPAndRTArrayIndexFromAnyShaderFeedingRasterizer;
} D3D11_FEATURE_DATA_D3D11_OPTIONS3;

Members

VPAndRTArrayIndexFromAnyShaderFeedingRasterizer

Whether to use the VP and RT array index from any shader feeding the rasterizer.

Requirements

Header

D3d11.h

See also

Core Structures
D3D11_FEATURE_DATA_D3D11_OPTIONS
D3D11_FEATURE_DATA_D3D11_OPTIONS1
D3D11_FEATURE_DATA_D3D11_OPTIONS2

 

 

Show:
© 2017 Microsoft