| 80 | /// Gets GPU texture object allocated by the asset. |
| 81 | /// </summary> |
| 82 | API_PROPERTY() FORCE_INLINE GPUTexture* GetTexture() const |
| 83 | { |
| 84 | return _texture.GetTexture(); |
| 85 | } |
| 86 | |
| 87 | /// <summary> |
| 88 | /// Gets the texture data format. |
no test coverage detected