ID3D11Buffer::GetDesc method
Get the properties of a buffer resource.
Syntax
void GetDesc(
[out] D3D11_BUFFER_DESC *pDesc
);
Parameters
- pDesc [out]
-
Type: D3D11_BUFFER_DESC*
Pointer to a resource description (see D3D11_BUFFER_DESC) filled in by the method.
Return value
Returns nothing.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: