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

Method ~Patch

Engine/source/EtRendering/PlanetTech/Patch.cpp:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Patch::~Patch()
181{
182 I_GraphicsApiContext* const api = Viewport::GetCurrentApiContext();
183
184 api->DeleteVertexArray(m_VAO);
185 api->DeleteBuffer(m_EBO);
186 api->DeleteBuffer(m_VBO);
187 api->DeleteBuffer(m_VBOInstance);
188}
189
190
191} // namespace render

Callers

nothing calls this directly

Calls 2

DeleteVertexArrayMethod · 0.80
DeleteBufferMethod · 0.80

Tested by

no test coverage detected