Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ setMultiTextured
Method
setMultiTextured
src/Shaders/CarShader.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void CarShader::setMultiTextured(bool multiTextured){
67
loadBool(isMultiTexturedLocation, multiTextured);
68
}
69
70
void CarShader::setPolyFlagged(bool polyFlagged){
71
loadBool(hasPolyFlagsLocation, polyFlagged);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected