MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~MeshSurface

Method ~MeshSurface

Engine/source/EtRendering/GraphicsTypes/Mesh.cpp:206–209  ·  view source on GitHub ↗

--------------------------------- MeshSurface::d-tor Free GPU data

Source from the content-addressed store, hash-verified

204// Free GPU data
205//
206MeshSurface::~MeshSurface()
207{
208 Viewport::GetCurrentApiContext()->DeleteVertexArray(m_VertexArray);
209}
210
211
212//===================

Callers

nothing calls this directly

Calls 1

DeleteVertexArrayMethod · 0.80

Tested by

no test coverage detected