| 212 | /// Gets parent GPU resource owning that view. |
| 213 | /// </summary> |
| 214 | API_PROPERTY() FORCE_INLINE GPUResource* GetParent() const |
| 215 | { |
| 216 | return _parent; |
| 217 | } |
| 218 | |
| 219 | /// <summary> |
| 220 | /// Gets the native pointer to the underlying view. It's a platform-specific handle. |