IDXGISurface::GetDesc method
Get a description of the surface.
Syntax
HRESULT GetDesc( [out] DXGI_SURFACE_DESC *pDesc );
Parameters
- pDesc [out]
-
Type: DXGI_SURFACE_DESC*
A pointer to the surface description (see DXGI_SURFACE_DESC).
Return value
Type: HRESULT
Returns S_OK if successful; otherwise, returns one of the error codes that are described in the DXGI_ERROR topic.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: