MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetParent

Function GetParent

Source/Engine/Graphics/GPUResource.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 1

CreateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected