MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / destroy

Method destroy

src/Scene/Sound.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void Sound::destroy() {
50 glDeleteBuffers(1, &vertexbuffer);
51 glDeleteBuffers(1, &uvbuffer);
52 glDeleteBuffers(1, &normalBuffer);
53}
54
55void Sound::render() {
56 if (enabled){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected