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

Method ~AudioData

Engine/source/EtFramework/Audio/AudioData.cpp:36–39  ·  view source on GitHub ↗

--------------------------------- AudioData::d-tor Cleans up the OpenAL buffer

Source from the content-addressed store, hash-verified

34// Cleans up the OpenAL buffer
35//
36AudioData::~AudioData()
37{
38 alDeleteBuffers(1, &m_Buffer);
39}
40
41
42//===================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected