Method GetTextureDesc
GetTextureDesc(TextureHandle)
Gets the descriptor of the specified Texture resource.
Declaration
public TextureDesc GetTextureDesc(TextureHandle texture)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureHandle | texture | Texture resource from which the descriptor is requested. |
Returns
| Type | Description |
|---|---|
| TextureDesc | The input texture descriptor. |