DXUTGetBackBufferSurfaceDesc

Gets a pointer to a D3DSURFACE_DESC surface description of the back buffer on the current adapter.

CONST D3DSURFACE_DESC * DXUTGetBackBufferSurfaceDesc();

Parameters

None.

Return Values

Pointer to a D3DSURFACE_DESC surface description of the back buffer on the current adapter.

Remarks

If no device exists, then the D3DSURFACE_DESC structure is filled with zeros.

Requirements

Header: Declared in Dxut.h.