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

Function Release

Source/Engine/Graphics/Models/ModelInstanceEntry.h:109–112  ·  view source on GitHub ↗

Releases the buffer data.

Source from the content-addressed store, hash-verified

107 /// Releases the buffer data.
108 /// </summary>
109 void Release()
110 {
111 Resize(0);
112 }
113
114 bool HasContentLoaded() const;
115

Callers 15

~ScratchImageMethod · 0.85
~BlobMethod · 0.85
RunPostFxPassMethod · 0.85
RenderLUTMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85
RenderMethod · 0.85

Calls 1

ResizeFunction · 0.50

Tested by

no test coverage detected