Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~ScratchImage
Method · 0.85
~Blob
Method · 0.85
RunPostFxPass
Method · 0.85
~ColorGradingCustomBuffer
Method · 0.85
RenderLUT
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Render
Method · 0.85
Calls
1
Resize
Function · 0.50
Tested by
no test coverage detected