This topic has not yet been rated - Rate this topic

DXGI_SURFACE_DESC structure

Describes a surface.

Syntax


typedef struct DXGI_SURFACE_DESC {
  UINT             Width;
  UINT             Height;
  DXGI_FORMAT      Format;
  DXGI_SAMPLE_DESC SampleDesc;
} DXGI_SURFACE_DESC;

Members

Width

Type: UINT

A value describing the surface width.

Height

Type: UINT

A value describing the surface height.

Format

Type: DXGI_FORMAT

A member of the DXGI_FORMAT enumerated type that describes the surface format.

SampleDesc

Type: DXGI_SAMPLE_DESC

A member of the DXGI_SAMPLE_DESC structure that describes multi-sampling parameters for the surface.

Requirements

Header

DXGI.h

See also

DXGI Structures

 

 

Send comments about this topic to Microsoft

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.