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

Method destroy

src/Scene/Light.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void Light::destroy() {
61 glDeleteBuffers(1, &vertexbuffer);
62 glDeleteBuffers(1, &uvbuffer);
63 glDeleteBuffers(1, &normalBuffer);
64}
65
66void Light::render() {
67 if (enabled){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected