Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void CarShader::setPolyFlagged(bool polyFlagged){
71
loadBool(hasPolyFlagsLocation, polyFlagged);
72
}
73
74
void CarShader::customCleanup() {
75
glDeleteTextures(1, &textureID);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected