| 117 | /// Gets number of textures in the array. |
| 118 | /// </summary> |
| 119 | API_PROPERTY() FORCE_INLINE int32 ArraySize() const |
| 120 | { |
| 121 | return _desc.ArraySize; |
| 122 | } |
| 123 | |
| 124 | /// <summary> |
| 125 | /// Gets multi-sampling parameters for the texture. |
no outgoing calls
no test coverage detected