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

Function GetTexture

Source/Engine/Graphics/Textures/TextureBase.h:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 4

GetApplicationImageMethod · 0.85
IsReadyMethod · 0.85
OccupySlotMethod · 0.85
FlushMethod · 0.85

Calls 1

GetTextureMethod · 0.80

Tested by

no test coverage detected