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

Method customCleanup

src/Shaders/CarShader.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void CarShader::customCleanup() {
75 glDeleteTextures(1, &textureID);
76}
77
78void CarShader::bindTextureArray(GLuint textureArrayID) {
79 loadSampler2D(carTextureArrayLocation, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected