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