Expand Minimize
This topic has not yet been rated - Rate this topic

D3D11_1DDI_ARCHITECTURE_INFO_DATA structure

Describes information about display adapter architecture.

Syntax


typedef struct D3D11_1DDI_ARCHITECTURE_INFO_DATA {
  BOOL TileBasedDeferredRenderer;
} D3D11_1DDI_ARCHITECTURE_INFO_DATA;

Members

TileBasedDeferredRenderer

Specifies whether a rendering device batches rendering commands and performs multipass rendering into tiles or bins over a render area. The value is TRUE if the rendering device batches rendering commands and FALSE otherwise.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3d10umddi.h (include D3d10umddi.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

© 2013 Microsoft. All rights reserved.