ID3D10Buffer::GetDesc method (d3d10.h)
Get the properties of a buffer resource.
Syntax
void GetDesc(
[out] D3D10_BUFFER_DESC *pDesc
);
Parameters
[out] pDesc
Type: D3D10_BUFFER_DESC*
Pointer to a resource description (see D3D10_BUFFER_DESC) filled in by the method. This pointer cannot be NULL.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10.h |
Library | D3D10.lib |