MCPcopy 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
66void CarShader::setMultiTextured(bool multiTextured){
67 loadBool(isMultiTexturedLocation, multiTextured);
68}
69
70void CarShader::setPolyFlagged(bool polyFlagged){
71 loadBool(hasPolyFlagsLocation, polyFlagged);

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected