Provides resource layout information about a texture binding.
| ArraySize | The number of elements in this texture binding. If the value is greater than 1, the texture binding is an array. |
| Dim | The texture binding's type. |
| Index | The index of the texture binding. Depending on the platform, this value represents different things. |
| Multisampled | Indicates if the texture is multisampled. |
| Name | The name of the texture binding. |
| SamplerIndex | The index of the sampler for this texture binding. Depending on the platform, this value represents different things. |