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

Method setPolyFlagged

src/Shaders/CarShader.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void CarShader::setPolyFlagged(bool polyFlagged){
71 loadBool(hasPolyFlagsLocation, polyFlagged);
72}
73
74void CarShader::customCleanup() {
75 glDeleteTextures(1, &textureID);

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected