Flags that designate the supported texture layouts.
| Property | Description | 
|---|---|
| Texture2DArray | Textures could be configured to a texture2DArray type. | 
| SingleTexture2D | Textures could be configured to a texture2D that represents multiple views. | 
| SeparateTexture2Ds | Textures could be configured to multiple texture2D type. |